mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 22:16:41 +00:00
- retry-strategy: wrap onRetry in try/catch to prevent callback errors from aborting retries - retry-strategy: validate baseDelayMs >= 0 - retry-strategy: update JSDoc to clarify retryAfter/maxDelayMs interaction - errors/index.ts: add ValidationError to barrel - Tests: onRetry throw test, negative baseDelayMs test