| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(contract-tools): add transcript analysis tools for contract chat | soryu | 2026-01-15 | 1 | -0/+113 |
| | | | | | | | | | | | Adds two new tools to contract_tools: - analyze_transcript: Analyze a file's transcript and return structured results - create_contract_from_transcript: Create a new contract from transcript analysis These tools enable voice-to-contract workflows directly from the contract chat interface. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | ||||
| * | feat(transcript): add transcript analyzer module for extracting requirements ↵ | soryu | 2026-01-15 | 2 | -0/+298 |
| | | | | | | | | | | | | | | and decisions Adds a new transcript_analyzer module that: - Defines types for extracted requirements, decisions, and action items - Provides functions to format transcripts for LLM analysis - Calculates speaker statistics from transcript entries - Builds analysis prompts and parses LLM responses - Includes unit tests for core functionality Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | ||||
| * | Contract system | soryu | 2026-01-15 | 8 | -0/+4012 |
| | | |||||
| * | Initial Control system | soryu | 2026-01-11 | 3 | -3/+1285 |
| | | |||||
| * | Add defined user input dialogue to LLM edit | soryu | 2026-01-02 | 2 | -1/+196 |
| | | |||||
| * | Add loop based LLM editing + view tools | soryu | 2026-01-02 | 1 | -1/+233 |
| | | |||||
| * | Add versioning to files | soryu | 2025-12-24 | 2 | -1/+169 |
| | | |||||
| * | Add claude opus/sonnet support | soryu | 2025-12-23 | 4 | -34/+619 |
| | | |||||
| * | Add file body and initial tool call system | soryu | 2025-12-23 | 3 | -0/+800 |
