kanbn_add_relation
Add a relation (e.g., depends-on or blocks) to a task while preserving existing relations. Provide the task ID, target task ID, and relation type to append a new edge on a Kanbn board.
Instructions
Add a relation edge (e.g. {task, type: 'depends-on'}) to a task. Merges: existing relations are preserved and only the new edge is appended.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to the project root directory | |
| task | Yes | Target task ID the relation points to | |
| type | Yes | Relation type, e.g. 'depends-on' or 'blocks' (normalised to kebab-case) | |
| taskId | Yes | ID or filename of the task to add the relation to |