update_node
Update a node's title, description, or status, and append timestamped notes to record blockers or fixes.
Instructions
Update a node's title, description or status, and/or append a timestamped note. Notes are for the node's own status trail (why blocked, what the fix was); standalone information worth keeping should be its own note node via create_node so it is visible in the graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| doc | No | Spec/plan document link, e.g. "docs/spec.md#heading" | |
| note | No | Appended to the node's note log | |
| title | No | ||
| status | No | ||
| description | No |