summaryrefslogtreecommitdiff
path: root/makima/src/llm/templates.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add contract type templates API endpointsoryu2026-01-251-0/+65
| | | | | | | | | | | | | | | | | Add a new API endpoint to provide contract type templates (workflow definitions) separate from file templates. This enables the create contract page to dynamically show available contract types. Changes: - Add ContractTypeTemplate struct in templates.rs with id, name, description, phases, default_phase, and is_builtin fields - Add built-in contract types: 'simple' (plan/execute) and 'specification' (research/specify/plan/execute/review) - Add GET /api/v1/contract-types endpoint returning all contract types - Add frontend ContractTypeTemplate interface and listContractTypes() API function Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Contract systemsoryu2026-01-151-0/+1011