hub_task_update
Update a task's status, assignee, priority, text, deadline, category, resources, or dependencies to keep project tracking accurate.
Instructions
Update a task: close it (status=done), reassign, reprioritise, edit text/deadline/cat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | ||
| id | Yes | bare number or a node-scoped id like "planck-3" | |
| cat | No | ||
| text | No | ||
| status | No | ||
| assignee | No | ||
| deadline | No | ||
| resources | No | resource slugs this task touches | |
| depends_on | No | task ids this task waits on | |
| importance | No |