pub const AGENT_RETRY_MAX_RETRIES: u32 = 2;
Max retries after the first failure for agents re-invoking on exit 74.
Total attempts = AGENT_RETRY_MAX_RETRIES + 1 (3). Matches docs/AGENTS.md.
AGENT_RETRY_MAX_RETRIES + 1
docs/AGENTS.md