Summary
parsec clean test-hook-check fails — clean only supports --all or --dry-run but not a specific ticket. Users have to manually run git worktree remove + git branch -d.
Proposed Behavior
# Clean up a specific worktree by ticket
parsec clean test-hook-check
# Existing behavior still works
parsec clean --all
parsec clean --orphans
Context
During testing, temporary worktrees need to be cleaned up individually. Currently requires raw git commands.
Summary
parsec clean test-hook-checkfails — clean only supports--allor--dry-runbut not a specific ticket. Users have to manually rungit worktree remove+git branch -d.Proposed Behavior
Context
During testing, temporary worktrees need to be cleaned up individually. Currently requires raw git commands.