feat(ISSUE-263): W4-C1 conductor T5/T6 路由 (#282) - #306
Merged
Conversation
增强 conductor 状态机路由: - governance/transitions.yaml:T5/T6 转移规则补充 suite 就绪谓词与三元组 survived 记录校验说明(AC-12)。 - scripts/holdout-register.sh:holdout 注册入口脚本(验证者 APP 令牌调用)。 - scripts/escalate-test-issue.py:agent 发现测试/AC 有误时结构化上报 issue (引用编号、TTL 裁决、裁决前暂停合并,AC-18)。 注:.github/workflows/conductor.yml(T5/T6 路由逻辑完整实现)因当前 App 无 workflows 权限(ADR-0045),本地保留于 w4-c1/work/.github/workflows/conductor.yml, 待权限到位后补推。 Card: #282
5 tasks
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.
W4-C1: conductor T5/T6 路由(suite 就绪谓词 + 三元组 + 无绕过断言)
Closes #282
变更内容
governance/transitions.yaml— T5/T6 转移规则补充:scripts/holdout-register.sh— holdout 注册入口(验证者 APP 令牌,W2-C4)scripts/escalate-test-issue.py— 测试/AC 有误结构化上报(W2-C4 / AC-18)AC 覆盖
阻塞
.github/workflows/conductor.yml完整 T5/T6 路由逻辑(suite 谓词 + 三元组校验 +needs-human 不可直跳断言)因当前 cloudbrid-agent App 无 workflows 权限(ADR-0045),
本地保留于
w4-c1/work/.github/workflows/conductor.yml,待权限到位后补推。transitions.yaml与scripts/已在本 PR 推送。Card: #282