G-07Worktree Parallelism

/coding-agents/worktrees

Each agent works in its own git worktree; merge conflicts are surfaced by git, not by luck.

Key insight

Filesystem isolation makes parallel agents boring in the best way — and routes their disagreements through tooling built to resolve them.

Failure mode

Parallel agents in one working directory: silent overwrites, corrupted builds, and no record of who changed what.

Further reading

Elsewhere in the atlas