release: v0.30.0 — content-keyed page reuse, output languages, worktree auto-seed#764
Merged
Conversation
Version bump across the four Python packages, uv.lock, and the Claude Code plugin manifests; changelog for everything since v0.29.0 with the bundled copy resynced; plugin changelog entry for the bundled SessionStart hook. Also fixes the dead-code finding-row status typing that broke 'next build' (the release web build is the only pipeline that type-checks packages/web against the workspace types).
|
✅ Health: 7.7 (unchanged) 📋 At a glance
🩹 Review priority (files here with the most recent bug-fix history — defects cluster, so review these first)
🔎 More signals (2)🔥 Hotspots touched (3)
🔗 Hidden coupling (3 files)
📊 Full report · ⭐ Star Repowise · 📥 Install bot · Last updated 2026-07-10 16:02 UTC |
RaghavChamadiya
approved these changes
Jul 10, 2026
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
Cuts v0.30.0 with everything on main since v0.29.0 (21 commits). Headliners: cross-run wiki page reuse keyed on file content + generation settings (#757), first-class output-language support (#756), automatic worktree index seeding (#747/#655), Ruby & Scala promoted to the Full health tier (#745/#749), plus health-accuracy fixes (#758–#760), MCP surface trims (#742/#744), and the docs refresh (#741).
Release mechanics in this PR:
pyproject.toml, the three package__init__.pyfiles,uv.lock(regenerated viauv lock), and both Claude Code plugin manifests.docs/CHANGELOG.md: new 0.30.0 section (promoted + completed the Unreleased entries), bundled copy resynced.CHANGELOG.md: 0.30.0 entry for the bundled SessionStart hook (feat(hooks): SessionStart context block, safe-pipeline distill rewrites, doctor registration check #743).finding-row.tsxpassed a plainstringwhereDeadCodePatchRequestrequiresDeadCodeStatus, which failednext build's type check. Regular CI never buildspackages/web, so this sat on main undetected; typed the state + handlers.Test plan
0.29.0outside changelog history)uv lockself-entry at 0.30.0uv build --wheel— wheel built; 66 CLI command files,.scmqueries (17) and.j2templates present; bundled changelog inside the wheel shows 0.30.0npm ci && npm run build --workspace packages/web— green; standaloneserver.jsproduced; workspace-package code present in compiled chunkstests/unit/upgrade(59 passed) incl. the bundled-changelog sync guardrepowise --version→ 0.30.0v0.30.0on the squash commit (triggers publish.yml)pip install --upgrade repowise && repowise servein a fresh dir)No store-format or parser-schema bump: everything this cycle is additive (new page/PriorPage fields ride the existing pickle-schema fingerprint; SQLite columns reconcile additively).