diff --git a/.changeset/skylos-badge.md b/.changeset/skylos-badge.md deleted file mode 100644 index 3c0286a..0000000 --- a/.changeset/skylos-badge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vndv/pi-codegraph": patch ---- - -Add an automatically updated Skylos grade badge to the README. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d2c2fc..8128c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @vndv/pi-codegraph +## 0.1.6 + +### Patch Changes + +- 5f13a98: Add an automatically updated Skylos grade badge to the README. + ## 0.1.5 ### Patch Changes diff --git a/README.md b/README.md index 60b96cc..d6b6b75 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ An extension for [pi](https://pi.dev) that gives the agent access to [CodeGraph] npm install -g @colbymchenry/codegraph cd /path/to/project codegraph init -i -pi install npm:@vndv/pi-codegraph@0.1.5 +pi install npm:@vndv/pi-codegraph@0.1.6 pi ``` @@ -53,7 +53,7 @@ Extension tools only. There is no MCP setup for pi users to maintain. From npm: ```bash -pi install npm:@vndv/pi-codegraph@0.1.5 +pi install npm:@vndv/pi-codegraph@0.1.6 ``` From GitHub: @@ -162,7 +162,7 @@ That means another developer only needs the npm package, the `codegraph` CLI, an Remove the package using the same source shown by `pi list`: ```bash -pi remove npm:@vndv/pi-codegraph@0.1.5 +pi remove npm:@vndv/pi-codegraph@0.1.6 ``` If you installed from GitHub or a local path, remove that exact entry instead: diff --git a/package-lock.json b/package-lock.json index d92835b..4cc18d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vndv/pi-codegraph", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vndv/pi-codegraph", - "version": "0.1.5", + "version": "0.1.6", "license": "MIT", "devDependencies": { "@changesets/cli": "^2.31.0", diff --git a/package.json b/package.json index 478463b..f1fac00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vndv/pi-codegraph", - "version": "0.1.5", + "version": "0.1.6", "description": "CodeGraph tools for Pi Agent.", "license": "MIT", "type": "module",