docs(audit): add phase0 baseline cadence scheduling runbook

This commit is contained in:
William Valentin
2026-02-27 00:43:37 -08:00
parent 826df1d35b
commit 4880d757c5
9 changed files with 31 additions and 8 deletions
+6
View File
@@ -1634,6 +1634,12 @@ One-shot refresh for both channel + gateway live windows:
pnpm audit:phase0-baseline:live:refresh
```
Cadence scheduling (example: every 6 hours via host cron):
```bash
0 */6 * * * cd /path/to/flynn && pnpm audit:phase0-baseline:live:refresh >> ~/.local/share/flynn/phase0_baseline_refresh.log 2>&1
```
`audit:phase0-baseline:live*` scripts now default to the current UTC date tag when `--tag` is omitted.
Gateway-origin windows can be captured separately (for example when validating cancel paths):
```bash
pnpm audit:phase0-baseline:live:gateway