Files
lobster/test
scottgl 7d6ecec694 feat: step-level retry with configurable backoff
Adds retry field to workflow steps with exponential/fixed backoff,
jitter, and configurable max attempts. Retry delays are signal-aware
(abort cancels immediately). Abort errors never trigger retries.

- New src/core/retry.ts: withRetry utility with backoff calculation
- Step execution wrapped in retry loop when retry.max > 1
- Retry attempts logged to stderr as [RETRY] messages
- Dry-run renders retry config (attempts, backoff, base delay)
- Comprehensive validation for all retry fields
2026-04-11 16:40:17 -07:00
..
2026-01-23 16:30:53 -08:00
2026-01-23 16:33:25 -08:00
2026-01-23 16:32:46 -08:00
2026-01-23 16:30:16 -08:00
2026-01-23 16:31:40 -08:00