Retry with Backoff
Use exponential backoff for retryable operations
CLAUDE.md
Use exponential backoff for retryable operations like network requests and API calls. Start with a short delay and double it each attempt. Add jitter to prevent thundering herds. Set a max retry count.
Copy this block into your CLAUDE.md or agent config file to enforce it in your workflow.