//! Pure function stages for the analysis pipeline.
//!//! Each stage: `fn(Input) -> Result<Output>`.
//! No engine state, no I/O side effects, independently testable.
pubmodcalibrate;pubmodcollect;pubmoddetect;pubmodgit_enrich;pubmodgraph;pubmodgraph_builder_patch;pubmodparse;pubmodpostprocess;pubmodscore;