docs(security): add approval state transition contract [skip ci]
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
"default_enforcement_level": "mirror_only",
|
||||
"runtime_execution_authorized": false,
|
||||
"summary": {
|
||||
"total_contracts": 30,
|
||||
"ready_for_mirror_count": 27,
|
||||
"total_contracts": 31,
|
||||
"ready_for_mirror_count": 28,
|
||||
"partial_ready_count": 2,
|
||||
"contract_only_count": 1,
|
||||
"blocked_count": 0
|
||||
@@ -99,6 +99,16 @@
|
||||
"human_docs": ["docs/security/SECURITY-APPROVAL-REVIEW-PACKET.md"],
|
||||
"notes": "可 mirror S3 人工審查封包、review lane、required reviewers 與 still forbidden;不代表批准或執行授權。"
|
||||
},
|
||||
{
|
||||
"contract": "security_approval_state_transition_v1",
|
||||
"readiness": "ready_for_mirror",
|
||||
"consumption_mode": "approval_only",
|
||||
"mirror_allowed": true,
|
||||
"execution_allowed": false,
|
||||
"snapshot_paths": ["docs/security/security-approval-state-transition.snapshot.json"],
|
||||
"human_docs": ["docs/security/SECURITY-APPROVAL-STATE-TRANSITION.md"],
|
||||
"notes": "可 mirror S3 人工決策狀態轉移語義;approve_scope 仍只進 waiting runtime gate,不授權執行。"
|
||||
},
|
||||
{
|
||||
"contract": "security_mirror_readiness_v1",
|
||||
"readiness": "ready_for_mirror",
|
||||
|
||||
Reference in New Issue
Block a user