@optima-chat/dev-skills 0.2.0 → 0.2.1

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 +2 -25
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,30 +12,7 @@ npm install -g @optima-chat/dev-skills@latest
12
12
 
13
13
  安装后会自动将 skills 复制到 `~/.claude/` 目录。
14
14
 
15
- ### 方式 2:验证安装
16
-
17
- ```bash
18
- # 查看版本
19
- optima-dev-skills --version
20
-
21
- # 查看帮助
22
- optima-dev-skills --help
23
-
24
- # 检查文件
25
- ls ~/.claude/commands/
26
- ls ~/.claude/skills/logs/
27
- ```
28
-
29
- ### 已安装的能力
30
-
31
- - ✅ `/logs` 命令 - 查看 Stage/Prod 环境日志
32
- - ✅ `logs` skill - 自动识别日志查看需求
33
-
34
- ### 更新
35
-
36
- ```bash
37
- npm update -g @optima-chat/dev-skills@latest
38
- ```
15
+ 安装后,`/logs` 命令和 `logs` skill 会自动可用。
39
16
 
40
17
  ## 🎯 核心理念
41
18
 
@@ -180,7 +157,7 @@ Claude:
180
157
 
181
158
  ## 🛠️ 开发状态
182
159
 
183
- **当前版本**: 0.2.0
160
+ **当前版本**: 0.2.1
184
161
 
185
162
  **已完成**:
186
163
  - ✅ 1 个跨环境命令:`/logs`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optima-chat/dev-skills",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Claude Code Skills for Optima development team - cross-environment collaboration tools",
5
5
  "main": "index.js",
6
6
  "bin": {