@kage-core/kage-graph-mcp 1.1.34 → 1.1.35
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 +10 -6
- package/package.json +1 -1
- package/viewer/app.js +527 -30
- package/viewer/index.html +218 -103
- package/viewer/styles.css +519 -55
package/README.md
CHANGED
|
@@ -163,12 +163,16 @@ Open a local viewer for the current repo:
|
|
|
163
163
|
kage viewer --project .
|
|
164
164
|
```
|
|
165
165
|
|
|
166
|
-
The local viewer loads graph artifacts plus `.agent_memory/reports/*.json
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
166
|
+
The local viewer loads graph artifacts plus `.agent_memory/reports/*.json`.
|
|
167
|
+
It opens with a dashboard for repo readiness, memory coverage, graph health,
|
|
168
|
+
risk, review, and workspace links, then lets you jump into a dedicated graph
|
|
169
|
+
workspace. The graph stays primary: common graph actions sit in a floating
|
|
170
|
+
canvas toolbar, and the side workspace opens as a drawer for controls,
|
|
171
|
+
Inspector, Repo Intelligence, review/proof, and tables without shrinking the
|
|
172
|
+
graph by default. Workspace Map rows expose package dependencies, route
|
|
173
|
+
contracts, topic/event links, and cross-repo co-change pairs from local
|
|
174
|
+
workspace reports. Path Finder highlights the shortest dependency path between
|
|
175
|
+
two code nodes, files, symbols, routes, or tests in 2D or 3D.
|
|
172
176
|
|
|
173
177
|
Hosted demo:
|
|
174
178
|
|