mark_branch_only
Flag a code item as branch-only to track work not yet integrated. Specify the item reference and Git branch to record its status.
Instructions
Flag an item as living on a feature branch (not yet integrated). Called by worktree-setup.sh when a branch is created.
Args:
item_ref: The item id (e.g. CB-5).
branch_name: Git branch holding the work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_ref | Yes | ||
| branch_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||