Codex Game Studios is a Codex-native fork of Claude Code Game Studios. Keep contributions aligned with the porting contract and the repo's verification model.
- Preserve upstream attribution and the pinned upstream mapping evidence.
- Do not add Claude runtime dependencies to the Codex install surface.
- Do not write package behavior that modifies
.claude/or requiresCLAUDE.md. - Keep target project licenses and user-owned instructions intact.
- Make small, reviewable changes with focused validation evidence.
Run the package audit before proposing a release-facing change:
./.codex/audit.sh all --root "$PWD"
./.codex/audit.sh smoke-headless --root "$PWD"For installer or manifest changes, also inspect:
python3 .codex/lib/validate_manifest.py --root "$PWD"Use README.md for release-facing usage, PORTING_NOTES.md
for lineage and conversion context, and docs/codex-conversion/ for detailed
porting evidence.