@yeaft/webchat-agent 0.0.122 → 0.0.124
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/crew.js +2 -1
- package/package.json +1 -1
package/crew.js
CHANGED
|
@@ -1048,7 +1048,8 @@ summary: 请实现注册页面,包括邮箱验证
|
|
|
1048
1048
|
\`\`\`
|
|
1049
1049
|
|
|
1050
1050
|
4. 每个 dev 完成后会独立经过 reviewer 和 tester 审核,最后 ROUTE 回你
|
|
1051
|
-
5.
|
|
1051
|
+
5. 等待**所有子任务完成**后再做汇总报告
|
|
1052
|
+
6. **每次 ROUTE 都必须包含 task 和 taskTitle 字段,不能省略。没有 task 字段的 ROUTE 会导致消息无法按 feature 分组显示**`;
|
|
1052
1053
|
}
|
|
1053
1054
|
|
|
1054
1055
|
prompt += `\n
|