Skip to main content

Module flight

Module flight 

Source
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§

FlightEntry
One captured dispatch — the replay payload unit.
FlightRecorder
Append-only JSONL sidecar. Single-writer per file (matches the journal’s best-effort window note for concurrent dispatches).