Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions apps/web/src/components/app/docs-sections/worktrees.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ export function WorktreesContent() {
</P>
</Section>

<Section>
<H3>When creation fails</H3>
<P>
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 <Code>stopped</Code> with the underlying
git error in its <strong>Last error</strong>, and its card shows an{" "}
<strong>Attention</strong> badge. Any partially-created worktree or
branch is cleaned up, so fixing the cause and relaunching starts from
a clean slate.
</P>
</Section>

<Section>
<H3>Branch options</H3>
<P>
Expand Down
Loading