v0.34.0
Release Notes
Latest Release: v0.34.0 (June 14, 2026)
CLI Governance Pipeline and Enterprise Release Gates
This minor release completes the npm-wrapper governance loop so teams can run bootstrap → sync → doctor → analyze → readiness → autopilot entirely from the CLI, without depending on the VS Code extension for verify evidence.
What's New:
-
🔗
rapidkit pipeline- One command runs sync, doctor, analyze, readiness, and autopilot audit.
- Writes
.rapidkit/reports/pipeline-last-run.jsonwith stage verdicts and exit codes. - Flags:
--json,--strict,--skip-verify,--skip-analyze,--skip-autopilot.
-
🩺 Doctor CI gates
--strict: exit1on errors or warnings.--ci: exit1on errors, exit2on warnings.
-
🚦 Readiness improvements
- New analyze gate reads
analyze-last-run.json. - Verify gate falls back to CLI
workspace contract verifywhen extension artifacts are absent. --skip-verifyfor pipelines that verify elsewhere.
- New analyze gate reads
-
🚀 Bootstrap and sync
- Post-success bootstrap auto-syncs registry + contract.
--compliance-onlywith--jsonfor compliance-only CI (skips init).workspace sync --jsonfor machine-readable registry sync output.
-
🤖 Autopilot
- Adds analyze stage between doctor and readiness.
- Uses doctor
--ci/--strictbased on mode.
Upgrade:
npm install -g rapidkit@0.34.0