Skip to content

feat: parsec clean should support cleaning a specific ticket #141

@erishforG

Description

@erishforG

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/cliCLI commands and flagstype/featureNew feature request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions