npm install
npm run build
npm run auditThe installer package is packages/installer and publishes the codex-plusplus CLI. Runtime code lives in packages/runtime; public tweak author types live in packages/sdk.
Default tweaks are developed and released from their own repositories. The installer fetches their latest GitHub releases during first install; do not vendor their source into this repository.
- Update package versions using semver.
- Update
CHANGELOG.md. - Run
npm run build. - Run
npm run audit. - Test
codex-plusplus install,doctor,repair, anduninstallon a real Codex install for the target platform. - Create a GitHub release with a semver tag.