mirror of
https://github.com/merlinhu1/codex-game-studio.git
synced 2026-08-25 07:54:34 +02:00
484 B
484 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 first build intentionally excludes planner commands, direct Codex execution, telemetry, parallel orchestration, changed-file tracking, and ownership enforcement.