Files
Cameron Beattie c82705481c fix: handle SDK client initialization timeout and improve error resilience
- Restructure ClaudeSDKClient async context to catch initialization
  timeouts as TransientAgentError instead of crashing the runner
- Add catch-all error handler in hunt stage so a single task failure
  doesn't abort the entire run
- Add repair_attempts: 2 to gapfill and feedback stages
- Fix priority field type in gapfill/feedback prompts (integer, not string)
2026-05-29 17:29:25 +12:00
..