release_item
Mark an item as done or abandoned to free agent capacity, recording the commit SHA when work lands.
Instructions
Free agent capacity for an item.
Args:
item_ref: The item id (e.g. CB-5).
status: 'done' (terminal) or 'abandoned' (returns item to 'open').
commit: SHA where the work landed (recorded if status='done').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commit | No | ||
| status | No | done | |
| item_ref | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||