docs(audit): add phase0 baseline cadence scheduling runbook
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user