Run local delivery
Use local delivery checks when changing event schemas, intake adapters, retry logic, or dashboard-visible operational state.
Baseline checks
Section titled “Baseline checks”pnpm testpnpm typecheckpnpm docs:checkFocused tests should cover the changed adapter or workflow first. The full baseline is the final check before opening a pull request.
Local surfaces
Section titled “Local surfaces”- Use
pnpm cf:devfor the Worker-shaped intake path. - Use
pnpm pages:buildfor the product site. - Use
pnpm docs:buildfor the public docs site.
Source spec
Section titled “Source spec”Delivery and replay semantics are defined in docs/event-delivery.md.