现状
CI 的 windows-latest 观察性任务(continue-on-error)中,validate_skill.py 内嵌的流程回归测试失败:FAILED (errors=19, skipped=2)。ubuntu-latest 与 macos-latest 全绿。
已知背景
- 多数隔离测试是 POSIX 优先编写的(chmod 0700、geteuid、/tmp 语义等)
- Windows 专用分支(PowerShell ACL、junction、新控制台交接)缺少等价测试
- Windows 不被视为发布门禁,直到本 issue 关闭
验收标准
现状
CI 的 windows-latest 观察性任务(continue-on-error)中,
validate_skill.py内嵌的流程回归测试失败:FAILED (errors=19, skipped=2)。ubuntu-latest 与 macos-latest 全绿。已知背景
验收标准
validate_skill.py与全部test_*.py通过