From c5c3e4e538a11f2a6391e6b2613375b1f92eb20a Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期三, 15 四月 2026 14:39:18 +0800
Subject: [PATCH] feat: 添加Quartz日志助手类并重构任务服务日志记录

---
 Code/.omc/state/subagent-tracking.json |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/Code/.omc/state/subagent-tracking.json b/Code/.omc/state/subagent-tracking.json
index 17d460d..c935479 100644
--- a/Code/.omc/state/subagent-tracking.json
+++ b/Code/.omc/state/subagent-tracking.json
@@ -287,10 +287,19 @@
       "status": "completed",
       "completed_at": "2026-04-13T02:47:35.467Z",
       "duration_ms": 9005
+    },
+    {
+      "agent_id": "a48e41df38204e6dc",
+      "agent_type": "Explore",
+      "started_at": "2026-04-15T06:09:55.093Z",
+      "parent_mode": "none",
+      "status": "completed",
+      "completed_at": "2026-04-15T06:10:46.493Z",
+      "duration_ms": 51400
     }
   ],
-  "total_spawned": 32,
-  "total_completed": 32,
+  "total_spawned": 33,
+  "total_completed": 33,
   "total_failed": 0,
-  "last_updated": "2026-04-13T02:47:35.573Z"
+  "last_updated": "2026-04-15T06:10:46.596Z"
 }
\ No newline at end of file

--
Gitblit v1.9.3