firtoz/cf-multiworker-starter-kit
Cursor rule Codex
Necessary for cloud agents.
Production-proven Turborepo monorepo starter kit for full-stack Cloudflare Workers apps — with Durable Objects, end-to-end type safety, and everything wired up to ship
firtoz/cf-multiworker-starter-kit
Cursor rule Codex
Necessary for cloud agents.
firtoz/cf-multiworker-starter-kit
Cursor rule Codex
Necessary for cloud agents.
firtoz/cf-multiworker-starter-kit
Cursor rule Codex
Do not start dev servers or long-running watch processes unless the user explicitly asks (e.g. “run dev”, “verify in the browser”). If they do, use the project’s bun run dev from the repo root and stop or ask before leaving a server running forever.
firtoz/cf-multiworker-starter-kit
Cursor rule Codex
Agents must not manually author generated files. If generated output needs to change, edit the source-of-truth file and run the generator. If the generator fails, fix the source or generator instead of fabricating output.
firtoz/cf-multiworker-starter-kit
Cursor rule Codex
Necessary for cloud agents.
firtoz/cf-multiworker-starter-kit
Cursor rule Codex
Cloud Agents MUST run git add, git commit, and git push before ending their response when they have made code changes. Do not end your turn without pushing. ALWAYS use Pull Requests instead of pushing directly to main.
firtoz/cf-multiworker-starter-kit
Cursor rule Codex
Checklist when adding any new env secret/variable — Turbo globalEnv, GitHub sync, workflow maps, Alchemy bindings. Prevents "secret synced but worker never gets it".
firtoz/cf-multiworker-starter-kit
Cursor rule Codex
When the user has not yet personalized a copy of this monorepo, help them before building features.
firtoz/cf-multiworker-starter-kit
Cursor rule Codex
Socka-first Durable Object WebSockets, SSR-safe client URLs, no fake localhost. Use for durable-objects/, apps/web, WebSocket forwarding, or @firtoz/socka.
firtoz/cf-multiworker-starter-kit
Cursor rule Codex
Golden rule: import each symbol from the module that defines it. A package index.ts may barrel only its own ./ modules — never another package.
firtoz/cf-multiworker-starter-kit
Cursor rule Codex
Skim this on every task that touches workers, env, routes, or bindings.