feat(audit): persist phase0 backend drift report artifacts

This commit is contained in:
William Valentin
2026-02-27 09:05:25 -08:00
parent 20224f1601
commit e905fe1d56
10 changed files with 367 additions and 38 deletions
+3
View File
@@ -1644,6 +1644,9 @@ Backend drift/freshness gate for backend-scoped artifacts (`pi_embedded` vs `nat
```bash
pnpm audit:phase0-baseline:live:drift
```
This command writes drift reports to:
- `docs/plans/artifacts/phase0_baseline_live_backend_drift_<UTC-date>.md`
- `docs/plans/artifacts/phase0_baseline_live_backend_drift_<UTC-date>.json`
Cadence scheduling (example: every 6 hours via host cron) with drift check:
```bash