pi-lean-ctx 1.0.0 → 1.0.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,7 +22,7 @@ cargo install lean-ctx
22
22
  # or: brew tap yvgude/lean-ctx && brew install lean-ctx
23
23
 
24
24
  # 2. Install the Pi package
25
- pi install pi-lean-ctx
25
+ pi install npm:pi-lean-ctx
26
26
  ```
27
27
 
28
28
  ## Binary Resolution
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-lean-ctx",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Pi Coding Agent extension that routes bash, read, grep, find, and ls through lean-ctx for 60-90% token savings",
5
5
  "keywords": ["pi-package", "lean-ctx", "token-optimization", "compression"],
6
6
  "license": "MIT",