claude-coding-flow 1.4.2 → 1.4.4

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.
@@ -130,12 +130,12 @@ find docs/apis/ -name "*.md" -type f 2>/dev/null
130
130
 
131
131
  ### 第三步:AskUserQuestion 收集(两批)
132
132
 
133
- **动态选项规则**:0 个 → AskUserQuestion 提供 `无` + `自定义输入`;1-3 个 → AskUserQuestion 列出全部 + `自定义输入`;4+ 个 → 文字列出全部(带编号)+ AskUserQuestion(`输入序号` + `自定义输入`)。
133
+ **动态选项规则**:0 个 → AskUserQuestion 提供选项 `无`(description:"暂不指定")+ `稍后提供`(description:"稍后手动提供路径"),必须逐项弹出;1-3 个 → AskUserQuestion 列出全部 + `自定义输入`;4+ 个 → 文字列出全部(带编号)+ AskUserQuestion(`输入序号` + `自定义输入`)。
134
134
 
135
- **第一批(3问,必须逐项弹出)**:
136
- 1. header=需求文档:扫描 `docs/prds/` 下 `.md` 文件,按上述规则。0 个文件时选项为 `无` + `自定义输入`;有文件时剩余空位可补充 `读取全部`
137
- 2. header=图片:扫描 `docs/images/` 下子文件夹,按上述规则。0 个目录时选项为 `无` + `自定义输入`;有目录时剩余空位可补充 `无图片`
138
- 3. header=API:扫描 `docs/apis/` 下 `.md` 文件,按上述规则。0 个文件时选项为 `无` + `自定义输入`;有文件时剩余空位可补充 `无 API 文档`
135
+ **第一批(3问,每问单独 AskUserQuestion)**:
136
+ 1. header=需求文档:扫描 `docs/prds/` 下 `.md` 文件,按上述规则。有文件时剩余空位可补充 `读取全部`
137
+ 2. header=图片:扫描 `docs/images/` 下子文件夹,按上述规则。有目录时剩余空位可补充 `无图片`
138
+ 3. header=API:扫描 `docs/apis/` 下 `.md` 文件,按上述规则。有文件时剩余空位可补充 `无 API 文档`
139
139
 
140
140
  **第二批(1问)**:
141
141
  4. header=增量:`全新生成` / `增量更新`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-coding-flow",
3
- "version": "1.4.2",
3
+ "version": "1.4.4",
4
4
  "description": "Claude Code skills for requirement analysis, code generation and bug fixing",
5
5
  "bin": {
6
6
  "flow": "bin/flow.js"