pub fn read_supervisor_state() -> Result<SupervisorState>Expand description
Build a SupervisorState snapshot. Pure read; no fork / no
pidfile mutation. Best-effort on every component (filesystem
errors yield None / empty rather than failing the whole call).