Skip to content

🔖 Release 0.12.0 - #793

Merged
taras merged 1 commit into
mainfrom
release/0.12.0
Sep 9, 2026
Merged

🔖 Release 0.12.0#793
taras merged 1 commit into
mainfrom
release/0.12.0

Conversation

@taras

@taras taras commented Sep 9, 2026

Copy link
Copy Markdown
Owner

Why

#762 merged as 14c23076. It adds a capability rather than fixing one, so the
next release is a minor: 0.11.0 → 0.12.0.

What changes

Before: every workspace manifest reads 0.11.0, and the site badge reads
v0.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

  • The twenty deno.json / package.json version fields, stamped by
    deno task bump 0.12.0.
  • site/routes/index.tsx's VERSION constant, the one place the site states it.

Intentionally unchanged

  • No site copy. The homepage says nothing about the release's contents, and this
    PR does not change that.
  • No changeset, per repository convention.
  • Publishing itself. The draft release is published as v0.12.0 after this
    merges, per specs/release-process-spec.md §2.

Generated or mechanical changes

  • Every manifest change is deno task bump 0.12.0 output — one field per file,
    no hand edits.

How to verify it

deno task lint
deno task check
cd site && deno task check
deno task test scripts/tests/bump-version.test.ts scripts/tests/workspace.test.ts
  • bump-version.test.ts and workspace.test.ts pass (2 passed, 9 steps), so
    every workspace member was found and stamped rather than a subset.
  • grep for 0.11.0 across the manifests returns nothing.

Scope confirmation

  • Every changed file supports the purpose described above.
  • Unrelated cleanup and formatting changes are excluded.
  • Generated or mechanical changes are clearly identified.
  • The description matches the final diff and test results.

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
taras enabled auto-merge (squash) September 9, 2026 23:29
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown

PR #793: 🔖 Release 0.12.0

21 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.

Correctness

No extraneous code patterns detected.

@taras
taras merged commit ad5498e into main Sep 9, 2026
38 checks passed
@taras
taras deleted the release/0.12.0 branch September 9, 2026 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant