auto-sync: 2026-05-29 01:12:05

This commit is contained in:
cfdaily
2026-05-29 01:12:05 +08:00
parent c4cc70b0fc
commit 6c2c60d734
+4
View File
@@ -271,6 +271,10 @@ class Ticker:
parents_refreshed = self._refresh_parent_statuses(db_path)
result["parents_refreshed"] = parents_refreshed
# 7. 一轮结束检测 + 庞统 review spawnv2.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: