1//! ferro doctor — health checks for a Ferro project (D-01..D-09).
2//!
3//! Single-command, machine-readable project health diagnostics.
4//! Complementary to (not a replacement for) the `ferro:info` MCP tool.
56pub mod check;
7pub mod checks;
8pub mod registry;