chore(release): v6.12.0 — changelog, version sync, docs, benchmarks#221
Merged
Conversation
- CHANGELOG + version sync to 6.12.0 (package.json ×3, gen-context.js VERSION + SERVER_INFO, src/mcp/server.js); version.json benchmark_id → sigmap-v6.12-main, date → 2026-06-05, mcp_tools → 10. - Docs: new ask --mode index / --since sections + get_lines in mcp.md (10 tools); roadmap v6.12.0 entry + v6.13 milestone; benchmark/index snapshot relabelled to v6.12.0. Retrieval/token metrics unchanged (canonical) — benchmarks re-run and confirm 96.5% token reduction. - CONTRIBUTORS v6.12.0 entry. - Consistency tests updated for the 10-tool count and v6.12 snapshot.
There was a problem hiding this comment.
Pull request overview
Prepares the v6.12.0 release across the repo by synchronizing version identifiers, benchmark snapshot labels, MCP tool-count messaging, and public docs/changelog content to match the Surgical Context Phase 2 release narrative.
Changes:
- Bumped version references 6.11.1 → 6.12.0 across packages, bundled output (
gen-context.js), and MCP serverSERVER_INFO. - Updated benchmark snapshot identifiers/dates to sigmap-v6.12-main / 2026-06-05 in README + docs + related integration tests.
- Refreshed docs/changelog/contributors for the 10-tool MCP server and newly documented
get_lines(and tool list examples).
Reviewed changes
Copilot reviewed 20 out of 20 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| version.json | Updates canonical version + benchmark snapshot identifiers for v6.12.0. |
| test/integration/features/readme-structure.test.js | Updates assertions to require the new benchmark ID/date in README. |
| test/integration/features/docs-sync.test.js | Updates MCP tool-count assertion to expect “10 tools”. |
| src/mcp/server.js | Updates MCP server SERVER_INFO.version to 6.12.0. |
| README.md | Updates benchmark snapshot ID/date and MCP tool-count label (9 → 10). |
| packages/core/package.json | Version bump to 6.12.0. |
| packages/cli/package.json | Version bump to 6.12.0. |
| package.json | Version bump to 6.12.0. |
| gen-context.js | Syncs bundled VERSION and bundled MCP SERVER_INFO.version to 6.12.0. |
| docs-vp/index.md | Updates homepage release/benchmark badges and “latest saved benchmark run” label. |
| docs-vp/guide/task-benchmark.md | Updates snapshot labels to v6.12.0 / 2026-06-05. |
| docs-vp/guide/roadmap.md | Updates milestone/stats text for v6.12.0 and adds v6.12 token-reduction row. |
| docs-vp/guide/retrieval-benchmark.md | Updates snapshot labels to v6.12.0 / 2026-06-05. |
| docs-vp/guide/quality-benchmark.md | Updates snapshot labels to v6.12.0 / 2026-06-05. |
| docs-vp/guide/mcp.md | Updates MCP tool count to 10 and documents get_lines (and updates tool list/example). |
| docs-vp/guide/generalization.md | Updates snapshot labels to v6.12.0 / 2026-06-05. |
| docs-vp/guide/cli.md | Documents ask --mode index / --since and updates “37 → 39 flags” text. |
| docs-vp/guide/benchmark.md | Updates benchmark snapshot labels to v6.12.0 / 2026-06-05. |
| CONTRIBUTORS.md | Adds v6.12.0 contributor entries. |
| CHANGELOG.md | Adds a new v6.12.0 changelog section describing Phase 2 features + CI change. |
Comments suppressed due to low confidence (1)
docs-vp/guide/generalization.md:7
- The updated frontmatter
descriptionsays the public snapshot spans 21 repos / 31 languages, but the OpenGraph description still claims "18 repos, 13 languages". This will produce incorrect link previews and conflicts with the page content.
description: SigMap generalizes across 21 repos, 31 languages, and multiple domains with 81.1% hit@5 in the latest saved v6.12.0 retrieval run.
head:
- - meta
- property: og:title
content: "SigMap Generalization — 81.1% hit@5 across 31 languages with R support"
Comment on lines
21
to
+25
| # Roadmap | ||
|
|
||
| Fifty-six versions shipped. MIT open source from day one. | ||
| Fifty-seven versions shipped. MIT open source from day one. | ||
|
|
||
| **Stats:** 96.5% overall token reduction · 722 tests passing · 29 languages · 17-language source resolver · 0 npm deps | ||
| **Stats:** 96.5% overall token reduction · 735 tests passing · 29 languages · 17-language source resolver · 0 npm deps |
4 tasks
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.
Release prep for v6.12.0 (Surgical Context Phase 2). Prepared by
/update-docs. Run/shipafter merge to tag + create the GitHub release —/shipmust not re-bump (it detects this prepared version).Version sync (6.11.1 → 6.12.0)
A
feat:(PR #220) → minor bump. Synced viascripts/sync-versions.mjs:package.json×3,gen-context.js(VERSION + bundledSERVER_INFO),src/mcp/server.js.version.json→sigmap-v6.12-main, date2026-06-05,mcp_tools: 10.Changelog / contributors
CHANGELOG.md: new## [6.12.0]section (get_lines,--mode index,--since, budget-aware body collapse, Token Reduction panel; CI workflow_dispatch from PR ci(sync): add workflow_dispatch to develop-sync #218).CONTRIBUTORS.md: v6.12.0 entry.Docs
cli.md:ask --mode indexandask --sincerows + full sections; flag count 37 → 39.mcp.md:get_linesdocumented; tool count 9 → 10 (table + initialize example).roadmap.md: completed v6.12.0 entry, new v6.13+ (Hallucination Guard) milestone, stats (735 tests), token-reduction table row.benchmark.md/retrieval-benchmark.md/quality-benchmark.md/task-benchmark.md/generalization.md/index.md: snapshot relabelled to v6.12.0 /sigmap-v6.12-main/ 2026-06-05.Benchmarks
Re-ran the full matrix (21 token repos, 18 retrieval repos). Token reduction holds at 96.5%. Retrieval/task metrics are unchanged from the canonical snapshot (81.1% hit@5, 53.3% task success, 1.66 prompts/task) — this release does not touch the ranker, and the project pins 81.1% (enforced by
version-json.test.js). Regenerated report JSONs were not committed to keep the snapshot consistent withversion.json.Tests
Full suite green: integration 64/0, unit 23/0. Consistency tests updated for the 10-tool count (
docs-sync) and the v6.12 README snapshot (readme-structure).Next:
/ship.🤖 Generated with Claude Code