//! Domain logic: turn receipts + repo state into a deterministic fix plan.
//!
//! This crate owns *what* should be fixed and why. It does not own *how* edits are applied; that's
//! the `buildfix-edit` crate.
pub use ;
pub use builtin_fixer_metas;
pub use Planner;
pub use ;