board_update_task
Modify task details like status, priority, assignment, or project in the Vibe Board VE system to track progress and organize work effectively.
Instructions
Update a task's status, assignment, priority, RIPER mode, project, or other fields. Pass project_id to move the task to a different project (the target project must exist; subtasks are NOT auto-moved — caller must move them separately if needed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID to update | |
| status | No | New status | |
| priority | No | New priority | |
| assigned_agent | No | New agent assignment (empty string to unassign) | |
| riper_mode | No | New RIPER mode | |
| title | No | Updated title | |
| description | No | Updated description | |
| depends_on | No | Updated dependency list | |
| metadata | No | Metadata to merge | |
| project_id | No | Move task to this project. Target project must exist. Subtasks are NOT auto-moved — their parent_task_id link will cross projects unless the caller also moves them. Returns a warning in the message if the task has subtasks still in the source project. |