contentrain_branch_delete
Delete pending cr/* branches that are not merged, such as leftovers from failed operations or superseded drafts. This permanently removes the branch and its unmerged commits.
Instructions
Delete a pending contentrain (cr/) branch that will not be merged — e.g. a branch left behind by a failed operation, or a superseded draft. Only cr/ branches can be deleted; the contentrain branch is protected. This is destructive: the branch and its unmerged commits are removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | Yes | The cr/* branch to delete | |
| confirm | Yes | Must be true to confirm deletion |