summaryrefslogtreecommitdiff
path: root/makima/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix directive deletion and stop local only on contractssoryu2026-02-082-3/+27
* Fix INT4/INT8 type mismatch in create_directive_chainsoryu2026-02-081-2/+2
* Fixes for directive chain initsoryu2026-02-089-106/+278
* Fixes for directive chain creationsoryu2026-02-072-7/+158
* Check on completion for contractssoryu2026-02-072-1/+143
* Add directive monitor contractssoryu2026-02-0711-39/+1152
* Show directive init on frontendsoryu2026-02-072-4/+21
* Add directive init mechanismsoryu2026-02-0711-1/+1118
* Add new directive initial implementationsoryu2026-02-0713-17/+1256
* Remove directives for reimplementationsoryu2026-02-0719-8297/+4
* Fix: Link directives and contractssoryu2026-02-063-7/+114
* Fix: Cleanup old chain codesoryu2026-02-0623-3726/+940
* Fix: Directives fixessoryu2026-02-063-111/+348
* Fix: Directives APIsoryu2026-02-063-30/+251
* Add directive-first chain system redesignsoryu2026-02-0532-4152/+6466
* Add repository selection to chain creation modalsoryu2026-02-052-1/+43
* Add makima directivessoryu2026-02-0511-18/+3450
* Add multi-repository support for chainssoryu2026-02-056-42/+612
* Add makima skillssoryu2026-02-047-0/+557
* Remove chain supervisor capabilitysoryu2026-02-046-320/+6
* Fix buildsoryu2026-02-041-1/+2
* Add chain checkpoint contractssoryu2026-02-048-14/+856
* Allow chain creation via web interfacesoryu2026-02-034-14/+1058
* Add 'Discuss Contract' feature to listen page (#57)soryu2026-02-036-2/+818
* Add makima chain mechanismsoryu2026-02-0316-11/+3210
* Release in makima reposoryu2026-02-029-2539/+11
* Make makima more opinionated and structuredsoryu2026-02-0222-2100/+262
* Use chatterbox TTSsoryu2026-02-015-17/+16
* Merge pull request #55 from soryu-co/makima/contract-management-phase3soryu2026-02-017-27/+2044
|\
| * feat: Implement Phase 3.5 - Supervisor Status APImakima/contract-management-phase3soryu2026-02-014-0/+557
| |\
| | * feat: Add Supervisor Status API endpoints (Phase 3 Task 3.5)soryu2026-02-014-0/+557
| * | feat: Implement Phase 3 Tasks 3.3 and 3.4 - Supervisor State Persistence and ...soryu2026-02-015-25/+1001
| * | feat: Implement Phase 3 Tasks 3.1 and 3.2 - SupervisorState enum and Heartbea...soryu2026-02-014-3/+487
| |/
* / fix(supervisor): ensure all implementation phases are executed before PR (#53)soryu2026-02-011-0/+76
|/
* feat: Add contract management system improvements (Phase 1)makima/contract-management-improvementssoryu2026-01-318-29/+497
* Fix null handling for deliverables in create_template_for_owner (#51)soryu2026-01-311-1/+4
* Add auto_merge_local option for local-only contracts (#50)soryu2026-01-3113-45/+119
* Fix Qwen3-TTS tensor paths to match HuggingFace model structuresoryu2026-01-302-41/+36
* Fix download for hf TTS modelsoryu2026-01-301-1/+3
* Support both tokenizor.json and vocab.json+merges.txt formatssoryu2026-01-301-4/+28
* Rename to command mode and update worktree to show committed changessoryu2026-01-291-12/+78
* Add autodetection of master for PR creationsoryu2026-01-294-10/+33
* Fix Red Team UI visibility by adding red_team_enabled to ContractSummarysoryu2026-01-293-2/+9
* Fetch from origin before creating worktrees for local repos (#49)soryu2026-01-291-5/+32
* Fix phase config in DBsoryu2026-01-291-8/+10
* Allow null phase configs for legacy contractssoryu2026-01-291-1/+1
* Fix model loading for TTS / speaksoryu2026-01-293-2/+15
* Fix contract type selectionsoryu2026-01-297-56/+1020
* Fix worktree cleanup to not run for shared worktreessoryu2026-01-299-9/+61
* Fix makima supervisor pr CLI commandsoryu2026-01-297-61/+49