auto-sync: 2026-05-18 11:39:46

This commit is contained in:
cfdaily
2026-05-18 11:39:46 +08:00
parent 000824350f
commit 475e766ba8
+2 -2
View File
@@ -359,7 +359,7 @@ class Ticker:
async def _dispatch_pending(self, db_path: Path,
project_id: str,
"""扫描 pending 任务并调度(可按 card_id 过滤)"""
"""扫描 pending 任务并调度"""
queries = Queries(db_path)
pending = queries.pending_dispatchable()
dispatched: List[str] = []
@@ -403,7 +403,7 @@ class Ticker:
async def _dispatch_reviews(self, db_path: Path,
project_id: str,
"""扫描 review 状态任务,检查是否有产出,调度审查 Agent(可按 card_id 过滤)"""
"""扫描 review 状态任务,检查是否有产出,调度审查 Agent"""
queries = Queries(db_path)
bb = Blackboard(db_path)
review_tasks = queries.tasks_by_status("review")