Respect 429 and Retry-After in the replay engine with a small backoff, and add a --rate <rps> cap.
Files: src/engine/replay.ts, src/cli.ts
Acceptance criteria
- A 429 triggers a bounded retry honoring Retry-After.
--rate limits requests per second.
- Test for the backoff logic.
Comment /assign to claim.
Respect
429andRetry-Afterin the replay engine with a small backoff, and add a--rate <rps>cap.Files:
src/engine/replay.ts,src/cli.tsAcceptance criteria
--ratelimits requests per second.Comment
/assignto claim.