kanbn_task_exists
Check whether a Kanban task is present and indexed on the board. Throws an error if the task is missing, ensuring only valid tasks are processed.
Instructions
Check that a task file exists and is indexed; throws otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to the project root directory | |
| taskId | Yes | ID or filename of the task |