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)
|
||||
/resolve-*.jsonl
|
||||
/launch-*.log
|
||||
|
||||
# Campaign V capture/evidence output - session-local, never tracked (423 MB lesson, 2026-07-29)
|
||||
artifacts/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue