//! Doctor check catalog, split by domain.
//!
//! Every check returns an [`Outcome`] (or `Option`/`Vec` thereof) and is
//! re-exported flat so `doctor/mod.rs` and `doctor/report.rs` keep addressing
//! `checks::foo()` — the split is purely structural.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
use crateOutcome;