feat(memory): add index, structured TODO, and heartbeat state schema

This commit is contained in:
Chen Gu
2026-08-13 17:00:21 +08:00
parent b05658438b
commit a3941dccde
3 changed files with 101 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"lastChecks": {
"email": null,
"calendar": null,
"weather": null,
"todo": 1773116700,
"memory_index": 1773116700
},
"todoWatch": {
"enabled": true,
"defaultIntervalHours": 6,
"overdueEscalation": true,
"lastScanAt": "2026-03-10 09:45 GMT+8",
"nextScanAt": "2026-03-10 15:45 GMT+8"
},
"memoryHygiene": {
"enabled": true,
"lastCompactionAt": "2026-03-10 09:45 GMT+8",
"nextCompactionAt": "2026-03-11 09:45 GMT+8",
"maxMemoryIndexLines": 150
}
}