rollback_feature
Abort a failed or unwanted feature, removing its worktree and branch while logging the reason. Use to abandon a feature without merging.
Instructions
Rolls back a failed or unwanted feature: aborts worktree, cleans up branch, records reason. Use this when you need to abandon a feature without merging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Reason for the rollback (for logging and future reference) | |
| keep_branch | No | Keep the branch for debugging (default: delete) | |
| worktree_path | No | Path to the worktree to rollback |