• v0.11.0
    release / release (push) Successful in 15s
    Stable

    jessey released this 2026-05-22 06:28:38 +00:00 | 101 commits to main since this release

    Added

    • 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 status shows
      progress, and diagnose finish stops 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 --game or --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 run gained an optional --game tag.
    Downloads