|
88 | 88 | "test:package-release": "node scripts/run-validation.js --route package-release", |
89 | 89 | "test:control-plane-module-contracts": "node scripts/test-control-plane-module-contracts.js", |
90 | 90 | "test:closure-evidence": "node scripts/test-closure-evidence-controls.js", |
91 | | - "test:control-plane": "npm run test:probe-registry && npm run test:cli-command-registry && npm run test:cli-json-contract && npm run test:governance-status-summary && npm run test:always-on-governance && npm run test:intent-consistency && npm run test:local-probe && npm run test:context-read && npm run test:context-binding && npm run test:context-read-controls && npm run test:tenant-selection && npm run test:workflow-capabilities && npm run test:api-verification-contracts && npm run test:git-index-isolation && npm run test:control-plane-contracts && npm run test:markdown-structure && npm run test:control-plane-module-contracts && npm run test:consumer-evolution-controls && npm run test:residual-absorption-controls && npm run test:brand-visual-quality && npm run test:turn-liveness && npm run test:closure-evidence && npm run test:workflow-completion && npm run test:public-text-integrity && npm run test:external-review-claim && npm run test:candidate-review-bundle && npm run test:capability-surface-decision && npm run test:host-capability-routing && npm run test:requirement-parallel-orchestration && npm run test:evidence-freshness && npm run test:optimization-backlog-evidence && npm run test:discipline-execution && npm run test:skill-resolve && npm run test:process-enforcement-e2e", |
| 91 | + "test:control-plane": "npm run test:probe-registry && npm run test:cli-command-registry && npm run test:cli-json-contract && npm run test:governance-status-summary && npm run test:always-on-governance && npm run test:intent-consistency && npm run test:local-probe && npm run test:context-read && npm run test:context-binding && npm run test:context-read-controls && npm run test:tenant-selection && npm run test:workflow-capabilities && npm run test:api-verification-contracts && npm run test:git-index-isolation && npm run test:control-plane-contracts && npm run test:markdown-structure && npm run test:control-plane-module-contracts && npm run test:consumer-evolution-controls && npm run test:residual-absorption-controls && npm run test:brand-visual-quality && npm run test:turn-liveness && npm run test:closure-evidence && npm run test:workflow-completion && npm run test:public-text-integrity && npm run test:external-review-claim && npm run test:candidate-review-bundle && npm run test:capability-surface-decision && npm run test:host-capability-routing && npm run test:requirement-parallel-orchestration && npm run test:evidence-freshness && npm run test:optimization-backlog-evidence && npm run test:discipline-execution && npm run test:skill-resolve && npm run test:process-enforcement-e2e && npm run test:docs-surface-inventory", |
92 | 92 | "test:tenant-selection": "node scripts/test-tenant-selection.js", |
93 | 93 | "test:workflow-capabilities": "node scripts/test-workflow-capabilities.js", |
94 | 94 | "test:api-verification-contracts": "node scripts/test-api-verification-contracts.js", |
|
115 | 115 | "test:skill-resolve": "node scripts/test-skill-resolve.js && node scripts/test-skill-resolution-hook-paths.js && node scripts/test-workspace-skill-auto-match.js", |
116 | 116 | "test:stop-gate": "node scripts/test-lifecycle-stop-gate.js && node scripts/test-r10-control-plane-honesty.js && node scripts/replay-stop-gate-hook-matrix.js && node scripts/test-process-enforcement-e2e.js", |
117 | 117 | "test:process-enforcement-e2e": "node scripts/test-process-enforcement-e2e.js", |
| 118 | + "test:docs-surface-inventory": "node scripts/test-docs-surface-inventory.js", |
118 | 119 | "test:skill-automatch-accept": "node scripts/replay-skill-automatch-accept.cjs" |
119 | 120 | }, |
120 | 121 | "keywords": [ |
|
229 | 230 | "scripts/test-lifecycle-stop-gate.js", |
230 | 231 | "scripts/test-r10-control-plane-honesty.js", |
231 | 232 | "scripts/test-process-enforcement-e2e.js", |
| 233 | + "scripts/test-docs-surface-inventory.js", |
| 234 | + "scripts/lib/docs-surface-inventory.js", |
232 | 235 | "scripts/lib/process-enforcement.js", |
233 | 236 | "scripts/lib/host-enforcement-matrix.js", |
234 | 237 | "scripts/replay-stop-gate-hook-matrix.js", |
|
0 commit comments