@kage-core/kage-graph-mcp 2.2.2 → 2.2.3

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/dist/cli.js CHANGED
@@ -14,8 +14,8 @@ const CORE_USAGE = `Kage — code-grounded memory for coding agents
14
14
 
15
15
  Core commands:
16
16
  kage install [--project <dir>] one-shot: init + index + auto-wire detected agents
17
- kage demo 30-second trust demo (temp dir)
18
17
  kage scan --project <dir> 60-second truth report on any repo (zero setup)
18
+ kage demo watch the reject/withhold loop run in a sandbox
19
19
  kage init --project <dir> create repo memory (.agent_memory only)
20
20
  kage index --project <dir> [--full] build/refresh code graph + indexes
21
21
  kage recall "<query>" --project <dir> grounded recall from repo memory
package/dist/kernel.js CHANGED
@@ -8887,9 +8887,9 @@ function truthReport(projectDir) {
8887
8887
  findings,
8888
8888
  warnings,
8889
8889
  next_actions: [
8890
- "kage init --project <dir> create repo memory so this knowledge stops living in one head",
8891
- "kage learn --project <dir> --learning \"...\" --paths <file> capture what only your team knows",
8892
- "kage viewer --project <dir> watch the void close",
8890
+ "npx -y @kage-core/kage-graph-mcp install one command: creates repo memory + wires your agents (Claude Code, Codex, Cursor, ...)",
8891
+ "then just work agents capture learnings and recall them, verified against this code",
8892
+ "kage gains --project . the receipt: what the memory loop saved you this week",
8893
8893
  ],
8894
8894
  };
8895
8895
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kage-core/kage-graph-mcp",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "Local-first repo memory, code graph, and recall MCP server for coding agents",
5
5
  "main": "dist/index.js",
6
6
  "files": [