sigmap 5.6.0 → 5.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +3 -3
- package/CHANGELOG.md +43 -0
- package/README.md +10 -11
- package/gen-context.js +2 -2
- package/package.json +1 -1
- package/packages/cli/package.json +1 -1
- package/packages/core/package.json +1 -1
- package/src/mcp/server.js +1 -1
package/AGENTS.md
CHANGED
|
@@ -12,18 +12,18 @@ Use this marker block for all appendable context files:
|
|
|
12
12
|
## Auto-generated signatures
|
|
13
13
|
<!-- Updated by gen-context.js -->
|
|
14
14
|
You are a coding assistant with full knowledge of this codebase.
|
|
15
|
-
Below are the code signatures extracted by SigMap v5.
|
|
15
|
+
Below are the code signatures extracted by SigMap v5.7.0 on 2026-04-17T21:17:18.905Z.
|
|
16
16
|
|
|
17
17
|
Use these signatures to answer questions about the code accurately.
|
|
18
18
|
|
|
19
19
|
## Code Signatures
|
|
20
20
|
|
|
21
|
-
<!-- Generated by SigMap gen-context.js v5.
|
|
21
|
+
<!-- Generated by SigMap gen-context.js v5.7.0 -->
|
|
22
22
|
<!-- DO NOT EDIT below the marker line — run gen-context.js to regenerate -->
|
|
23
23
|
|
|
24
24
|
# Code signatures
|
|
25
25
|
|
|
26
|
-
## changes (last 5 commits —
|
|
26
|
+
## changes (last 5 commits — 7 minutes ago)
|
|
27
27
|
```
|
|
28
28
|
src/analysis/coverage-score.js ~coverageScore ~_walk
|
|
29
29
|
```
|
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,49 @@ Format: [Semantic Versioning](https://semver.org/)
|
|
|
10
10
|
|
|
11
11
|
---
|
|
12
12
|
|
|
13
|
+
## [5.8.0] — 2026-04-18
|
|
14
|
+
|
|
15
|
+
### Added
|
|
16
|
+
|
|
17
|
+
- **`docs-vp/guide/compare-alternatives.md`** — new page comparing SigMap vs embeddings/RAG, RepoMix, Copilot context, and manual curation with side-by-side tables.
|
|
18
|
+
- **`docs-vp/guide/walkthrough.md`** — end-to-end walkthrough on a real repo (gin): ask → validate → judge → learn, with before/after token and cost table.
|
|
19
|
+
- **Canonical benchmark header block** — `:::info` snapshot block added to all 5 benchmark guide pages (benchmark, retrieval, task, quality, generalization), each referencing `sigmap-v5.8-main`.
|
|
20
|
+
- **30-second demo strip** — homepage `docs/index.html` now shows a terminal demo section (ask → validate → judge) directly below the stats bar.
|
|
21
|
+
- **User-type routing table** — `docs-vp/index.md` landing now opens with a "Who is this for?" table routing new users, daily users, team setup, MCP users, and monorepo evaluators.
|
|
22
|
+
- **Both new guide pages in sidebar** — `compare-alternatives` and `walkthrough` added under a new "Guides" section in `docs-vp/.vitepress/config.mts`.
|
|
23
|
+
- **`version.json` — `retrieval_lift` field** — `metrics.retrieval_lift: 5.9` added; `version` bumped to `5.8.0`; `benchmark_id` updated to `sigmap-v5.8-main`.
|
|
24
|
+
- **33 new integration tests** in `test/integration/v580-trust-completion.test.js` covering all 7 acceptance criteria.
|
|
25
|
+
|
|
26
|
+
### Changed
|
|
27
|
+
|
|
28
|
+
- **`version.json`** — bumped to `5.8.0`, `benchmark_id` updated to `sigmap-v5.8-main`.
|
|
29
|
+
- **SVG metrics** — `docs/impact-banner.svg`: `78.9%→80.0%` hit@5, `1.69→1.68` prompts, `40.6%→40.8%` prompt reduction card, "hallucinates" replaced with "unsupported answers"; `docs/comparison-chart.svg`: `78.9%→80.0%`.
|
|
30
|
+
- **`docs/index.html`** — `softwareVersion` structured-data updated to `5.8.0`; stats bar language count corrected from `21` to `29`.
|
|
31
|
+
- **`docs/readmes/vscode-extension.md`** — language count updated from `21` to `29 languages and formats` in badge, table, and architecture diagram.
|
|
32
|
+
- **`docs-vp/index.md`** — tagline updated to remove stale v5.5 text; `v5.7.0` snapshot reference updated to `v5.8.0`; stale v5.5 launch strip replaced with v5.8 announcement.
|
|
33
|
+
- **Benchmark sub-pages** — `retrieval-benchmark.md`, `task-benchmark.md`, `quality-benchmark.md`, `generalization.md` all updated to `v5.8.0` as latest saved run.
|
|
34
|
+
- **`generalization.md`** — adds "Why this matters" intro callout; stale `v5.5.0` snapshot reference updated to `v5.8.0`.
|
|
35
|
+
- **`v560-docs-sync` tests** — version assertions updated to accept `v5.8.0` as the current benchmark version.
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## [5.7.0] — 2026-04-17
|
|
40
|
+
|
|
41
|
+
### Added
|
|
42
|
+
|
|
43
|
+
- **`version.json`** — canonical source of truth for version, benchmark date, language count (29), MCP tools (9), tests (495), and official benchmark metrics snapshot.
|
|
44
|
+
|
|
45
|
+
### Changed
|
|
46
|
+
|
|
47
|
+
- **README metrics** — `78.9%` → `80.0%` hit@5 and `1.69` → `1.68` prompts per task; benchmark table now matches official v5.7 snapshot.
|
|
48
|
+
- **README what's-new block** — replaced stale "v5.2" section with "What's new in v5.7" entry covering version.json, metrics sync, and language count correction.
|
|
49
|
+
- **`docs/index.html`** — `softwareVersion` updated from `5.5.0` to `5.7.0`.
|
|
50
|
+
- **`docs/languages.html`** — all user-facing "21 languages" occurrences updated to "29 languages and formats" (OG meta, Twitter meta, structured data headline, hero heading, stat badge, section heading, section sub).
|
|
51
|
+
- **`docs/quick-start.html`** — language count nav card updated from "21 languages" to "29 languages and formats".
|
|
52
|
+
- **`docs/repomix.html`** — current-copy language count updated from "21 languages" to "29 languages and formats".
|
|
53
|
+
|
|
54
|
+
---
|
|
55
|
+
|
|
13
56
|
## [5.6.0] — 2026-04-17
|
|
14
57
|
|
|
15
58
|
### Changed
|
package/README.md
CHANGED
|
@@ -21,18 +21,17 @@ npx sigmap # 10 seconds. zero config. your AI never reads the wrong file again
|
|
|
21
21
|
|
|
22
22
|
**What you get in ~10 seconds**
|
|
23
23
|
- A compact signature map of your codebase
|
|
24
|
-
- The right file in context far more often (
|
|
25
|
-
- Fewer retries (1.
|
|
24
|
+
- The right file in context far more often (80.0% hit@5 vs 13.6% random)
|
|
25
|
+
- Fewer retries (1.68 vs 2.84 prompts per task)
|
|
26
26
|
- Far smaller context (~2K–4K tokens instead of ~80K)
|
|
27
27
|
|
|
28
|
-
> Latest: **v5.
|
|
28
|
+
> Latest: **v5.7.0** — Growth & Positioning. Canonical `version.json`, README rewrite, language count corrected to 29 everywhere, softwareVersion updated, stale metrics replaced with official v5.7 snapshot.
|
|
29
29
|
|
|
30
|
-
**What
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
- `node scripts/run-benchmark-matrix.mjs --save --skip-clone` now writes an HTML benchmark dashboard
|
|
30
|
+
**What's new in v5.7**
|
|
31
|
+
- Canonical `version.json` — single source of truth for version, metrics, language count
|
|
32
|
+
- README and all docs updated to official v5.7 benchmark snapshot
|
|
33
|
+
- All surfaces now say `29 languages and formats` (corrected from 21)
|
|
34
|
+
- 30-second quickstart and proof strip added to README
|
|
36
35
|
|
|
37
36
|
**Daily workflow**
|
|
38
37
|
|
|
@@ -79,9 +78,9 @@ sigmap weights
|
|
|
79
78
|
| | Without SigMap | With SigMap |
|
|
80
79
|
|---|:---:|:---:|
|
|
81
80
|
| Task success | 10% | **52.2%** |
|
|
82
|
-
| Prompts per task | 2.84 | **1.
|
|
81
|
+
| Prompts per task | 2.84 | **1.68** |
|
|
83
82
|
| Tokens per session | ~80,000 | **~2,000** |
|
|
84
|
-
| Right file found | 13.6% | **
|
|
83
|
+
| Right file found | 13.6% | **80.0%** |
|
|
85
84
|
| Hidden-symbol risk | 74.7% | **context surfaced locally** |
|
|
86
85
|
|
|
87
86
|
Measured on 90 coding tasks across 18 real public repos. Full methodology and raw benchmark pages are linked below.
|
package/gen-context.js
CHANGED
|
@@ -5291,7 +5291,7 @@ __factories["./src/mcp/server"] = function(module, exports) {
|
|
|
5291
5291
|
|
|
5292
5292
|
const SERVER_INFO = {
|
|
5293
5293
|
name: 'sigmap',
|
|
5294
|
-
version: '5.
|
|
5294
|
+
version: '5.8.0',
|
|
5295
5295
|
description: 'SigMap MCP server — code signatures on demand',
|
|
5296
5296
|
};
|
|
5297
5297
|
|
|
@@ -7009,7 +7009,7 @@ const path = require('path');
|
|
|
7009
7009
|
const os = require('os');
|
|
7010
7010
|
const { execSync } = require('child_process');
|
|
7011
7011
|
|
|
7012
|
-
const VERSION = '5.
|
|
7012
|
+
const VERSION = '5.8.0';
|
|
7013
7013
|
const MARKER = '\n\n## Auto-generated signatures\n<!-- Updated by gen-context.js -->\n';
|
|
7014
7014
|
|
|
7015
7015
|
function requireSourceOrBundled(key) {
|
package/package.json
CHANGED
package/src/mcp/server.js
CHANGED