@yeaft/webchat-agent 0.0.170 → 0.0.171

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.
Files changed (2) hide show
  1. package/crew.js +3 -2
  2. package/package.json +1 -1
package/crew.js CHANGED
@@ -1337,13 +1337,14 @@ summary: 请实现注册页面,包括邮箱验证
1337
1337
 
1338
1338
  \`\`\`
1339
1339
  ---TASKS---
1340
- - [ ] 任务描述 @角色name
1341
- - [x] 已完成的任务 @角色name
1340
+ - [ ] 任务描述 #task-1 @角色name
1341
+ - [x] 已完成的任务 #task-2 @角色name
1342
1342
  ---END_TASKS---
1343
1343
  \`\`\`
1344
1344
 
1345
1345
  注意:
1346
1346
  - 每行一个任务,[ ] 表示待办,[x] 表示已完成
1347
+ - #taskId 标注对应的 feature ID(如 #task-1),用于精确关联任务完成状态
1347
1348
  - @角色name 标注负责人(可选)
1348
1349
  - 后续回复中可更新 TASKS 块(标记完成的任务)
1349
1350
  - TASKS 块不需要在回复最末尾,可以放在任意位置`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeaft/webchat-agent",
3
- "version": "0.0.170",
3
+ "version": "0.0.171",
4
4
  "description": "Remote agent for Yeaft WebChat — connects worker machines to the central server",
5
5
  "main": "index.js",
6
6
  "type": "module",