contentrain_merge
Merge a review-mode branch into Contentrain using local git operations. Merges the feature branch into the contentrain branch, updates the base branch via update-ref, and selectively syncs .contentrain/ files to the working tree.
Instructions
Merge a review-mode branch into contentrain. Local git operation — no external platform needed. Merges the feature branch into the contentrain branch, advances the base branch via update-ref, and selectively syncs .contentrain/ files to the working tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | Yes | Branch name to merge (e.g. cr/normalize/extract/...) | |
| confirm | Yes | Must be true to confirm the merge |