chore: 声明 risk-tier 并加账本 merge=union - #61
Merged
Merged
Conversation
两处仓级元信息补全: - CLAUDE.md 补单行 risk-tier: personal。CI 侧 .github/workflows/gate.yml 一直传的就是 tier: personal,这行只是让按行 grep 的抽取端也能读到; 缺声明时抽取端按 internal 兜底,与实际门禁档位不一致。 - 新增 .gitattributes,给 retro/acceptance-log.jsonl 标 merge=union。 验收记分卡按流程单独 commit 直推默认分支,并发会话各追加一行时 没有 union 策略会撞冲突;log_acceptance.py 每次写入都会 WARNING 提示补。 via [HAPI](https://hapi.run) Co-Authored-By: HAPI <noreply@hapi.run> Agent-Executor: cc Agent-Session: 9dd95690-cd40-438a-aed2-eb0c1279caa7 Agent-Effort: xhigh
Required Gate v2 — 状态面板当前状态:pass · 可合并 当前裁决: Gate 历史(v1;来源为持久化
|
| Run | Attempt | Head | 状态 | 收件人动作 |
|---|---|---|---|---|
| 32573887158 | 1 | 2f0dc63 |
pass |
可合并 |
历史行按 run_id + run_attempt 去重并只增不删;删除本评论后可由 gate_terminal 制品重建。
⚙️ Review ledger state(机器状态记录,非评审结论)
机器状态明细
完整数据保存在 |
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.
两处仓级元信息补全,不涉及任何运行时代码。
CLAUDE.md补risk-tier: personal.github/workflows/gate.yml一直传的就是tier: personal,门禁行为不变。缺的只是仓根一行可按行 grep 的声明——抽取端读不到时按
internal兜底,与实际档位不一致,会把 review 轮次上限和 P1 判定尺度都抬高一档。
新增
.gitattributes:retro/acceptance-log.jsonl merge=union验收记分卡按流程单独 commit 直推默认分支,并发会话各自追加一行时,没有 union
合并策略会撞冲突。
log_acceptance.py每次写入都会打 WARNING 提示补这条,今天入账时又提示了一次,顺手补掉。
文件由
agent-config/scripts/retro/init_acceptance_attributes.py生成,非手写。