@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 +1 -1
- package/dist/kernel.js +3 -3
- package/package.json +1 -1
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
|
|
8891
|
-
"
|
|
8892
|
-
"kage
|
|
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
|
}
|