contentrain_branch_delete
Delete pending cr/* branches that will not be merged. Removes unmerged commits and cleans up your repository.
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 |