yg-team-cli 2.4.10 → 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/README.md CHANGED
@@ -32,7 +32,16 @@
32
32
 
33
33
  以下记录了 team-cli 的开发进展,按时间倒序排列。
34
34
 
35
- ### 2026-02-03 - Bug 修复
35
+ ### 2026-02-03 - PRD → Spec 工作流重构
36
+
37
+ **v2.5.0** - 新增 PRD → Spec 两阶段工作流
38
+ - **重构**: `add-feature` 命令现在生成 PRD 到 `docs/prd-docs/` 目录
39
+ - **新增**: `split-prd` 支持单文件模式,将单个 PRD 转换为 Spec
40
+ - **移动**: `updateAiMemory` 从 `add-feature` 移到 `split-prd`,Spec 生成后更新功能清单
41
+ - **工作流**: `add-feature` → `split-prd` → `breakdown`
42
+
43
+ **v2.5.1** - 修复目录创建 bug
44
+ - **修复**: `FileUtils.write` 现在自动创建父目录,解决 `docs/prd-docs/` 不存在时的写入失败问题
36
45
 
37
46
  **v2.4.10** - 修复 Claude 返回权限确认而非实际内容问题
38
47
  - **修复**: 添加 `--dangerously-skip-permissions` 参数跳过权限确认