Skip to content

Commit 40b21f3

Browse files
committed
chore(package): register docs-surface-inventory script and pack files
1 parent 1649163 commit 40b21f3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"test:package-release": "node scripts/run-validation.js --route package-release",
8989
"test:control-plane-module-contracts": "node scripts/test-control-plane-module-contracts.js",
9090
"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",
9292
"test:tenant-selection": "node scripts/test-tenant-selection.js",
9393
"test:workflow-capabilities": "node scripts/test-workflow-capabilities.js",
9494
"test:api-verification-contracts": "node scripts/test-api-verification-contracts.js",
@@ -115,6 +115,7 @@
115115
"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",
116116
"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",
117117
"test:process-enforcement-e2e": "node scripts/test-process-enforcement-e2e.js",
118+
"test:docs-surface-inventory": "node scripts/test-docs-surface-inventory.js",
118119
"test:skill-automatch-accept": "node scripts/replay-skill-automatch-accept.cjs"
119120
},
120121
"keywords": [
@@ -229,6 +230,8 @@
229230
"scripts/test-lifecycle-stop-gate.js",
230231
"scripts/test-r10-control-plane-honesty.js",
231232
"scripts/test-process-enforcement-e2e.js",
233+
"scripts/test-docs-surface-inventory.js",
234+
"scripts/lib/docs-surface-inventory.js",
232235
"scripts/lib/process-enforcement.js",
233236
"scripts/lib/host-enforcement-matrix.js",
234237
"scripts/replay-stop-gate-hook-matrix.js",

0 commit comments

Comments
 (0)