feat(mcp): elicitation-gate forced worktree remove of a dirty or locked tree #178
No reviewers
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!178
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/178/head"
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?
Summary
madt_worktrees action=remove force=trueon a dirty or locked worktree now asks the client's human for explicit accept/decline before anything is deleted - the same consent seam the destructive issue delete uses. This makes the README's "Force exists, but you type it" claim true on the MCP surface, not just the CLI.madtea worktree remove --force) - never a silent discard; this deliberately diverges from the issue-delete gate's silent-proceed because force has no other guard here--forcestays ungated (human-typed) - the gate lives only in the MCP registration closureCloses #168.
Closes #168