//! Adaptive threshold calibration
//!
//! Scans a codebase to build a style profile — statistical distributions
//! of code metrics (complexity, nesting, function length, etc.).
//! Detectors use the profile to set thresholds based on YOUR patterns,
//! not arbitrary defaults.
pub use ;
pub use collect_metrics;
pub use ThresholdResolver;