feat(audit): replace probe baseline workflow with live anonymized capture

This commit is contained in:
William Valentin
2026-02-26 23:41:13 -08:00
parent c96aca5f1d
commit 4b07a1f166
13 changed files with 968 additions and 10 deletions
+5
View File
@@ -1624,6 +1624,11 @@ Baseline summaries can be generated from audit logs:
pnpm audit:phase0-baseline --audit ~/.local/share/flynn/audit.log --since 2026-02-25T00:00:00Z --format markdown
```
Live baseline artifacts (sample JSONL + JSON/Markdown summaries) can be captured with anonymized identifiers:
```bash
pnpm audit:phase0-baseline:live
```
## Gateway Lock
Single-client mode for the WebSocket gateway. When enabled, only one WebSocket connection is allowed at a time. Additional connections are rejected with close code `4003`.