validate_plan
Validate YAML execution manifests to confirm they are correctly structured before starting any work. Prevent errors by checking plan integrity upfront.
Instructions
Validate a YAML execution manifest without starting any work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manifest | Yes | ||
| repository | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| error | No | ||
| steps | No | ||
| task_id | No | ||
| repository | No | ||
| step_count | No | ||
| task_title | No | ||
| final_eval_commands | No |