diff --git a/src/daemon/ticker.py b/src/daemon/ticker.py index 16c076d..bb06c4c 100644 --- a/src/daemon/ticker.py +++ b/src/daemon/ticker.py @@ -402,7 +402,7 @@ class Ticker: return dispatched async def _dispatch_reviews(self, db_path: Path, - project_id: str, + project_id: str) -> List[str]: """扫描 review 状态任务,检查是否有产出,调度审查 Agent""" queries = Queries(db_path) bb = Blackboard(db_path)