Gap: wrangler.jsonc format
Using wrangler.toml instead of wrangler.jsonc.
Why it matters
The .jsonc format supports inline comments, making complex wrangler configurations (multi-environment, multiple bindings) much easier to document and review. It's the preferred format for new Cloudflare Workers projects.
Suggested fix
- Rename
wrangler.toml → wrangler.jsonc
- Convert TOML syntax to JSON with comments (JSONC)
- Update any CI/CD scripts referencing the old filename
Filed by Arc production-grade audit — 2026-03-12