@stfade/pi-read-delegator 1.0.0 → 1.0.2

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 +4 -1
package/README.md CHANGED
@@ -26,7 +26,7 @@ Main Model Reader Subagent
26
26
  ## Installation
27
27
 
28
28
  ```bash
29
- pi install pi-read-delegator
29
+ pi install npm:@stfade/pi-read-delegator
30
30
  ```
31
31
 
32
32
  Or manually:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stfade/pi-read-delegator",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Pi extension that delegates all read operations to a Reader subagent, blocking read tools from the main model",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -42,5 +42,8 @@
42
42
  },
43
43
  "engines": {
44
44
  "node": ">=18"
45
+ },
46
+ "pi": {
47
+ "extension": "index.js"
45
48
  }
46
49
  }