Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions governance/expected-state.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
"agent-platform": [
"fecdb13d607b584063cadd717d2a7706327fbfa0"
],
"agent-registry": [
"60bd1557481fa89d0358302e150a8f7d9381309c",
"e9424d220ded331c221b37135faa9d6e9cd1ecac"
Comment on lines +73 to +75

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remediation recommended

1. 豁免审计归因错误 🐞 Bug ◔ Observability

新增的两条 agent-registry 豁免由 ADR-0030 背书,但 drift-check.sh
对匹配项固定输出“ADR-0017”,导致每次检查都生成错误的治理审计依据。该错误会误导事件追溯和后续豁免复核。
Agent Prompt
## Issue description
`direct_push_exemptions` 新增了由 ADR-0030 背书的提交,但检查结果仍将所有豁免固定归因于 ADR-0017。

## Issue Context
豁免数据目前只保存 SHA,消费者无法确定每条记录的实际 ADR。请为豁免保留可审计的 ADR 归属,并让成功日志输出对应依据;至少不要继续输出错误的固定 ADR 编号。

## Fix Focus Areas
- governance/expected-state.json[50-80]
- governance/drift-check.sh[217-228]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools

],
"mutual": [
"f5d9b5b58d4dc30a2b0e259449862fc4a3c91f6b"
]
Expand Down