Project-specific cleanup hook for worktree removal #147
Labels
No labels
bug
contract
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
iterative-works/iw-cli#147
Loading…
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?
Add a cleanup hook that runs when removing a worktree via './iw rm'.
Problem:
Solution:
Superseded by #382, which consolidates this (project-defined cleanup hook) with #225 (build-tool-daemon driver) into a single
CleanupActiondesign that fits the existing hook-discovery pattern (#331). Implementation will land on #382.