//! Auto-detection of score field, preset distribution shape, and
//! per-axis strategy.
//!
//! Implements §4.3 (score-field detection), §4.4 (preset auto-detection),
//! and §4.5 (per-axis strategy auto-selection) of `docs/design.md`.
//! CLI flags `--score`, `--preset`, `--scale`, `--invert`, `--by`, and
//! `--strategy` bypass the matching detection step; the wiring lives
//! in `face-cli`.
pub use ;
pub use ;
pub use ;