diff --git a/src/daemon/ticker.py b/src/daemon/ticker.py index 9ecccc1..4ebf211 100644 --- a/src/daemon/ticker.py +++ b/src/daemon/ticker.py @@ -271,6 +271,10 @@ class Ticker: parents_refreshed = self._refresh_parent_statuses(db_path) result["parents_refreshed"] = parents_refreshed + # 7. 一轮结束检测 + 庞统 review spawn(v2.9 #01) + round_reviewed = await self._check_round_complete(db_path, project_id) + result["round_reviewed"] = round_reviewed + # 7. 写 daemon_tick 事件 conn = get_connection(db_path) try: