personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

morning_briefing: add decisions source, fix reading section

Add decisions agent (8th data source per spec) to Phase 1 gathering.
Fix Reading section to link to full facet newsletters per spec instead
of surfacing arbitrary reading material from within them.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+5 -4
+5 -4
muse/morning_briefing.md
··· 25 25 5. `sol call sol pulse` — current pulse narrative and needs-you items 26 26 6. `sol call journal search "" -d $day_YYYYMMDD -a followups -n 10` — follow-up items from today 27 27 7. `sol call journal search "" --day-from $day_YYYYMMDD -a anticipation -n 5` — forward-looking anticipations 28 - 8. For each of the next 7 days after today: `sol call calendar list YYYYMMDD` — upcoming events for forward look 28 + 8. `sol call journal search "" -d $day_YYYYMMDD -a decisions -n 10` — yesterday's consequential decisions 29 + 9. For each of the next 7 days after today: `sol call calendar list YYYYMMDD` — upcoming events for forward look 29 30 30 31 For each person appearing in today's calendar events, also run: 31 - 9. `sol call entities intelligence PERSON` — relationship context, recent interactions, observations 32 + 10. `sol call entities intelligence PERSON` — relationship context, recent interactions, observations 32 33 33 34 ## Phase 2: Synthesize 34 35 ··· 38 39 39 40 **Your Day** — What's ahead today. Lead with calendar events in chronological order. For each meeting, include who's attending and one line of entity-informed context (e.g., "last met 2 weeks ago, discussed product roadmap"). Include relevant todos due today. If no calendar events exist, lead with the highest-priority todos. 40 41 41 - **Yesterday** — What happened. Draw from facet newsletters and pulse. Highlight accomplishments, decisions made, and notable interactions. Keep to 3-5 bullets max. Only include if facet newsletters have content for the analysis day. 42 + **Yesterday** — What happened. Draw from facet newsletters, pulse, and decisions agent output. Highlight accomplishments, consequential decisions, and notable interactions. Keep to 3-5 bullets max. Only include if facet newsletters or decisions have content for the analysis day. 42 43 43 44 **Needs Attention** — Ranked action list. Synthesize from all sources into a single prioritized list: 44 45 1. Overdue commitments (todos past due, missed follow-ups) ··· 48 49 49 50 **Forward Look** — What's coming. Draw from anticipation agent output and upcoming calendar events (next 7 days). Note preparation needed for upcoming meetings or deadlines. 50 51 51 - **Reading** — Curated links and content. Surface any articles, links, or reading material mentioned in facet newsletters or agent outputs. Only include if there is actual reading material to surface. 52 + **Reading** — Links to full facet newsletters for deep dives. List each active facet that has a newsletter for the analysis day, with a brief one-line description of what it covers. This is the "detailed edition" for owners who want the full picture. Only include if facet newsletters exist. 52 53 53 54 ## Phase 3: Write output 54 55