修复 macOS 元数据导致的 Skill 刷新测试误判 - #99
Merged
Merged
Conversation
Owner
Author
新上下文独立验收 PASS:合并后A4测试恢复精确head b1ed80d。仅tests/refresh-install.test.mjs目录筛选4+/1-,原全部断言保持。独立复现两项旧失败;保留自有ignored .DS_Store且字节未变时全263/263通过;其它CI等价门通过。仅清理验收者自有fixture,主仓原始元数据保留,生产Skill/实验数据未变。报告/tmp/thinloop94-fix-acceptance-maocyowi/review.md。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
主检出中已有ignored
skills/.DS_Store,刷新测试把它当成Skill名,导致两条Codex更新/非链接冲突用例失败;生产更新器正确忽略该文件。现在测试目录只选择目录且存在
SKILL.md的条目,与合法Skill目录规则一致。保留所有原更新、重跑、非链接冲突和来源保护断言,仅修改这一处清单构建。Refs #94;PR #98 合并后的main验证修复,不变更版本、Skill载荷或模型报告。
验证:在本任务工作树用独占创建的ignored
.DS_Store复现原两条失败;修复后该文件仍存在且字节未改变时,全库263/263 PASS;随后只清理本任务创建的元数据文件。主检出原始.DS_Store未触碰。证据/tmp/thinloop94-macos-red.log与/tmp/thinloop94-macos-green.log。候选审计:单个测试文件4行新增/1行移除;独立验收、合并/main复核与父Execute清理待完成。无生产实现或安装变化,不自动关闭Issue。