An agent starts a task
Git workflow
Create and name a branch, make sure it points at the right base, then keep the branch and worktree paired for the life of the task.
Jujutsu / Vex workflow
Create a workspace. Its working copy is already a mutable Change in the shared graph; no task branch is required.
Why agents care
Agents get isolated directories without a parallel branch-naming system.

