summaryrefslogtreecommitdiff
path: root/makima/src/server/handlers/transcript_analysis.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(listen): add transcript analysis API endpointssoryu2026-01-151-0/+674
Adds three new endpoints under /api/v1/listen/: - POST /analyze - Analyze a file's transcript for requirements, decisions, action items - POST /create-contract - Create a new contract from analyzed transcript - POST /update-contract - Update an existing contract with extracted information These endpoints bridge the Listen (voice transcription) system with the Contract system, enabling voice-to-contract workflows. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>