@catcuts-skills/handover 1.0.5 → 1.0.6
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,10 +32,10 @@ SKILL_SCOPE=LOCAL npm install @catcuts-skills/handover
|
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
34
|
# 全局安装
|
|
35
|
-
npx
|
|
35
|
+
npx skills . -a claude-code -g -y
|
|
36
36
|
|
|
37
37
|
# 项目级安装
|
|
38
|
-
npx
|
|
38
|
+
npx skills . -a claude-code -y
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
### 测试安装
|