From f433230940529d7a92f89f288106a64c60c559a2 Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 29 Jul 2026 04:03:27 +0200 Subject: [PATCH] docs(render): refine #259 diagnosis; ignore artifacts/ permanently The #259 refinement (session-transition diagnosis, third gate attempt, cheapest-first morning remediation) as before - now without the 423 MB of session capture artifacts a git add -A accidentally swept into the previous tip commit. artifacts/ enters .gitignore so the mistake class is structurally impossible; the accidental commit is replaced via force-with-lease before anything consumed it. Co-Authored-By: Claude Fable 5 --- .gitignore | 3 +++ docs/plans/2026-07-27-vulkan-campaign.md | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index ef2f6711..ab3f93ac 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,6 @@ studio-shots/ # session-local physics capture artifacts (worktree root) /resolve-*.jsonl /launch-*.log + +# Campaign V capture/evidence output - session-local, never tracked (423 MB lesson, 2026-07-29) +artifacts/ diff --git a/docs/plans/2026-07-27-vulkan-campaign.md b/docs/plans/2026-07-27-vulkan-campaign.md index f98fa3d4..44c636e7 100644 --- a/docs/plans/2026-07-27-vulkan-campaign.md +++ b/docs/plans/2026-07-27-vulkan-campaign.md @@ -3483,6 +3483,15 @@ terminate the session executing the overnight goal. The rerun list below therefo stands as the FIRST morning action after the user reboots; tonight's negative is recorded so nobody re-bisects the tree for a machine fault. +**Refined diagnosis, 04:1x:** the fault correlates with a SESSION TRANSITION, not a +driver crash: quser showed `rdp-tcp#0` all day and shows `console` now -- the user's +RDP disconnect handed the session to the physical console with the monitor powered +off. Display topology is intact (2560x1440 enumerated; monitor device present, +status Unknown = off). A user-level ChangeDisplaySettings mode reset returned +DISP_CHANGE_SUCCESSFUL but did NOT clear the WSI failure (third gate attempt, same +signature). Morning remediation, cheapest first: (1) turn the monitor ON; (2) +reconnect the RDP session; (3) reboot. Any of the three, then the SS 5.5.24 rerun list. + **The deletion is done and the static gates pass.** Five commits removed 27,607 lines against 1,870 added. What went is listed in the V11 row; what stayed, and