@vndv/pi-codegraph 0.1.5 → 0.1.6
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 +5 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# pi-codegraph
|
|
2
2
|
### CodeGraph tools for pi
|
|
3
3
|
|
|
4
|
+
[](https://github.com/duriantaco/skylos)
|
|
5
|
+
|
|
4
6
|
[Install](#install) · [Usage](#usage) · [How it works](#how-it-works)
|
|
5
7
|
|
|
6
8
|
Ask pi structural questions about your codebase without falling back to slow grep/read loops.
|
|
@@ -15,7 +17,7 @@ An extension for [pi](https://pi.dev) that gives the agent access to [CodeGraph]
|
|
|
15
17
|
npm install -g @colbymchenry/codegraph
|
|
16
18
|
cd /path/to/project
|
|
17
19
|
codegraph init -i
|
|
18
|
-
pi install npm:@vndv/pi-codegraph@0.1.
|
|
20
|
+
pi install npm:@vndv/pi-codegraph@0.1.6
|
|
19
21
|
pi
|
|
20
22
|
```
|
|
21
23
|
|
|
@@ -51,7 +53,7 @@ Extension tools only. There is no MCP setup for pi users to maintain.
|
|
|
51
53
|
From npm:
|
|
52
54
|
|
|
53
55
|
```bash
|
|
54
|
-
pi install npm:@vndv/pi-codegraph@0.1.
|
|
56
|
+
pi install npm:@vndv/pi-codegraph@0.1.6
|
|
55
57
|
```
|
|
56
58
|
|
|
57
59
|
From GitHub:
|
|
@@ -160,7 +162,7 @@ That means another developer only needs the npm package, the `codegraph` CLI, an
|
|
|
160
162
|
Remove the package using the same source shown by `pi list`:
|
|
161
163
|
|
|
162
164
|
```bash
|
|
163
|
-
pi remove npm:@vndv/pi-codegraph@0.1.
|
|
165
|
+
pi remove npm:@vndv/pi-codegraph@0.1.6
|
|
164
166
|
```
|
|
165
167
|
|
|
166
168
|
If you installed from GitHub or a local path, remove that exact entry instead:
|