feat(automation): add timezone-safe daily briefing dedupe

This commit is contained in:
William Valentin
2026-02-16 14:01:14 -08:00
parent 71af3b5a42
commit 56854f04bd
10 changed files with 118 additions and 4 deletions
+2
View File
@@ -244,6 +244,7 @@ hooks:
# output:
# channel: telegram
# peer: "123456789"
# once_per_local_day: false
#
# # Optional built-in morning briefing job (auto-registered as a cron job)
# daily_briefing:
@@ -251,6 +252,7 @@ hooks:
# name: daily-briefing
# schedule: "0 8 * * *"
# timezone: America/New_York
# dedupe_per_local_day: true
# output:
# channel: telegram
# peer: "123456789"