validate_task_loop
Executes validation commands for task nodes with duration tracking and error logging, streaming live output to support iterative fixes until tasks pass.
Instructions
Execute the validation command for a task node with duration tracking and attempt error logging. Streams live output via progress notifications when supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory to execute command in (optional) | |
| nodeId | Yes | ID of the node to validate | |
| timeoutMs | No | Timeout in milliseconds (default: 60000, max: 600000) | |
| commandOverride | No | Optional override for the validation command |