sigmap 1.5.0 → 1.5.1

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/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  </p>
11
11
 
12
12
  <!-- Status -->
13
- [![GitHub release](https://img.shields.io/github/v/release/manojmallick/sigmap?color=7c6af7&label=latest)](https://github.com/manojmallick/sigmap/releases)
13
+ [![npm version](https://img.shields.io/npm/v/sigmap?color=7c6af7&label=latest&logo=npm)](https://www.npmjs.com/package/sigmap)
14
14
  [![Tests](https://img.shields.io/badge/tests-274%20passing-22c55e)](https://github.com/manojmallick/sigmap/tree/main/test)
15
15
  [![Zero deps](https://img.shields.io/badge/dependencies-zero-22c55e)](package.json)
16
16
  [![Last commit](https://img.shields.io/github/last-commit/manojmallick/sigmap?color=7c6af7)](https://github.com/manojmallick/sigmap/commits/main)
@@ -18,7 +18,7 @@
18
18
  <!-- Meta -->
19
19
  [![License: MIT](https://img.shields.io/badge/License-MIT-7c6af7.svg)](LICENSE)
20
20
  [![Node.js](https://img.shields.io/badge/node-%3E%3D18-brightgreen)](https://nodejs.org)
21
- [![npm](https://img.shields.io/badge/npm-context--forge-cb3837?logo=npm)](https://www.npmjs.com/package/sigmap)
21
+ [![npm](https://img.shields.io/badge/npm-sigmap-cb3837?logo=npm)](https://www.npmjs.com/package/sigmap)
22
22
  [![GitHub Stars](https://img.shields.io/github/stars/manojmallick/sigmap?style=flat&color=f59e0b&logo=github)](https://github.com/manojmallick/sigmap/stargazers)
23
23
 
24
24
  <!-- Links -->
@@ -48,6 +48,8 @@
48
48
  | [Project structure](#-project-structure) | File-by-file map |
49
49
  | [Principles](#-principles) | Design decisions |
50
50
 
51
+ > 📖 **New to SigMap?** Read the **[Complete Getting Started Guide](docs/GETTING_STARTED.md)** — token savings walkthrough, every command, VS Code plugin, and CI setup.
52
+
51
53
  ---
52
54
 
53
55
  ## 🔍 What it does
package/gen-context.js CHANGED
@@ -2539,7 +2539,7 @@ __factories["./src/mcp/server"] = function(module, exports) {
2539
2539
 
2540
2540
  const SERVER_INFO = {
2541
2541
  name: 'sigmap',
2542
- version: '1.4.0',
2542
+ version: '1.5.0',
2543
2543
  description: 'SigMap MCP server — code signatures on demand',
2544
2544
  };
2545
2545
 
@@ -3219,7 +3219,7 @@ const path = require('path');
3219
3219
  const os = require('os');
3220
3220
  const { execSync } = require('child_process');
3221
3221
 
3222
- const VERSION = '1.4.0';
3222
+ const VERSION = '1.5.1';
3223
3223
  const MARKER = '\n\n## Auto-generated signatures\n<!-- Updated by gen-context.js -->\n';
3224
3224
 
3225
3225
  // ---------------------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigmap",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
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
  "bin": {
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: '1.0.0',
21
+ version: '1.5.1',
22
22
  description: 'SigMap MCP server — code signatures on demand',
23
23
  };
24
24