release: v0.6.0 — Sigma graph, parallel metrics, dead-code accuracy, workspace fixes#157
Merged
Conversation
swati510
approved these changes
May 9, 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
First release since v0.5.1 (2026-05-07). Eleven PRs land here — no breaking changes, no API surface freeze, so this is a minor bump.
Highlights:
asyncio.gather+asyncio.to_threadand cache onGraphBuilder.lru_cache(perf(parser): cache compiled tree-sitter queries at module level #154). Workers compile each grammar's queries once for their lifetime instead of once per parser instance.from .X import Ywas droppingY; this caused massive dead-code false positives on Repowise's own source. Regression coverage added.@-prefix matching + nested-def skip.repowise updatemode persistence (fix(update): persist init mode + lock-file suppression for stale-wiki hook #155).state.jsonnow storesdocs_enabled; the post-commit hook does the right thing without extra knobs. Stale-wiki warning is no longer per-tool-call spam.POST /api/repos/{repo_id}/chat/messagesnow routes byworkspace_sessions.Full per-PR notes in
docs/CHANGELOG.md.Validation
uv.lock(no stale0.5.1references).uv build --wheelproducesdist/repowise-0.6.0-py3-none-any.whlcleanly.cli/, 15.scmtree-sitter queries, 12.j2templates, top-level packagescli/core/server.repowise --versionreports0.6.0.repowise.cli.__version__,repowise.core.__version__,repowise.server.__version__all report0.6.0.npm run build --workspace packages/websucceeds (Sigma migration + types/ui workspace deps).repowise serve) — graph, hotspots, blast-radius, wiki, decisions, costs.v0.6.0on the merge commit and push to triggerpublish.yml.Merge convention
Per
.claude/RELEASING.md, this is a regular merge commit (not squash) somainkeeps the per-PR commit history.