What problem does it solve? It replaces guesswork about whether a Sonder Runtime installation is healthy with concrete measurements: consolidated doctor checks, preflight gates, status reports, guarded log inspection, and timestamped JSON health snapshots. ## Core Features & Use Cases - Health instrumentation catalog: Documents the eight doctor checks, preflight gates, smoke test, and status/diagnostics CLI surfaces, including exit-code semantics and what healthy output looks like. - Evidence and log locations: Maps exactly where logs, PID files, debug dumps, and evaluation history land on disk, with redaction guarantees for safe bug-report attachments. - Read-only measurement scripts: Covers benchmark and evaluation scripts plus a bundled PowerShell helper that captures preflight, doctor, and status JSON reports to timestamped files. - Use Case: When a user asks "is the server healthy", run the doctor and status commands, inspect the guarded log tail, and produce a JSON snapshot proving the state of config, storage, schemas, and the Ollama connection. ## Quick Start Run the health snapshot helper to capture preflight, doctor, and status JSON reports into an output folder, then review any FAIL or WARN lines before serving traffic.