Skip to content

Commit 1d3cb5d

Browse files
committed
chore: gitignore Claude Code agent isolation worktrees
The harness creates .claude/worktrees/<id>/ when spawning agents with isolation: "worktree". These are temporary per-agent clones; they should never be committed to the parent tree.
1 parent fb21249 commit 1d3cb5d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ target/
77

88
# Apple details
99
**/.DS_Store
10+
11+
# Claude Code: agent isolation worktrees (temporary, per-agent)
12+
.claude/worktrees/

0 commit comments

Comments
 (0)