Context
Multiple agents working in the same checkout clobber each other's branches. Observed during the comprehensive cycle: W2 left in-progress edits on W3's branch.
The git worktree add /tmp/<branch> -b <name> main pattern isolates work so parallel agents don't collide, but it isn't documented anywhere.
Acceptance Criteria
Refs
- Observed clobber: W2 ↔ W3 collision during comprehensive cycle
Context
Multiple agents working in the same checkout clobber each other's branches. Observed during the comprehensive cycle: W2 left in-progress edits on W3's branch.
The
git worktree add /tmp/<branch> -b <name> mainpattern isolates work so parallel agents don't collide, but it isn't documented anywhere.Acceptance Criteria
CLAUDE.mdor contributor docs) describing the worktree isolation patternRefs