-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Add a command to automate worktree detection and cleanup.
Context
Currently orphaned worktrees require manual git worktree prune. A dedicated command could automate this.
Proposed Implementation
- Create
/PACT:cleanup-worktreescommand - Detect orphaned worktrees via
git worktree list - Prompt user for confirmation before cleanup
- Execute cleanup protocol for each
Related
- Phase E Worktree Integration (PR feat: Worktree Integration (Phase E) #144)
- Issue feat: Add session cleanup hooks for orphaned worktrees #145 (Session cleanup hooks)
- pact-worktree.md Abort/Crash Recovery section
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request