Files
codex-game-studio/docs/development-rules.md
T

581 B

Development Rules

This repository is TypeScript/Node only.

Use .js specifiers for all relative TypeScript imports because the package uses NodeNext.

Run validation before claiming parity:

npm run typecheck
npm run build
npm test
npm run validate

Keep generated projects under projects/<slug>/.

The current build invokes Codex by default through run <role>. Use --dry-run or --print-prompt for inspection-only paths. It still intentionally excludes planner commands, telemetry, parallel orchestration, changed-file tracking, and ownership enforcement.