feat(audit): add reaction-rate drift gate thresholds
Add optional reaction match-drop and skip-increase drift thresholds, expose CLI flags, and enable conservative defaults in cadence package scripts. Includes tests and docs/state sync.
This commit is contained in:
@@ -1644,6 +1644,7 @@ Backend drift/freshness gate for backend-scoped artifacts (`pi_embedded` vs `nat
|
||||
```bash
|
||||
pnpm audit:phase0-baseline:live:drift
|
||||
```
|
||||
Optional drift thresholds now include reaction decision deltas (`--max-reaction-match-rate-drop-pp`, `--max-reaction-skip-rate-increase-pp`) in addition to run/cancel/error/cancel-latency thresholds.
|
||||
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`
|
||||
|
||||
Reference in New Issue
Block a user