auto-sync: 2026-05-30 19:00:00

This commit is contained in:
cfdaily
2026-05-30 19:00:00 +08:00
parent f793aaac71
commit 7dd6ac1892
+1 -1
View File
@@ -501,7 +501,7 @@ class Ticker:
{f'{summary["failed"]} 个 sub task failed,优先判断是应该重试、换人、还是调整方案。' if summary['failed'] > 0 else '无失败'}
### 你可以
- 创建新一轮 sub tasks: POST http://localhost:8083/api/projects/{project_id}/tasks
- 创建新一轮 sub tasks: POST http://{self.spawner.api_host}:{self.spawner.api_port}/api/projects/{project_id}/tasks
body: {"title": "...", "description": "...", "parent_task": "{parent_task.id}", "assignee": "zhangfei-dev"}
- 调整 goal(更新 parent task description/must_haves
- 标记完成(如果 goal 已达成,回复 GOAL_ACHIEVED