Files
codex-game-studio/CONTRIBUTING.md
T

17 lines
586 B
Markdown
Raw Normal View History

2026-05-27 22:43:29 +00:00
# Contributing
2026-06-25 14:52:52 +00:00
Use Node 24 or newer.
2026-05-27 22:43:29 +00:00
Before opening changes:
```bash
npm run typecheck
npm run build
npm test
npm run validate
```
2026-06-26 00:45:38 +00:00
Do not add Python compatibility files, duplicate script-wrapper logic, telemetry, direct Codex execution, planner behavior, hosted/background orchestration, unbounded parallelism, or ownership enforcement without a new design. Explicit local task orchestration is allowed only under the product boundary and must include tests and docs.
2026-05-27 22:43:29 +00:00
Do not edit `research/*` as part of implementation changes unless the task explicitly asks for research updates.