This package interprets supplied response evidence. It does not perform or schedule retries.
Bounded change: add one interpretation call at the existing response-error decision boundary. Untouched: design, layout, navigation, routes, branding, content, responsive/accessibility behavior, SEO, analytics, auth, checkout, integrations, databases, API contracts, transport, credentials, quotas, counters, and unrelated code.
src/index.js and optionally src/index.d.ts.npm test plus existing request, error, auth, analytics, idempotency, responsive, and accessibility regressions.Compatibility: Node 18+ ESM or a modern bundler. Failure/recovery: typed validation errors occur before side effects; retain the existing error path. Rollback: remove the import/call and restore the checkpoint. Unverified: real provider semantics, clock accuracy, distributed coordination, replay safety, UI announcements, and customer-environment behavior. Publish next: deploy only after targeted and regression tests pass.
PRESERVATION CONFLICT / REVIEW REQUIRED: stop if integration changes contracts, retries an unproven mutation, replaces transport, silently shortens a wait, or requires unrelated redesign/rearchitecture. Use the existing error branch as the smallest alternative.
Then read README.md, INTEGRATION.md, SECURITY.md, and ROLLBACK.md.