//! 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.
pubmodingest;pubmodparse;pubmodservice;pubuseingest::{MirrorSource, MirrorStats};pubuseparse::{parse_cc_line, parse_codex_line};pubuseservice::{run_mirror_service, MirrorConfig};