worktree: drop force-discard from both surfaces; retire the #168 elicitation gate #208
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#208
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?
Part of #206; implements ADR 0029 (#207) for worktrees.
Remove the ability to discard a dirty or locked worktree through madtea entirely, converging on the branch-delete pattern:
git worktree remove --forceas the command the user can run in their own shell. No runnable madtea incantation in the refusal.madtea worktree remove --forceis removed the same way branch delete removed -D/--force-delete, with the same style of typed error pointing at raw git.Acceptance criteria: