Commit f252f54
chore(hygiene): guard the root session-handoff entry point
The working handoff now lives at `/_NEXT_SESSION.md` (root) instead of
`docs/NEXT_SESSION.md`, so that a fresh session's first-pass scan of the project
root finds it without being told where to look. It is kitchen, not product: add
it to .gitignore and teach the hygiene gate to flag it, the same way the gate
already flags root audits, planning notes and the old docs/ handoff. Self-test
covers the new pattern (9 flagged / 7 clean).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 823e4f3 commit f252f54
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| 86 | + | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| |||
0 commit comments