dsh-hooks 0.2.1 → 0.2.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.
package/README.md CHANGED
@@ -9,6 +9,8 @@ Declare `event -> command` hooks directly in your profile's `cordis.patch.yml`
9
9
  ## Install
10
10
 
11
11
  ```sh
12
+ dsh plugin --profile web add dsh-hooks # from npm
13
+ # or straight from git:
12
14
  dsh plugin --profile web add github:PeterBon/dsh-hooks
13
15
  ```
14
16
 
package/README.zh.md CHANGED
@@ -9,6 +9,8 @@
9
9
  ## 安装
10
10
 
11
11
  ```sh
12
+ dsh plugin --profile web add dsh-hooks # 从 npm 安装
13
+ # 或直接从 git 安装:
12
14
  dsh plugin --profile web add github:PeterBon/dsh-hooks
13
15
  ```
14
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-hooks",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "packageManager": "pnpm@11.21.0",
5
5
  "description": "Config-driven lifecycle hooks plugin for DeepSeek Harness: declare event -> command hooks in cordis.patch.yml, no plugin code required.",
6
6
  "author": "PeterBon",