-
released this
2026-05-22 06:28:38 +00:00 | 101 commits to main since this releaseAdded
- Guided diagnostic session (CLI) — the seed use case, end to end.
rigdoctor diagnose start --game "<name>"runs a focused crash-capture tagged with that game (its own
diagnostic log, so the report is scoped to just that session),diagnose statusshows
progress, anddiagnose finishstops it and prints a combined report: the capture
summary (peak temps/power, GPU-lost events, last samples — M3) plus the health findings
(Xid/SMART/driver/etc. — M4). The game can be given by--gameor--appid(resolved from
the Steam scan), and is recorded as a log event so it survives a crash + reboot. - Shared orchestration lives in
core/diagnostic.py(one callable for CLI/GUI/tray, per
ARCHITECTURE §7.1); the recorder/record rungained an optional--gametag.
Downloads
- Guided diagnostic session (CLI) — the seed use case, end to end.