Skip to content

Commit a2bb9ba

Browse files
LEANDERANTONYclaude
andcommitted
chore(gitignore): keep report.md + _chat_handoffs/ local-only
report.md (parked-work register with file:line internals) and the cross-chat _chat_handoffs/ tooling were untracked but not ignored, so a stray 'git add .' could have published them. Add both alongside the already-ignored AGENT.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 8383809 commit a2bb9ba

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,11 @@ cython_debug/
183183
# if it's lost. The tracked docs-governance file is docs/README.md.
184184
AGENT.md
185185

186+
# Parked-work register + launch-audit deferrals — local-only working
187+
# backlog carrying file:line internals, "why parked", and revisit
188+
# triggers. Not a public artifact; rebuild from DEVLOG + commit history.
189+
report.md
190+
186191
# Local-only scratch images (exploration / draft diagrams not wired
187192
# into any tracked doc — the README uses docs/images/*.svg + landing_*.png)
188193
docs/images/architecture.png
@@ -286,3 +291,6 @@ reports/
286291

287292
# Design system reference material — local-only handoff/specs/screens
288293
design_system/
294+
295+
# Cross-chat session handoffs — distilled transcripts + throwaway tooling
296+
_chat_handoffs/

0 commit comments

Comments
 (0)