Expand description
Local install diagnostics (doctor).
Local diagnostics for one-shot installs (no multi-process daemon).
§Workload
I/O-light sequential (N-144 / PAR-57 / PAR-73 honesty): each check is an
independent path/binary probe assembled in stable report order. Probes are
cheap (stat/which); Rayon would rarely beat sequential assembly and the
matrix must not claim map_cpu for doctor. Concurrency budget is still
exported for agents (budget_report / by_command.doctor).
Structs§
- Doctor
Options - Options for local install diagnostics.
Functions§
- run_
doctor - Run doctor checks and return a process exit code (
0= all pass).