auto-sync: 2026-05-23 23:30:45

This commit is contained in:
cfdaily
2026-05-23 23:30:45 +08:00
parent 1ff023dd35
commit 1b01209068
+4
View File
@@ -664,6 +664,10 @@ class Ticker:
async def _dispatch_reviews(self, db_path: Path,
project_id: str) -> List[str]:
"""扫描 review 状态任务,检查是否有产出,调度审查 Agent"""
# mail 任务不走 review 流程,直接跳过
if project_id == "_mail":
return []
queries = Queries(db_path)
bb = Blackboard(db_path)
review_tasks = queries.tasks_by_status("review")