From 78871e54cea5096323c07290dc2b0399db2a8fc4 Mon Sep 17 00:00:00 2001
From: TevinClaw <510129976@qq.com>
Date: Tue, 17 Mar 2026 14:42:28 +0800
Subject: [PATCH] 简化 tools 记忆技能触发规则

---
 cron/jobs.json |   23 +++++++++++++++++++----
 1 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/cron/jobs.json b/cron/jobs.json
index 6d263e6..f6a5bc4 100644
--- a/cron/jobs.json
+++ b/cron/jobs.json
@@ -7,7 +7,7 @@
       "description": "每天早上9点AI早报",
       "enabled": true,
       "createdAtMs": 1773390853562,
-      "updatedAtMs": 1773392478112,
+      "updatedAtMs": 1773711157157,
       "schedule": {
         "kind": "cron",
         "expr": "0 9 * * *",
@@ -25,7 +25,14 @@
         "to": "ou_53994d69bfaad1bfa5ca4c658de5b23f"
       },
       "state": {
-        "nextRunAtMs": 1773536400000
+        "nextRunAtMs": 1773795600000,
+        "lastRunAtMs": 1773711090722,
+        "lastRunStatus": "ok",
+        "lastStatus": "ok",
+        "lastDurationMs": 66435,
+        "lastDelivered": true,
+        "lastDeliveryStatus": "delivered",
+        "consecutiveErrors": 0
       }
     },
     {
@@ -33,7 +40,7 @@
       "name": "memory-weekly-maintenance",
       "enabled": true,
       "createdAtMs": 1773409688576,
-      "updatedAtMs": 1773409688576,
+      "updatedAtMs": 1773624926494,
       "schedule": {
         "kind": "cron",
         "expr": "30 9 * * 1",
@@ -51,7 +58,15 @@
         "to": "ou_53994d69bfaad1bfa5ca4c658de5b23f"
       },
       "state": {
-        "nextRunAtMs": 1773624600000
+        "nextRunAtMs": 1774229400000,
+        "lastRunAtMs": 1773624600007,
+        "lastRunStatus": "error",
+        "lastStatus": "error",
+        "lastDurationMs": 326487,
+        "lastError": "⚠️ 📝 Edit: in , failed",
+        "lastDelivered": true,
+        "lastDeliveryStatus": "delivered",
+        "consecutiveErrors": 1
       }
     }
   ]

--
Gitblit v1.9.1