Expand description
Q35b flight recorder — opt-in dispatch payload capture (JSONL sidecar).
Design: planning/Q35B_FLIGHT_RECORDER_DESIGN.md. The write-audit
journal stays digest-only (always-on, security-clean); the flight
sidecar holds the replay payloads, OFF by default, captured at the
same point the args_digest is computed so sidecar args always hash
to the journal digest (the replay identity gate).
Structs§
- Flight
Entry - One captured dispatch — the replay payload unit.
- Flight
Recorder - Append-only JSONL sidecar. Single-writer per file (matches the journal’s best-effort window note for concurrent dispatches).