6aspec 3.0.0-dev.1 → 3.0.0-dev.2
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.
|
@@ -78,7 +78,8 @@
|
|
|
78
78
|
|
|
79
79
|
**处理 review 结果**:
|
|
80
80
|
- `✅ 通过`:标记任务完成,继续下一个任务
|
|
81
|
-
- `❌ 有问题`:重新调用 implementer agent 修复,传入原有上下文 + reviewer 的完整反馈(具体缺失/多余/偏差及文件路径);修复后再次调用 reviewer
|
|
81
|
+
- `❌ 有问题`:重新调用 implementer agent 修复,传入原有上下文 + reviewer 的完整反馈(具体缺失/多余/偏差及文件路径);修复后再次调用 reviewer;**最多循环 3 次**
|
|
82
|
+
- **超过 3 次仍未通过**:暂停,向用户报告每轮的问题和修复情况,让用户决定如何处理
|
|
82
83
|
|
|
83
84
|
**c. 标记任务完成**
|
|
84
85
|
- 在任务文件中更新状态:`📋 待开始` → `✅ 已完成`
|
|
@@ -159,5 +160,6 @@
|
|
|
159
160
|
- 串行执行,不并行调用多个 implementer agent
|
|
160
161
|
- implementer agent 报告 BLOCKED 时必须暂停并向用户报告,不得强行重试
|
|
161
162
|
- spec compliance review 必须通过才能标记任务完成,不得跳过
|
|
163
|
+
- implementer + reviewer 修复循环最多 3 次,超过则暂停向用户报告
|
|
162
164
|
- 发现设计问题时暂停,建议更新 artifacts(design/specs/tasks),不得在实现阶段临时发明新方案
|
|
163
165
|
- 立即更新任务状态(TASK 文件、tasks-overview、status.json)
|