Validation and pre-release command playbook for routine engineering and release checks.
Use with generation-and-validation.md and release-gate-checklist.md.
pnpm gen
pnpm python:openapi:check
pnpm lint
pnpm typecheck
pnpm test
pnpm build
pnpm smoke:runtime
node scripts/run-agent-conformance.mjs
pnpm test:e2e
python3 -m compileall packages/python-client/src/codex_manager
python3 -m pytest packages/python-client/tests/unitpnpm smoke:runtimenode scripts/run-agent-conformance.mjs
These should be considered non-optional for extension/queue/runtime behavior changes.
- API route parity and schema quality tests under
apps/api/src/*openapi* - CLI parity tests under
apps/cli/src/route-parity.test.ts - Python route parity/type coverage tests under
packages/python-client/tests/unit
- fix generation drift first (
pnpm gen,python:openapi:check) - fix type errors
- fix unit/integration tests
- fix runtime smoke/conformance failures
- re-run full gate
- Generation command reference:
generation-command-reference.md - Release gate checklist:
release-gate-checklist.md - Agent verification matrix:
agent-platform-verification-matrix.md