Cursor rule Codex
Ensure ADR examples match implemented APIs.
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
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
// ❌ WRONG — bypasses the family ContractSerializer seam const contract = JSON.parse(raw) as Contract; const contract = JSON.parse(raw) as Contract .
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
Classify CI failures from evidence before acting — install state first, controls that can fail, known flake fingerprints.
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
Config validation and normalization responsibilities (defineConfig normalizes, loader validates into section diagnostics).
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.