Expand description
Doctor framework: trait, status enum, result/report types, exit code logic.
All concrete checks live in super::checks. The registry composes them
in declared order (D-01).
Structs§
- Check
Result - Result of running a single doctor check.
- Report
- Aggregate report — emitted as human or JSON output.
- Report
Summary
Enums§
- Check
Category - Filter bucket for
ferro doctor --deployand MCPdeploy_check(Phase 128 D-02). - Check
Status - Status of a single doctor check (D-09).
Traits§
- Doctor
Check - Trait every concrete check implements.