@feng-h/pdca-skill 1.0.13 → 1.0.15

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.
@@ -19,7 +19,8 @@
19
19
  "Bash(npm version:*)",
20
20
  "Bash(git rm:*)",
21
21
  "Bash(git ls-tree:*)",
22
- "Bash(grep \"\\\\.md$\")"
22
+ "Bash(grep \"\\\\.md$\")",
23
+ "Bash(chmod +x:*)"
23
24
  ]
24
25
  }
25
26
  }
package/README.md CHANGED
@@ -52,11 +52,11 @@
52
52
  **前提条件**:已安装 OpenClaw 并配置飞书插件
53
53
 
54
54
  ```bash
55
- # 通过 skills.sh 安装
56
- npx skills add Feng-H/PDCA-with-AI --agent skills
55
+ # 标准安装(会提示选择 agent,选择 OpenClaw)
56
+ npx skills add Feng-H/PDCA-with-AI
57
57
 
58
- # 或使用 Gemini CLI
59
- gemini skills install https://github.com/Feng-H/PDCA-with-AI.git
58
+ # 更新已安装的 skill
59
+ npx skills update pdca
60
60
  ```
61
61
 
62
62
  ### 常用指令
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feng-h/pdca-skill",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "PDCA project management system for Feishu/Lark integration with AI-driven workflow",
5
5
  "keywords": [
6
6
  "skills",