Skip to content

Implement daily digest for blog post summarizing services#223

Merged
asim merged 3 commits intomainfrom
claude/mu-killer-feature-yxRo5
Mar 6, 2026
Merged

Implement daily digest for blog post summarizing services#223
asim merged 3 commits intomainfrom
claude/mu-killer-feature-yxRo5

Conversation

@asim
Copy link
Member

@asim asim commented Mar 6, 2026

No description provided.

claude added 3 commits March 6, 2026 08:08
New digest package that runs a daily job at 6am to:
- Gather data from news, markets, videos, and reminder
- Send it to the LLM to produce a concise summary
- Publish as a blog post tagged "digest" under the "mu" account

Uses the same patterns as the reminder scheduler (hourly check,
last-run timestamp persisted to data file).

https://claude.ai/code/session_01QJaTh5F1pfgRaGzsQSZDcQ
- Export GetReminderData() from reminder package
- Use reminder.GetReminderData() instead of loading JSON file
- Use ANTHROPIC_PREMIUM_MODEL (Sonnet) instead of defaulting to Haiku

https://claude.ai/code/session_01QJaTh5F1pfgRaGzsQSZDcQ
Removes the 6am gate — if there's no digest for today when the
server starts, generate one right away, then check hourly after.

https://claude.ai/code/session_01QJaTh5F1pfgRaGzsQSZDcQ
@asim asim merged commit 2b6e926 into main Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants