Skip to main content

Module mirror

Module mirror 

Source
Expand description

Background live-mirror service for Claude Code and Codex CLI session transcripts.

Exposes the three sub-modules and re-exports the public surface used by SessionPack::warm() and tests.

Re-exports§

pub use ingest::LineTailSource;
pub use ingest::MirrorSource;
pub use ingest::MirrorStats;
pub use parse::parse_cc_line;
pub use parse::parse_codex_line;
pub use service::run_mirror_service;
pub use service::MirrorConfig;

Modules§

ingest
Idempotent file tail + upsert into the session mirror tables.
parse
JSONL line parsers for Claude Code and Codex CLI session transcripts.
service
Background live-mirror polling service.