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 <noreply@anthropic.com>
This commit is contained in:
parent
c503ed5aa8
commit
f433230940
2 changed files with 12 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -105,3 +105,6 @@ studio-shots/
|
||||||
# session-local physics capture artifacts (worktree root)
|
# session-local physics capture artifacts (worktree root)
|
||||||
/resolve-*.jsonl
|
/resolve-*.jsonl
|
||||||
/launch-*.log
|
/launch-*.log
|
||||||
|
|
||||||
|
# Campaign V capture/evidence output - session-local, never tracked (423 MB lesson, 2026-07-29)
|
||||||
|
artifacts/
|
||||||
|
|
|
||||||
|
|
@ -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
|
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.
|
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
|
**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
|
lines against 1,870 added. What went is listed in the V11 row; what stayed, and
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue