docs(security): add IwoooS posture projection contract

This commit is contained in:
Your Name
2026-05-19 15:18:37 +08:00
parent d8917e0d0b
commit d7e99e8ef0
25 changed files with 766 additions and 61 deletions

View File

@@ -39,7 +39,7 @@ const postureMetrics: PostureMetric[] = [
{ key: 'overall', value: '58%', tone: 'warn' },
{ key: 'framework', value: '80-85%', tone: 'steady' },
{ key: 'runtime', value: '35-40%', tone: 'locked' },
{ key: 'contracts', value: '35', tone: 'steady' },
{ key: 'contracts', value: '36', tone: 'steady' },
{ key: 'activeGates', value: '0', tone: 'locked' },
]
@@ -61,6 +61,7 @@ const nonBlockingLanes: Lane[] = [
]
const evidenceItems = [
'iwooos-posture-projection.snapshot.json',
'security-rollout-policy.snapshot.json',
'security-mirror-status-rollup.snapshot.json',
'source-control-owner-response-validation-rollup.snapshot.json',