sigmap 5.6.0 → 5.7.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 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.6.0 on 2026-04-17T17:05:56.879Z.
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.6.0 -->
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 — 9 minutes ago)
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,23 @@ Format: [Semantic Versioning](https://semver.org/)
10
10
 
11
11
  ---
12
12
 
13
+ ## [5.7.0] — 2026-04-17
14
+
15
+ ### Added
16
+
17
+ - **`version.json`** — canonical source of truth for version, benchmark date, language count (29), MCP tools (9), tests (495), and official benchmark metrics snapshot.
18
+
19
+ ### Changed
20
+
21
+ - **README metrics** — `78.9%` → `80.0%` hit@5 and `1.69` → `1.68` prompts per task; benchmark table now matches official v5.7 snapshot.
22
+ - **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.
23
+ - **`docs/index.html`** — `softwareVersion` updated from `5.5.0` to `5.7.0`.
24
+ - **`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).
25
+ - **`docs/quick-start.html`** — language count nav card updated from "21 languages" to "29 languages and formats".
26
+ - **`docs/repomix.html`** — current-copy language count updated from "21 languages" to "29 languages and formats".
27
+
28
+ ---
29
+
13
30
  ## [5.6.0] — 2026-04-17
14
31
 
15
32
  ### 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 (78.9% hit@5 vs 13.6% random)
25
- - Fewer retries (1.69 vs 2.84 prompts per task)
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.6.0** — Website & docs sync. All guide pages updated to v5.5 reality: canonical metrics, judge vocabulary, language count, MCP tool count, and troubleshooting coverage entry. (`sigmap.nvim`). `:SigMap`, `:SigMapQuery`, auto-run on save, statusline widget, and `:checkhealth sigmap` for the #1 most-admired editor.
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 is new in v5.2**
31
- - `sigmap ask` creates task-focused context in one step
32
- - `sigmap validate` checks config health and query coverage
33
- - `sigmap judge` scores groundedness against the supplied context
34
- - `sigmap learn` and `sigmap weights` add safe local-only ranking feedback
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.69** |
81
+ | Prompts per task | 2.84 | **1.68** |
83
82
  | Tokens per session | ~80,000 | **~2,000** |
84
- | Right file found | 13.6% | **78.9%** |
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.6.0',
5294
+ version: '5.7.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.6.0';
7012
+ const VERSION = '5.7.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigmap",
3
- "version": "5.6.0",
3
+ "version": "5.7.0",
4
4
  "description": "Zero-dependency AI context engine — 97% token reduction. No npm install. Runs on Node 18+.",
5
5
  "main": "gen-context.js",
6
6
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigmap-cli",
3
- "version": "5.6.0",
3
+ "version": "5.7.0",
4
4
  "description": "SigMap CLI wrapper — thin adapter for programmatic CLI invocation",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigmap-core",
3
- "version": "5.6.0",
3
+ "version": "5.7.0",
4
4
  "description": "SigMap core library — zero-dependency code signature extraction, retrieval, and security scanning",
5
5
  "main": "index.js",
6
6
  "keywords": [
package/src/mcp/server.js CHANGED
@@ -18,7 +18,7 @@ const { readContext, searchSignatures, getMap, createCheckpoint, getRouting, exp
18
18
 
19
19
  const SERVER_INFO = {
20
20
  name: 'sigmap',
21
- version: '5.6.0',
21
+ version: '5.7.0',
22
22
  description: 'SigMap MCP server — code signatures on demand',
23
23
  };
24
24