sdd-full 4.6.1 → 4.6.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/bin.js CHANGED
@@ -6,7 +6,7 @@ const fs = require('fs');
6
6
  const path = require('path');
7
7
 
8
8
  const SDD = {
9
- version: '4.6.1',
9
+ version: '4.6.2',
10
10
  name: 'sdd-full',
11
11
  description: '完整的软件设计开发技能包'
12
12
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sdd-full",
3
- "version": "4.6.1",
3
+ "version": "4.6.2",
4
4
  "description": "SDD Full - 完整的软件设计开发技能包",
5
5
  "main": "index.js",
6
6
  "bin": "./bin.js",
package/skills/VERSION.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # SDD Full 技能包版本
2
2
 
3
- **版本**: 4.6.0
3
+ **版本**: 4.6.2
4
4
  **发布日期**: 2026-05-06
5
- **更新时间**: 2026-05-06 20:50:00
5
+ **更新时间**: 2026-05-06 21:05:00
6
6
 
7
7
  ---
8
8
 
@@ -113,7 +113,7 @@ skills/
113
113
 
114
114
  ---
115
115
 
116
- ## 本次更新内容 (v4.6.0)
116
+ ## 本次更新内容 (v4.6.2)
117
117
 
118
118
  ### 主要更新
119
119
  - ✅ **新增版本文件** - 添加 VERSION.md,安装后可查看技能版本
@@ -167,6 +167,16 @@ npx sdd-full --help
167
167
 
168
168
  ## 更新历史
169
169
 
170
+ ### v4.6.2 (2026-05-06)
171
+ - 同步 VERSION.md 版本号至 4.6.2
172
+ - 修正版本号同步遗漏问题
173
+ - 完善版本信息一致性
174
+
175
+ ### v4.6.1 (2026-05-06)
176
+ - 同步 VERSION.md 版本号至 4.6.1
177
+ - 同步 package.json 和 bin.js 版本号
178
+ - 修复技能目录结构,优化技能映射表
179
+
170
180
  ### v4.6.0 (2026-05-06)
171
181
  - 新增 VERSION.md 版本文件
172
182
  - 优化安装输出,显示版本信息