test(audit): lock phase0 rolling script TAG wiring

Add regression tests that verify rolling and rolling:prune scripts keep shared overridable TAG semantics and tagged prune reports. No architecture/protocol flow changes; diagram files reviewed and no updates were needed.
This commit is contained in:
William Valentin
2026-02-27 12:21:18 -08:00
parent 2610b6973d
commit 487e5c2930
2 changed files with 47 additions and 0 deletions
+11
View File
@@ -428,6 +428,17 @@
],
"test_status": "pnpm typecheck passing"
},
"phase0-live-baseline-script-wiring-regression-coverage": {
"status": "completed",
"date": "2026-02-27",
"updated": "2026-02-27",
"summary": "Added regression coverage to lock phase-0 rolling package script wiring (`refresh:drift:rolling` and `...rolling:prune`) so both continue honoring shared caller-provided `TAG` overrides and emit prune reports with the same tag.",
"files_modified": [
"src/audit/phase0BaselineScriptWiring.test.ts",
"docs/plans/state.json"
],
"test_status": "pnpm test:run src/audit/phase0BaselineScriptWiring.test.ts + pnpm typecheck passing"
},
"phase0-instrumentation-ticket-checklist": {
"status": "completed",
"date": "2026-02-25",