Skip to main content

Module doctor

Module doctor 

Source
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§

DoctorOptions
Options for local install diagnostics.

Functions§

run_doctor
Run doctor checks and return a process exit code (0 = all pass).