Prepare a release for the codex-su CLI. Use when bumping the version, updating the changelog, validating the npm package contents, or preparing the repo for a future npm publish.
Use this skill to prepare codex-su releases from this monorepo. The publishable package is apps/cli; the repo root is private workspace infrastructure.
Default behavior is release preparation only: version bump, changelog update, validation, release notes, and publish readiness. Do not publish unless the user explicitly asks.
git status --short.git branch --show-current and git remote -v.apps/cli/package.json.pnpm release:check.apps/cli/package.json as the source of truth.apps/cli/package.jsonCHANGELOG.md## Unreleased at the top.pnpm release:check again.Use pnpm release:check as the default validation command.
When checking package contents, the tarball should contain only:
distREADME.mdpackage.jsonIt must not contain:
srctest.turboDirect package-level check:
npm_config_cache=/tmp/codex-su-npm-cache npm pack --dry-run
from apps/cli.
When using this skill, provide:
pnpm release:check.If the user later asks to publish:
codex-su is still the intended npm package name.pnpm release:check.apps/cli, never the repo root.codex-su version after publish.