Files
codex-game-studio/CONTRIBUTING.md
T
e06453bcab feat: prune template authoring artifacts and expand localized guides (#15)
* docs: remove stale research design note

* feat: prune maintainer artifacts during init

* docs: expand localized README guides

---------

Co-authored-by: MerlinH <merlinh221@gmail.com>
2026-07-10 23:14:20 +10:00

472 B

Contributing

Use Node 24 or newer.

Before opening changes:

npm run typecheck
npm run build
npm test
npm run validate

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.