Cursor rule Codex
Ensure ADR examples match implemented APIs.
⛔ Moved to prisma/prisma — Prisma Next development continues there under the name Prisma ORM v8. This repository is archived.
Cursor rule Codex
Ensure ADR examples match implemented APIs.
Cursor rule Codex
ADR writing guidelines (clarity, flow, examples).
Cursor rule Codex
When you would otherwise reach for Zod, use Arktype. Read this any time you need to work with Arktype.
Cursor rule Codex
Cursor rule "as-contract-cast-smell" from prisma/prisma-next, covering as contract casts are a serializer-bypass smell, the smell, the fix, lint scope and where the cast is allowed (allowlist).
Cursor rule Codex
Don't use the word "cleavage" in docs, ADRs, specs, plans, READMEs, or commit messages.
Cursor rule Codex
Capabilities are adapter-reported, contracts declare requirements.
Cursor rule Codex
Patterns for CLI e2e tests using shared fixture app.
Cursor rule Codex
CLI command error handling patterns.
Cursor rule Codex
CLI package export patterns and import conventions.
Cursor rule Codex
Avoid committing generated CLI test fixtures.
Cursor rule Codex
Patterns for config validation and normalization using Arktype.
Cursor rule Codex
Validate emitted column default values.
Cursor rule Codex
On-disk layout for packages that expose a contract space (extensions, internal monorepo packages, aggregate-root apps).
Cursor rule Codex
Control plane descriptor and instance implementation patterns.
Cursor rule Codex
Review markdown in Cursor — path-only file links (no :line in link targets).
Cursor rule Codex
Prefer declarative configuration over hardcoded logic.
Cursor rule Codex
Directory layout rules for SQL family vs concrete targets.
Cursor rule Codex
Keep documentation and READMEs accurate and updated.
Cursor rule Codex
Prefer requiring explicit opt-in over emitting diagnostics on intentional user paths.
Cursor rule Codex
Family instance domain action implementation patterns.
Cursor rule Codex
A review comment names a class of defect, not a point-fix. Sweep the whole diff for the class before replying; fix every instance in one round.
Cursor rule Codex
Generic parameter defaults (avoid pointless defaults).
Cursor rule Codex
Git commit best practices - avoid git add -A, stage files explicitly, always sign off.
Cursor rule Codex
Import validation and package layering rules.