Build a daily briefing from alto.index data. Today's date should be determined from the system.
Read the following in parallel to build the briefing:
- Reminders due today: search
~/Documents/alto-index/reminders/for files withdue_datematching today - Notes modified today: use Glob to find
~/Documents/alto-index/notes/**/*.mdand check which have today's date inmodifiedfrontmatter - Granola meetings today: look for files matching
~/Documents/alto-index/granola/{today's date}*.md - Calendar events today: check
~/Documents/alto-index/calendar/for today's date folders - Voice memos today: check
~/Documents/alto-index/voice-memos/index.mdfor today's recordings - Safari history today: check
~/Documents/alto-index/safari-history/{today's date}.md
Present the briefing in this format:
## Calendar
{events or "no events synced yet"}
## Reminders Due
{due reminders with deep links, or "none due today"}
## Notes Updated
{recently modified notes with deep links}
## Meetings
{granola meetings or "none"}
## Messages
{recent conversations or "none"}
## Browsing
{safari history highlights or "none"}Include deep links (notes://, x-apple-reminder://, addressbook://, calshow:) so the user can click through to native apps. Keep it concise - one line per item.