Documentation
README
/minutes-note
Add a timestamped note during a recording, or annotate a past meeting.
During a recording
# Add a note to the active recording (auto-timestamped)
minutes note "Alex wants monthly billing not annual billing"
minutes note "Case agreed โ compromise at monthly billing for experiment"
Each note gets a timestamp matching the recording position (e.g., [4:23]). Notes feed into the LLM summarizer as high-priority context โ the AI knows what you thought was important and weights those parts of the transcript more heavily in the summary.
After a meeting
# Annotate an existing meeting file
minutes note "Follow-up: Alex confirmed via email on Mar 18" --meeting ~/meetings/2026-03-17-pricing-call.md
This is the opening of the README. Read the full README on GitHub.