chore(gitignore): ignore reports/ and spec-* scratch

reports/ is used by /autopilot for daily reports and per-worker decision
logs (scratch). spec-decisions-*.md and spec-plan-*.md are produced by
/plan-overnight and committed only when promoted to docs/archive/.

Prevents `git add -A` in workers from sweeping these into PRs.
This commit is contained in:
le king fu 2026-05-01 07:12:24 -04:00
parent 5836760f3c
commit bde47dabed

7
.gitignore vendored
View file

@ -58,3 +58,10 @@ src-tauri/gen/
.claude/scheduled_tasks.lock .claude/scheduled_tasks.lock
.claude/worktrees/ .claude/worktrees/
decisions-log.md decisions-log.md
# Autopilot scratch + daily reports
reports/
# Spec scratch (committed only when promoted to docs/archive/)
spec-decisions-*.md
spec-plan-*.md