yg-team-cli 2.4.9 → 2.5.0
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 +11 -1
- package/dist/cli.js +362 -241
- package/dist/cli.js.map +1 -1
- package/dist/index.js +361 -240
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,7 +32,17 @@
|
|
|
32
32
|
|
|
33
33
|
以下记录了 team-cli 的开发进展,按时间倒序排列。
|
|
34
34
|
|
|
35
|
-
### 2026-02-03 -
|
|
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.4.10** - 修复 Claude 返回权限确认而非实际内容问题
|
|
44
|
+
- **修复**: 添加 `--dangerously-skip-permissions` 参数跳过权限确认
|
|
45
|
+
- **问题**: v2.4.9 中 Claude CLI 在新目录首次运行时返回权限确认提示而非 spec 内容
|
|
36
46
|
|
|
37
47
|
**v2.4.9** - 修复 Claude 调用卡住问题
|
|
38
48
|
- **修复**: `claude.ts` 中使用 `input` 选项通过 stdin 传递 prompt
|