From bde47dabed9d5809fdba62b3bb1ced4efbc42df7 Mon Sep 17 00:00:00 2001 From: le king fu Date: Fri, 1 May 2026 07:12:24 -0400 Subject: [PATCH] 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. --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index dc59fe3..35aca88 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,10 @@ src-tauri/gen/ .claude/scheduled_tasks.lock .claude/worktrees/ decisions-log.md + +# Autopilot scratch + daily reports +reports/ + +# Spec scratch (committed only when promoted to docs/archive/) +spec-decisions-*.md +spec-plan-*.md