chore(release): bump version to 0.4.1 for rc1#12
Closed
Roo4L wants to merge 1 commit into
Closed
Conversation
Patch on top of v0.4.0 carrying the dogfood-discovered fixes from PR #7 (curl-installer ORG default, --purge sudoers cleanup, GSD + Playwright CLI skill bootstrap wiring, AGENTLINUX_AGENT_HOME export during purge, playwright-cli `cd` to writable home before bootstrapper). scripts/build-release.sh enforces a three-way version lock — package.json, catalog.json, and the tag's base version (after stripping any -rc suffix) must agree. Bumping both files to 0.4.1 so v0.4.1-rc1 (and eventually v0.4.1 final) clear the gate. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Owner
Author
|
Closing under Path A. Decision: rename v0.4.0 → v0.3.1 (it was metadata-only — open-source flip + audits, no tarball asset), and the next rc becomes v0.3.2-rc1. The 2-line bump in this PR (0.3.0 → 0.4.1) is therefore the wrong direction — internal version constants should track the patch-line (0.3.x), not jump to 0.4.x. A separate backlog issue will land a comprehensive lockstep version bump (~15 hardcoded references including plugin/cli/src/index.ts, plugin/cli/src/catalog/{loader,schema}.ts, motd, test fixtures, bats CLI-01 assertion) plus a pre-commit lint guardrail. Branch left intact in case you want to inspect it. |
auto-merge was automatically disabled
May 2, 2026 19:03
Pull request was closed
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
Patch on top of v0.4.0 carrying the dogfood-discovered fixes from PR #7. Bumps
plugin/cli/package.jsonandplugin/catalog/catalog.jsonfrom0.3.0to0.4.1so the build-release.sh three-way version-lock clears for the upcomingv0.4.1-rc1tag push.scripts/build-release.shenforces tag base-version (after stripping-rcN) ==package.json.version==catalog.json.version. Both files were sitting at0.3.0because the v0.4.0 release path didn't bump them; v0.4.1 needs both bumped.Test plan
v0.4.1-rc1and watch the 4-gaterelease.ymlpipeline🤖 Generated with Claude Code