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:
@@ -38,7 +38,7 @@
|
||||
},
|
||||
"cooldowns": {
|
||||
"email": 1800,
|
||||
"calendar": 0,
|
||||
"calendar": 1800,
|
||||
"kb_index": 14400,
|
||||
"git": 14400
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user