dev-playbooks-cn 2.4.0 → 2.5.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.
- package/CHANGELOG.md +45 -0
- package/README.md +4 -17
- package/package.json +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,51 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [2.5.1] - 2026-01-23
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- 修复 `dev-playbooks-cn update` 命令的 changelog 显示功能
|
|
13
|
+
- 添加完整的 2.5.0 版本变更记录
|
|
14
|
+
- 确保用户可以看到最新版本的详细变更信息
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## [2.5.0] - 2026-01-23
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
|
|
22
|
+
- **Factory 原生 Skills 支持**:添加 `.factory/skills/` 目录,支持 Factory Droid
|
|
23
|
+
- 使用符号链接指向现有 `skills/` 目录,保持单一数据源
|
|
24
|
+
- 所有 18 个 DevBooks skills 可在 Factory 中原生使用
|
|
25
|
+
- 符合 Factory Skills 标准(YAML frontmatter + Markdown)
|
|
26
|
+
|
|
27
|
+
- **Cursor 原生 Skills 支持**:添加 `.cursor/skills/` 目录,支持 Cursor Agent
|
|
28
|
+
- 使用符号链接指向现有 `skills/` 目录,保持单一数据源
|
|
29
|
+
- 所有 18 个 DevBooks skills 可在 Cursor 中原生使用
|
|
30
|
+
- 符合 Cursor Agent Skills 标准
|
|
31
|
+
|
|
32
|
+
### Changed
|
|
33
|
+
|
|
34
|
+
- **README 优化**:
|
|
35
|
+
- 移除"30秒电梯演讲"章节,简化文档结构
|
|
36
|
+
- 更新"支持的 AI 工具"表格,添加 Factory 和 Cursor 原生支持
|
|
37
|
+
- 明确标注各工具的 Skills 目录位置
|
|
38
|
+
|
|
39
|
+
- **package.json 更新**:
|
|
40
|
+
- 添加 `.factory/` 和 `.cursor/` 到 npm 发布文件列表
|
|
41
|
+
- 确保 Skills 目录随包一起发布
|
|
42
|
+
|
|
43
|
+
### Technical Details
|
|
44
|
+
|
|
45
|
+
- 使用符号链接(symlinks)而非复制文件,确保:
|
|
46
|
+
- 单一数据源(Single Source of Truth)
|
|
47
|
+
- 自动同步更新
|
|
48
|
+
- 减少维护成本
|
|
49
|
+
- 避免文件不一致
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
8
53
|
## [2.3.0] - 2026-01-23
|
|
9
54
|
|
|
10
55
|
### Added
|
package/README.md
CHANGED
|
@@ -9,20 +9,6 @@
|
|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
|
12
|
-
## 30 秒电梯演讲
|
|
13
|
-
|
|
14
|
-
AI 编程助手很强大,但有个致命问题:**你无法确定它是真的完成了,还是只是看起来完成了。**
|
|
15
|
-
|
|
16
|
-
DevBooks 通过三个核心机制解决这个问题:
|
|
17
|
-
|
|
18
|
-
1. **角色隔离** - Test Owner 与 Coder 必须在独立对话中工作,测试不会沦为"通过性测试"
|
|
19
|
-
2. **证据驱动** - 完成由测试通过 + 构建成功定义,而非 AI 自评
|
|
20
|
-
3. **质量闸门** - 多重检查确保每个变更都是真正可交付的
|
|
21
|
-
|
|
22
|
-
**结果**:从"边修边破"变成"稳定推进"。
|
|
23
|
-
|
|
24
|
-
---
|
|
25
|
-
|
|
26
12
|
## 最佳实践:一键跑完整闭环
|
|
27
13
|
|
|
28
14
|
不知道怎么用?直接运行:
|
|
@@ -96,12 +82,13 @@ dev-playbooks-cn update
|
|
|
96
82
|
|
|
97
83
|
| 工具 | 支持级别 |
|
|
98
84
|
|------|----------|
|
|
99
|
-
| Claude Code | 完整 Skills
|
|
100
|
-
| Codex CLI | 完整 Skills
|
|
85
|
+
| Claude Code | 完整 Skills(`.claude/skills/`)|
|
|
86
|
+
| Codex CLI | 完整 Skills(`.codex/skills/`)|
|
|
101
87
|
| Qoder | 完整 Skills |
|
|
102
88
|
| OpenCode | 完整 Skills |
|
|
103
89
|
| Every Code | 完整 Skills |
|
|
104
|
-
|
|
|
90
|
+
| Factory | 原生 Skills(`.factory/skills/`)|
|
|
91
|
+
| Cursor | 原生 Skills(`.cursor/skills/`)|
|
|
105
92
|
| Windsurf | Rules 系统 |
|
|
106
93
|
| Gemini CLI | Rules 系统 |
|
|
107
94
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dev-playbooks-cn",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"description": "AI-driven spec-based development workflow",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"devbooks",
|
|
@@ -31,7 +31,9 @@
|
|
|
31
31
|
"bin/",
|
|
32
32
|
"templates/",
|
|
33
33
|
"skills/",
|
|
34
|
-
"scripts/"
|
|
34
|
+
"scripts/",
|
|
35
|
+
".factory/",
|
|
36
|
+
".cursor/"
|
|
35
37
|
],
|
|
36
38
|
"engines": {
|
|
37
39
|
"node": ">=18"
|