Retries
AYNIG does not implement retries. Retrying is a workflow policy.
A simple convention:
- Use trailers like:
dwp-attempt: 1dwp-max-attempts: 3
- If a command fails, create a new commit with the same
dwp-stateand increment the attempt. - Stop retrying when attempt reaches max.
These are conventions only; AYNIG does not interpret them.