ux(orchestrate): reconcile can't check out a PR head held by a linked worktree — advice says fetch/recreate instead of naming the worktree #24
Labels
No labels
breaking
bug
documentation
enhancement
epic
good first issue
help wanted
refactoring
resolution/duplicate
resolution/invalid
resolution/wontfix
security
severity/critical
severity/high
severity/low
severity/medium
status/abandoned
status/blocked
status/needs-decision
status/needs-info
status/needs-verification
testing
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sixfold-space/madtea#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hit live 2026-07-10 (an earlier PR):
madt_orchestrate reconcile=<pr>failed with'<branch>' is already used by worktree at '.worktrees/<branch>'and advised "make sure it exists locally (madt_fetch, then create it from origin/...)" — but the branch existed; the actual fix was removing the worktree (or reconciling inside it).Ask: when checkout fails because the head branch is checked out in a linked worktree, either (a) run the reconcile inside that worktree directly, or (b) say exactly that: "checked out in worktree X — remove it (madt_worktrees action=remove) or reconcile there." The current advice sends the caller down a fetch/recreate path that can't work.