Documentation
README
/minutes-list
Show recent meetings and voice memos, sorted newest-first.
Usage
# List last 10 recordings (default)
minutes list
# Show more
minutes list --limit 20
# Only voice memos
minutes list -t memo
# Only meetings
minutes list -t meeting
Output
Human-readable list to stderr, JSON array to stdout. Each entry has:
title,date,content_type,path
Treat each returned path as a hint, not a retained capability. To read a
specific meeting, reauthorize it through minutes get "<exact path>" --json,
require exit status 0, and use only that result. Never reopen a result path with
the host Read tool.
Gotchas
This is the opening of the README. Read the full README on GitHub.