Improve proactive workflow and continuity scaffolding

This commit is contained in:
Chen Gu
2026-08-13 17:00:21 +08:00
parent 319e8a7ec9
commit 83e13a2b8f
5 changed files with 165 additions and 38 deletions
+8 -6
View File
@@ -17,17 +17,19 @@
}
},
"todoWatch": {
"enabled": false,
"enabled": true,
"defaultIntervalHours": 6,
"overdueEscalation": true,
"lastScanAt": "2026-03-18 01:00 GMT+8",
"nextScanAt": "2026-03-18 07:00 GMT+8"
"nextScanAt": "2026-03-18 07:00 GMT+8",
"reminderCooldownHours": 6
},
"memoryHygiene": {
"enabled": false,
"enabled": true,
"lastCompactionAt": "2026-03-10 09:45 GMT+8",
"nextCompactionAt": "2026-03-14 09:45 GMT+8",
"maxMemoryIndexLines": 150
"maxMemoryIndexLines": 150,
"compactionIntervalHours": 72
},
"notes": "2026-03-18 01:00 巡检:TODO全部结案,无活跃任务;处于静默期未主动触达;记忆整理已逾期4天"
}
"notes": "2026-03-25 推荐版改造:启用 todoWatch 与 memoryHygiene;保留 proactiveChat=false,避免陪伴型主动触达;后续通过任务状态驱动提醒。"
}