mark_integrated
Mark a code item as integrated by recording its merge commit on main, setting status to done, and clearing branch-only flag. Use after work lands on main.
Instructions
Mark an item as merged to main. Sets done_commit, status='done', clears branch_only. Called by worktree-finish.sh.
Args:
item_ref: The item id (e.g. CB-5).
commit: Commit SHA where the work landed on main.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commit | Yes | ||
| item_ref | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||