6aspec 3.0.0-dev.15 → 3.0.0-dev.16
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.
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
1. **选择需求并检查状态**
|
|
19
19
|
|
|
20
20
|
- 从用户本次命令中解析 `--skipTest=true` / `--skipTest=false`;若未出现则记为 `false`
|
|
21
|
+
- 如果用户在命令中指定了特定任务(如"只实现 TASK-001"、"实现 TASK-002 和 TASK-003"),记录为**指定任务模式**,只将这些任务加入执行队列;仍需在步骤 3 检查其前置依赖是否已完成,若未完成则提示用户并暂停。未指定则为**全量模式**,按原有里程碑优先 + 依赖优先全量执行。
|
|
21
22
|
|
|
22
23
|
- 读取 `6aspecdoc/brown/<name>/status.json`
|
|
23
24
|
- 确认 `phases.tasks` 为 “done”
|