🔖 Bump workspace packages to 0.10.0 - #669
Merged
Merged
Conversation
A minor bump because this release adds a command: `xmd prompt` turns a request into a Plan and delivers it to stdout, a file, or a run. Stamps every publishable manifest and restamps the matching workspace entries in bun.lock, which the bump task deliberately leaves alone. Only the ten @executablemd members move; nothing else sharing the old number does. Claude-Session: https://claude.ai/code/session_015HcqB9kJM9KFnMNToAuZF6
PR #669: 🔖 Bump workspace packages to 0.10.021 files, +30 / -30 Scope🟡 21 files changed. Are all changes related? 🟡 Changes span 11 directories. 🟡 PR mixes config and source changes. Structural✅ No structural bloat detected. Slop✅ Slop indicators look low. Static Analysis✅ Oxlint found no issues. CorrectnessNo extraneous code patterns detected. |
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.
Why
Cut 0.10.0 so the release carries
xmd prompt, merged in #657. Minor rather than patch because this adds a command: you describe an outcome, a readable Executable Markdown workflow turns it into a Plan, and the approved Plan goes to stdout, an--outputfile, or a--run.What changes
Before: every publishable manifest declares
0.9.2.After: every publishable manifest declares
0.10.0, andbun.lock's workspace entries agree.Version numbers only. No source, specification or behavior change.
Scope
Included
@executablemdmanifests,deno.jsonandpackage.jsoneach;versionentries inbun.lock.Intentionally unchanged
packages/test-supportstays outside the lockstep — it is private and never publishes, so it declares no version to bump.bun.lock. The ten edited entries were each confirmed to belong to an@executablemdmember by name, because the release spec warns that an unrelated dependency happening to share0.9.2must not be swept along.Generated or mechanical changes
deno task bump 0.10.0.bun.lockentries are restamped by hand: the bump task does not touch the lockfile, andbun installwill not restamp them either, since they already satisfy it. Left alone they would keep the previous release's number.Both are mechanical and contain no intended behavior change.
How to verify it
deno task test scripts/tests/release-targets.test.ts scripts/tests/bump-version.test.ts scripts/tests/workspace.test.tsResults here:
4 passed (16 steps)and2 passed (9 steps), zero failures.Two checks worth stating, because a bump PR is exactly where a stray edit hides:
"version"line — filtering the diff for anything else returns nothing;0.9.2remains in any manifest or inbun.lock, and the ten0.10.0entries match the ten publishable packages.Risks and limitations
v0.10.0. Both release workflows refuse a tag the manifests do not declare, so a mismatch fails the release rather than shipping a wrong number.Scope confirmation
https://claude.ai/code/session_015HcqB9kJM9KFnMNToAuZF6