summaryrefslogtreecommitdiff
path: root/makima/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace TTS endpoint with Rust-native Qwen3-TTS (#41)soryu2026-01-289-12/+373
* Add Qwen3-TTS streaming endpoint for voice synthesis (#40)soryu2026-01-2814-257/+3328
* Add Red Team CLI command and frontend UI (#39)soryu2026-01-275-2/+135
* Add patch merging and fix task healthcheck failing due to worktreessoryu2026-01-274-36/+530
* Fix worktree info and patches endpointsoryu2026-01-274-17/+321
* Fixup: Build fixsoryu2026-01-271-0/+1
* Default to shared worktree and add worktree endpointsoryu2026-01-2712-3/+433
* Fix supervisor merge and PR commands (#36)soryu2026-01-274-170/+272
* Add Red Team adversarial review system for contract monitoring (#35)soryu2026-01-2713-14/+1022
* Terminate all processes on makima CLI SIGTERMsoryu2026-01-262-45/+62
* Add local-only mode for contracts with patch export support (#34)soryu2026-01-2614-14/+657
* Make merges synchronoussoryu2026-01-263-12/+86
* Add completion phasessoryu2026-01-2618-1957/+735
* Add dynamic contract type templates with user customization (#33)soryu2026-01-261-0/+13
* Update supervisor tasks page when supervisor spawns a new tasksoryu2026-01-261-1/+21
* Fix branching to restore from checkpointsoryu2026-01-262-18/+97
* Add automatic phase transitions and fix PR creationsoryu2026-01-254-101/+304
* Update create contract page to use dynamic templates (#29)soryu2026-01-253-0/+168
* feat: Simplify contract deliverables and add Templates UIsoryu2026-01-246-107/+771
* Fix history and add retries to makima CLIsoryu2026-01-241-59/+228
* Increase concurrency limitsoryu2026-01-242-2/+2
* Clean up questions after removing tasks or contractssoryu2026-01-243-0/+70
* Fix pushing heartbeat commitssoryu2026-01-241-1/+2
* Reclone if can't find repositorysoryu2026-01-241-21/+43
* Add resume to daemon taskssoryu2026-01-238-12/+583
* feat: Add client-side polling for CLI wait command (#23)soryu2026-01-232-5/+60
* Add patch checkpointingsoryu2026-01-2318-16/+1040
* Fix completion actions: default to PR and support remote repos (#21)soryu2026-01-225-68/+135
* Change daemon limit mechanismsoryu2026-01-224-22/+112
* Fix daemon disconnects not being continuablesoryu2026-01-221-6/+20
* Add dependency checking on daemon startup (#19)soryu2026-01-224-0/+381
* Add daemon restart feature from settings (#18)soryu2026-01-225-0/+125
* Add pausing taskssoryu2026-01-222-8/+257
* Heartbeat daemonsoryu2026-01-211-1/+14
* Enforce phaseguardsoryu2026-01-213-18/+93
* Add task branching feature (#15)soryu2026-01-2110-41/+449
* Update CLI to show repo suggestionssoryu2026-01-216-15/+275
* Add non-blocking persistent contract completion questions (#14)soryu2026-01-205-1/+52
* Update CLI to show log history as wellsoryu2026-01-2010-25/+867
* Clean contract lifecycle: Add supervisor complete command (#13)soryu2026-01-205-0/+96
* Fix: auth for CLI and CLI SIGTERMsoryu2026-01-2013-207/+1645
* Remove 'task' type contractsoryu2026-01-198-290/+102
* Add interactive TUI browser for tasks, contracts, and files (makima view) (#7)soryu2026-01-1918-2/+1753
* Make sure tasks can continuesoryu2026-01-197-17/+202