# Workflow packaging descriptor consumed by `aion package`.
# Reference: https://github.com/ablative-io/aion/blob/main/docs/packaging.md
[[]]
= "{{name}}"
= "run"
# Author-chosen whole-run ceiling. The engine imposes no default; this is the
# deadline you have chosen for the entire agent loop, not a step deadline. The
# per-step agent deadlines and the human-review wait are passed in the start
# input (`review_timeout_ms`) — they are never defaulted here.
= 604800
= "schemas/input.json"
= "schemas/output.json"
= ["scout", "act", "verify"]
= "{{name}}.aion"