@zhushanwen/pi-unified-hooks 0.2.3 → 0.2.4

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 +6 -3
package/README.md CHANGED
@@ -18,7 +18,7 @@
18
18
  ## 安装
19
19
 
20
20
  ```bash
21
- # symlink 方式(开发推荐)
21
+ # symlink 方式(开发推荐;globalExtDir 平铺布局,目标不带分组层)
22
22
  ln -s /path/to/xyz-pi-extensions-workspace/main/packages/unified-hooks \
23
23
  ~/.pi/agent/extensions/unified-hooks
24
24
 
package/package.json CHANGED
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "name": "@zhushanwen/pi-unified-hooks",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Unified hooks extension - collect scattered hooks in one place for easy maintenance",
5
5
  "main": "index.ts",
6
6
  "type": "module",
7
+ "xyz-agent": {
8
+ "role": "universal"
9
+ },
7
10
  "pi": {
8
11
  "extensions": [
9
12
  "./index.ts"
@@ -16,10 +19,10 @@
16
19
  ],
17
20
  "license": "MIT",
18
21
  "dependencies": {
19
- "@zhushanwen/pi-extension-logger": "0.2.1"
22
+ "@zhushanwen/pi-extension-logger": "0.2.2"
20
23
  },
21
24
  "peerDependencies": {
22
- "@earendil-works/pi-coding-agent": "*"
25
+ "@earendil-works/pi-coding-agent": "^0.84.1"
23
26
  },
24
27
  "peerDependenciesMeta": {},
25
28
  "devDependencies": {