🔖 Release 0.12.0 - #793
Merged
Merged
Conversation
Minor rather than patch: #762 landed a capability rather than a fix. An agent writing a Plan can now answer any Plan-producing turn with a read-only XMD information request instead of a draft, and the workflow evaluates it under the host's own read authority and hands the findings back as context. Every workspace manifest moves together, and the site's version badge with them.
taras
enabled auto-merge (squash)
September 9, 2026 23:29
PR #793: 🔖 Release 0.12.021 files, +21 / -21 Scope🟡 21 files changed. Are all changes related? 🟡 Changes span 11 directories. 🟡 PR mixes config and source changes. 🟡 package.json changed without dependency justification. 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
#762 merged as
14c23076. It adds a capability rather than fixing one, so thenext release is a minor: 0.11.0 → 0.12.0.
What changes
Before: every workspace manifest reads
0.11.0, and the site badge readsv0.11.0.After: all twenty manifests read
0.12.0, and the badge matches.Nothing else. No source, spec, or site copy is touched.
Scope
Included
deno.json/package.jsonversion fields, stamped bydeno task bump 0.12.0.site/routes/index.tsx'sVERSIONconstant, the one place the site states it.Intentionally unchanged
PR does not change that.
v0.12.0after thismerges, per
specs/release-process-spec.md§2.Generated or mechanical changes
deno task bump 0.12.0output — one field per file,no hand edits.
How to verify it
bump-version.test.tsandworkspace.test.tspass (2 passed, 9 steps), soevery workspace member was found and stamped rather than a subset.
grepfor0.11.0across the manifests returns nothing.Scope confirmation