voice-inbox
Voice Inbox
Turn recent voice notes into a reviewable inbox without silently promoting thoughts into commitments or taking external action.
Workflow
-
Determine the time window and the user's timezone. Resolve relative dates in that timezone and state the exact interval. If the user only says "recent," use the previous seven calendar days through now and say so.
-
Invoke
$monologue-notesfor all Monologue access. If setup is required, have the user runmonologue onboardingin their own terminal; never request or accept an API token in chat. -
Retrieve the complete note list with pagination. Do not use creation-time filters as recording-time filters; delayed uploads can be created later:
monologue notes allSelect the requested interval locally using
recorded_atin the user's timezone. If it is absent, usecreated_atas a disclosed fallback. If the library is too large for exhaustive retrieval, ask before applying a creation-time optimization and disclose the resulting coverage limit.