fix(windows): resolve posix assumptions in doctor checks - #97
Conversation
|
Windows part reads right to me — the One thing to put back before I merge. The logind branch got rewritten too, and it isn't part of the Windows fix: if "logind" in status.available_signals:
detail = (
f"logind IdleHint: {idle_str('not idle')}, available: {signals_str}"
)
return detail, "PASS"
Your new Windows branch below it is fine as written, no change needed there. Small thing while you're in the file: lines 214 and 220 have trailing whitespace. Note on platform: we develop on mac, so nothing Windows here gets verified on our side — your test on a real Windows box is the check that counts. |
This PR fixes [WARN] (q) and [WARN] (n) false positives when running iai-mcp doctor on Windows.