Commitecfe21bunknown_key
chore: gitignore .claude/worktrees/ (parallel-agent isolation dir)
chore: gitignore .claude/worktrees/ (parallel-agent isolation dir) The Agent tool with isolation: "worktree" stages each agent's copy of the repo in .claude/worktrees/. These are scratch directories that should never be committed — adding them to .gitignore so the stop-hook stops flagging them.
1 file changed+5−0ecfe21bc56aa1f1720b5d632513daa23cf796b24
1 changed file+5−0
Modified.gitignore+5−0View fileUnifiedSplit
@@ -9,3 +9,8 @@ drizzle/meta/
99.test-repos-*/
1010*.pem
1111*.key
12
13# Parallel-agent isolated worktrees. The Agent tool with
14# isolation: "worktree" stages each agent's copy here so they don't
15# collide on the main working tree. Never commit these.
16.claude/worktrees/
1217