diff --git a/apps/web/src/components/app/docs-sections/worktrees.tsx b/apps/web/src/components/app/docs-sections/worktrees.tsx index e264ce0f..327e6000 100644 --- a/apps/web/src/components/app/docs-sections/worktrees.tsx +++ b/apps/web/src/components/app/docs-sections/worktrees.tsx @@ -25,6 +25,20 @@ export function WorktreesContent() {

+
+

When creation fails

+

+ Because you asked for an isolated worktree, Dispatch won't silently + fall back to running in the main checkout. If the worktree can't be + created — a name collision, a missing starting branch, or another git + error — the agent is marked stopped with the underlying + git error in its Last error, and its card shows an{" "} + Attention badge. Any partially-created worktree or + branch is cleaned up, so fixing the cause and relaunching starts from + a clean slate. +

+
+

Branch options