refactor(heartbeat): smart calendar with daily summary and dedup reminders

Calendar no longer bypasses quiet hours. First run after quiet hours
sends full daily summary, subsequent runs only remind for next event
within 45 min with deduplication. Calendar cooldown set to 30 min.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
MoltBot Service
2026-02-15 11:09:59 +00:00
parent 9c1f9f94e7
commit f8ff971627
3 changed files with 185 additions and 59 deletions

View File

@@ -38,7 +38,7 @@
},
"cooldowns": {
"email": 1800,
"calendar": 0,
"calendar": 1800,
"kb_index": 14400,
"git": 14400
}