sdd-full 1.5.1 → 1.5.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: '1.5.1',
9
+ version: '1.5.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": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "SDD Full - 完整的软件设计开发技能包",
5
5
  "main": "index.js",
6
6
  "bin": "./bin.js",
package/skills/README.md CHANGED
@@ -69,7 +69,27 @@
69
69
  - requesting-code-review - 请求代码审查
70
70
  - receiving-code-review - 接收代码审查
71
71
 
72
+ ## 快速安装
73
+ ### 使用npm包安装(推荐)
74
+ ```bash
75
+ # 默认安装到Trae环境
76
+ npx sdd-full
77
+
78
+ # 安装到Claude Code
79
+ npx sdd-full cc
80
+
81
+ # 安装到所有环境
82
+ npx sdd-full all
83
+
84
+ # 查看帮助
85
+ npx sdd-full --help
86
+
87
+ # 显示详细信息
88
+ npx sdd-full --verbose
89
+ ```
90
+
72
91
  ## 更新日志
73
92
 
93
+ - 2026-05-05: 发布到npm包,新增npx安装方式,支持Trae/Trae-cn/Claude Code多环境安装
74
94
  - 2026-05-04: 更新技能列表,匹配当前实际存在的技能
75
95
  - 2024-05-04: 创建目录索引,整理技能文档
@@ -345,5 +345,6 @@ systematic-debugging → sdd-add → verification-before-completion → quality-
345
345
  ---
346
346
 
347
347
  ## 更新日志
348
+ - v3.0(2026-05-05):发布到npm包,新增npx安装方式,支持Trae/Trae-cn/Claude Code多环境安装
348
349
  - v2.0(2026-05-04):更新技能列表,匹配当前实际存在的技能
349
350
  - v1.0(2024-05-04):初始版本,完整流程定义
@@ -239,6 +239,7 @@
239
239
  ---
240
240
 
241
241
  ## 更新日志
242
+ - v4.0(2026-05-05):发布到npm包,新增npx安装方式,支持Trae/Trae-cn/Claude Code多环境安装
242
243
  - v3.0(2026-05-04):更新技能列表,标记为已完整
243
244
  - v2.0(2024-05-04):重构为个人开发版
244
245
  - v1.0(2024-05-04):初始版本
@@ -220,6 +220,7 @@ A:看「技能决策树.md」文档,按场景快速选择。
220
220
  ---
221
221
 
222
222
  ## 更新日志
223
+ - v4.0(2026-05-05):发布到npm包,新增npx安装方式,支持Trae/Trae-cn/Claude Code多环境安装
223
224
  - v3.0(2026-05-04):更新技能列表,匹配当前实际存在的技能
224
225
  - v2.0(2024-05-04):重构为个人开发版,去掉团队协作内容,完善sdd-code说明
225
226
  - v1.0(2024-05-04):初始版本
@@ -230,6 +230,7 @@ claudeception → mempalace-auto-saver
230
230
  ---
231
231
 
232
232
  ## 更新日志
233
+ - v4.0(2026-05-05):发布到npm包,新增npx安装方式,支持Trae/Trae-cn/Claude Code多环境安装
233
234
  - v3.0(2026-05-04):更新技能列表,匹配当前实际存在的技能
234
235
  - v2.0(2024-05-04):重构为个人开发版,去掉团队协作内容,新增更多技能选项
235
236
  - v1.0(2024-05-04):初始版本