chore(release): cut v3.15.0#249
Merged
Merged
Conversation
Bundles #244-#248: /plan-pack, the how-to-best-use guide, /ship, /production-readiness-review, and the enforcing hook-pack. Marketplace consumers get these on merge (the version bump refreshes their plugin cache). npm publish stays gated on the OIDC trusted-publisher config on npmjs.com (v3.13.0 E404'd for exactly that), so the v3.15.0 tag is held pending operator confirmation.
There was a problem hiding this comment.
Code Review
This pull request bumps the version of the continuous-improvement plugin to 3.15.0 across multiple package and configuration files, and updates the CHANGELOG.md to document the new features of this release, such as the /ship, /production-readiness-review, and /plan-pack commands, and the hook-pack gate. As there are no review comments provided, I have no feedback to offer.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release bump 3.14.0 → 3.15.0. Version bump + regenerated manifests + CHANGELOG only; no code changes (
npm version --no-git-tag-version+npm run build).Bundles everything unreleased on
mainsince 3.14.0 (#244–#248):/plan-pack— plan doc → commentable review packet (feat(plan-pack): turn a plan doc into a commentable review packet for colleague review #244)docs/using-this-plugin.md(docs(usage): add a how-to-best-use guide for the plugin #245)/ship— single-defect audit→fix→PR command (feat(ship): add /ship single-defect audit-to-PR command #246)/production-readiness-review— parallel multi-agent readiness gate (feat(readiness): add /production-readiness-review parallel multi-agent review command #247)hook-pack— warn-default push-to-main + commit-size PreToolUse gates (feat(hook-pack): warn-default push-to-main + commit-size PreToolUse gates #248)What ships on merge
Marketplace consumers (
/plugin update continuous-improvement) get 3.15.0. The code is already onmain; the version bump is what refreshes the cached plugin files (cached files aren't re-copied on resync unless the version changes), so this is what makes the new commands + hook actually load for installed users.npm publish — held pending account config
npm is published at 3.12.3 (3.13.0 and 3.14.0 were never published). The npm release is tag-triggered (
v*→release.yml), but the v3.13.0 run published provenance then E404'd onPUTwhile running Node 22.22 / npm 11.16 — both above the OIDC floor, so it is not an npm-version problem. Perdocs/RELEASING.md's troubleshooting table, signed-provenance-then-E404 on a current npm means the OIDC trusted publisher isn't configured/matching on npmjs.com.That is a one-time account setting only the npm owner can make: npmjs.com →
continuous-improvement→ Settings → Trusted Publisher → GitHub Actions publisher, ownernaimkatiman, repocontinuous-improvement, workflowrelease.yml, environment blank.Until that's confirmed, tagging
v3.15.0would E404 again and leave a dangling tag. So the tag is intentionally held. Merge this for the marketplace release; then configure the trusted publisher (or use the manualnpm publish+ OTP fallback indocs/RELEASING.md) and thev3.15.0tag can be pushed.Verification
npm run buildregenerated the 5 manifests +package.json/package-lock.jsonto 3.15.0.verify:allGREEN;verify:generatedclean.