#[cfg(test)]
mod commit_link_tests;
mod hook;
mod host;
mod persist;
mod process;
mod replay;
mod side_effects;
mod spill;
mod worker_launch;
pub use hook::summarize;
pub use process::process_summary_job_input;
pub(crate) use side_effects::{
distill_stop_failure_lessons, record_stop_memory_citation_evidence,
record_stop_memory_citation_usage,
};