@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.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. 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
+ [![Skylos Grade](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/vndv/pi-codegraph/main/.github/badges/skylos.json)](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.5
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.5
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.5
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:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vndv/pi-codegraph",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "CodeGraph tools for Pi Agent.",
5
5
  "license": "MIT",
6
6
  "type": "module",