Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions governance/REPOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ repos:
role: 产品仓——剧本创作工具(ADR-0021:建仓未申报=GM-4 漂移,补申报;治理面随首个
正式 PR 落地 AGENTS.md/CODEOWNERS 接入,路径同 Shorts_Director)

- name: Use-up-Plan
layer: L2
visibility: public
status: active
role: 产品仓——AI 多 plan 额度管理与路由调度工具(额度审计/规则标准化描述/最优
分配求解/实时切换;立项意图见仓内 Intent.md,ADR-0024 申报入图+bootstrap 直推
豁免;README 待首个正式 PR 脱离模板文案)

- name: AI_Web_School
layer: L2
visibility: public
Expand Down
4 changes: 4 additions & 0 deletions governance/expected-state.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
],
"Script_Writer": [
"3446a39a0e2ec7527cab4e6da87b6e6ee0199fa7"
],
"Use-up-Plan": [
"ba75401f84eb915a119568c246168d8cdb8a1200",
"82132afc169a54b98869df136d1d6235124c4a96"
Comment on lines +66 to +68

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. Bootstrap exemptions misclassified 🐞 Bug ◔ Observability

The new Use-up-Plan bootstrap commits are always logged as break-glass backfills attributed to
ADR-0017, despite this PR declaring them as ADR-0024 bootstrap exemptions. This produces misleading
governance audit output whenever drift-check processes either commit.
Agent Prompt
## Issue description
The newly registered Use-up-Plan commits are bootstrap exemptions backed by ADR-0024, but `drift-check.sh` reports every exemption as a break-glass backfill under ADR-0017.

## Issue Context
`direct_push_exemptions` currently stores only SHA arrays, so the detector cannot distinguish bootstrap events from break-glass remediation or report their actual ADR provenance. Either represent exemption metadata explicitly or change the output to accurate generic wording.

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

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

]
}
}