//! 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;pubmodfilter;pubmodgit_enrich;pubmodgraph;pubmodgraph_builder_patch;pubmodownership_enrich;pubmodparse;pubmodpostprocess;pubmodscore;