Skip to main content

Module trace

Module trace 

Source
Expand description

Editor-specific producers and the forensic replay driver. Storage and ordering belong to strop-trace.

Modules§

drive
The deterministic driver (R11): live drivers record one Action before the reducer or render work runs; replay consumes those actions and re-runs the SAME production handlers with native launches suppressed by the tape. Service interleaving is the consumption order at the single delivery boundary — never worker-completion wall time.
seed
The forensic startup seed (R11): a pure, serializable image of the editor captured AFTER authorized live startup (file open, config load, session restore) and BEFORE any service start. Replay reconstructs documents with identical arena identities, buffer revisions, undo history and disk baselines — no Client, process, filesystem or network.
services
Shared service-handler producers: TUI deliveries and headless drains both reach these handlers. Never record raw clipboard or shell-output payloads.

Structs§

InputScope

Functions§

replay_token