docs(security): add approval state transition contract [skip ci]

This commit is contained in:
Your Name
2026-05-13 18:47:39 +08:00
parent 5a0826bfdb
commit a334ae48cc
30 changed files with 585 additions and 62 deletions

View File

@@ -23,7 +23,7 @@
| 狀態 | 數量 | 說明 |
|------|------|------|
| `ready_for_mirror` | 27 | 可直接 mirror 成 Operator Console / Runtime State / Channel Event / Audit evidence |
| `ready_for_mirror` | 28 | 可直接 mirror 成 Operator Console / Runtime State / Channel Event / Audit evidence |
| `partial_ready` | 2 | 可 mirror但 evidence 仍不完整 |
| `contract_only` | 1 | 有 schema / handoff尚無正式 snapshot |
| `blocked` | 0 | 目前沒有禁止 mirror 的 contract |
@@ -78,7 +78,8 @@ AwoooP 可以將 ready / partial contracts mirror 到:
10. 再 mirror `security_approval_gate_v1`,只記錄人工決策與 follow-up runtime gate。
11. 再 mirror `security_approval_decision_record_v1`,只保存人工決策紀錄,不觸發執行。
12. 再 mirror `security_approval_review_packet_v1`只顯示人工審查封包、review lane 與仍然禁止事項。
13. 再 mirror `kali_integration_status_v1``kali_scan_scope_approval_v1`
14. 最後再 mirror source-control 相關 contracts
13. 再 mirror `security_approval_state_transition_v1`,只顯示決策後 next state 與 follow-up runtime gate
14. 再 mirror `kali_integration_status_v1``kali_scan_scope_approval_v1`
15. 最後再 mirror source-control 相關 contracts。
整個 S2 不新增 execution router、不新增執行按鈕、不新增 runtime blocker。