第二仓冷启动头号发现(PR #110,docs/runbooks/frictions.md F2):run execute --authority-root X --final-name Y exit 0 报 committed,但查询侧(committed_evidence.rs:30)要求 X/<repo>/<run-id>/ 两级嵌套,写入侧不强制不提示——干净写入实为死端。CI 自审同款形状,纯属侥幸能跑。修法方向:写入侧强制嵌套或查询侧兼容平铺,二选一 + 校验告警。已验证 workaround:repo 名手工折进 authority 路径。
Refs #99 #58
第二仓冷启动头号发现(PR #110,docs/runbooks/frictions.md F2):
run execute --authority-root X --final-name Yexit 0 报 committed,但查询侧(committed_evidence.rs:30)要求X/<repo>/<run-id>/两级嵌套,写入侧不强制不提示——干净写入实为死端。CI 自审同款形状,纯属侥幸能跑。修法方向:写入侧强制嵌套或查询侧兼容平铺,二选一 + 校验告警。已验证 workaround:repo 名手工折进 authority 路径。Refs #99 #58