15 · The Workbench
Worktree
Isolated git working copy
A separate checkout of the same repository so an agent (or human) can work on a branch without touching your main working tree. Common in parallel agent runs.
Concrete example
Agent A edits in worktree one; Agent B experiments in worktree two; neither stomps your open files.
Why it matters
Isolation pattern for safe parallel agent work.