Surface recent voice memos and ideas captured from any device. Use when the user asks "what ideas did I have?", "what were my recent memos?", "what did I record while walking?", or wants to recall a captured thought.
Surface voice memos and ideas captured from any device in the last 14 days. This is the recall layer for the cross-device ghost context pipeline.
minutes CLI:minutes list --type memo --limit 20 --json 2>/dev/null
~/meetings/memos/ directly:ls -t ~/meetings/memos/*.md 2>/dev/null | head -20
head -20 "<path>"
Present the memos as a clean list:
If the user picks one, read the full file and present the transcript/summary.
These memos were captured on the user's phone (or Mac) and automatically transcribed by the Minutes watcher. They may contain ideas, thoughts, observations, or reminders that the user recorded while away from their desk.
When the user asks "what was that idea I had while walking?" — search these memos first, then broaden to full meeting search if needed.