delimit_ledger_update
Update any field on a ledger item, including status, priority, assignee, due date, labels, and dependencies. Pass only the fields you want to change.
Instructions
Update any field on a ledger item.
Supports: status, priority, title, description, assignee, due date, labels, and dependency links (blocked_by, blocks). Pass only the fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | The item ID (e.g. LED-001 or STR-001). | |
| venture | No | Project name or path. Auto-detects if empty. | |
| status | No | New status - "open", "in_progress", "blocked", "done". | |
| priority | No | New priority - "P0", "P1", "P2". | |
| title | No | New title. | |
| description | No | New description. | |
| note | No | Add a note/comment to the item. | |
| assignee | No | Assign to a person or agent (e.g. "founder", "claude", "codex"). | |
| due_date | No | Due date in ISO format (e.g. "2026-04-01"). | |
| labels | No | Labels/tags (e.g. ["dashboard", "ux"] or "dashboard,ux"). | |
| blocked_by | No | Item ID that blocks this item (e.g. "LED-025"). | |
| blocks | No | Item ID that this item blocks (e.g. "STR-005"). | |
| worked_by | No | Which AI model is working on this. Auto-detected if empty. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||