Today's raid doctor output is functional but plain. Improve presentation so users can quickly see what's passing, what's failing, and how to fix the failures. Not a full interactive TUI — same checks, better print.
Acceptance criteria
- Each check is rendered with a clear status icon (✓ / ✗ / ⚠) and a short summary line
- Failing checks include a "how to fix" hint — either a shell command, a config snippet, or a docs link
- Checks are visually grouped (e.g. by category — environment, repos, tools)
- Colors used when stdout is a TTY; plain text otherwise (for pipes / CI logs)
- Final line summarizes pass / warn / fail counts
- No interactive prompts or live re-rendering — one-shot improved print
Today's
raid doctoroutput is functional but plain. Improve presentation so users can quickly see what's passing, what's failing, and how to fix the failures. Not a full interactive TUI — same checks, better print.Acceptance criteria