Problem
There is no way to change the ticket ID associated with a workspace after creation. This is a common need (wrong ticket ID, ticket split, etc.).
Proposed Solution
Add parsec rename <old-ticket> <new-ticket> that:
- Updates workspace state (
.parsec/state.json)
- Renames the git branch (
feature/old → feature/new)
- Records the rename in oplog
- Optionally updates the remote branch name
Category: feature | Priority: low
Problem
There is no way to change the ticket ID associated with a workspace after creation. This is a common need (wrong ticket ID, ticket split, etc.).
Proposed Solution
Add
parsec rename <old-ticket> <new-ticket>that:.parsec/state.json)feature/old→feature/new)Category: feature | Priority: low