Validate a Maestro flow YAML
devilge_validate_maestro_flowValidates a Maestro flow YAML for required fields and denied runScript blocks. Use to catch syntax issues before execution.
Instructions
Statically validates a flow YAML: requires appId:, --- separator, at least one step, and flags runScript: blocks (denied unless DEVILGE_ALLOW_FLOW_SCRIPTS=true). Does NOT execute Maestro — works without the binary installed. Use this before run_maestro_flow to surface syntactic problems quickly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Flow name to validate. |