Skip to main content

Module reader

Module reader 

Source
Expand description

Parse Codex rollout JSONL files.

The writer is append-only but backgrounded — a crashed Codex process may leave the final line mid-write. We skip unparseable lines by default and surface them as warnings rather than failing the whole read.

Structs§

RolloutReader

Type Aliases§

RolloutPath
Type alias exposed for consumers to avoid re-importing PathBuf.