@kage-core/kage-graph-mcp 1.1.11 → 1.1.12
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,6 +7,16 @@ This package exposes two surfaces:
|
|
|
7
7
|
setup, optional daemon runtime, org/global artifact mode, marketplace packs,
|
|
8
8
|
and validation.
|
|
9
9
|
|
|
10
|
+
## Latest Release
|
|
11
|
+
|
|
12
|
+
`1.1.12` publishes the launch-ready docs pass:
|
|
13
|
+
|
|
14
|
+
- npm README now includes this explicit release note.
|
|
15
|
+
- Root README leads with the animated Kage demo GIF.
|
|
16
|
+
- README links clearly to the website and live viewer.
|
|
17
|
+
- Hosted viewer publishes Kage repo graph, code graph, and metrics from GitHub
|
|
18
|
+
Pages while local repos still use `kage viewer --project .`.
|
|
19
|
+
|
|
10
20
|
## Build
|
|
11
21
|
|
|
12
22
|
```bash
|