Keep changes small, explicit, and easy to review.
bun installbun run check
bun run typecheck
bun run test
bun run test:e2e- Prefer simple solutions over clever abstractions.
- Avoid adding fallback paths unless they are effectively free.
- Update
README.mdwhen setup or behavior changes. - Regenerate
worker-configuration.d.tsafter changing Cloudflare bindings.