summaryrefslogtreecommitdiff
path: root/makima/src/daemon
Commit message (Expand)AuthorAgeFilesLines
* makima: Add an optional memory system for directives (#59)soryu2026-02-124-0/+346
* Add auto-PR creation for remote repos in directivessoryu2026-02-105-14/+161
* Add auto-PR creation for remote repos in contractssoryu2026-02-093-151/+208
* Set directive env vars correctly for daemonsoryu2026-02-092-2/+44
* Add directive initsoryu2026-02-093-0/+27
* Resume contracts from patchessoryu2026-02-091-0/+153
* Add new directive mechanism v3soryu2026-02-096-0/+390
* Remove directive mechanismsoryu2026-02-086-299/+0
* Fixes for directive chain initsoryu2026-02-082-0/+23
* Add directive monitor contractssoryu2026-02-074-0/+72
* Add directive init mechanismsoryu2026-02-072-0/+9
* Add new directive initial implementationsoryu2026-02-076-0/+195
* Remove directives for reimplementationsoryu2026-02-076-997/+0
* Fix: Cleanup old chain codesoryu2026-02-0614-1849/+286
* Add directive-first chain system redesignsoryu2026-02-0516-29/+771
* Add makima directivessoryu2026-02-051-0/+224
* Add multi-repository support for chainssoryu2026-02-052-9/+44
* Add makima skillssoryu2026-02-046-0/+550
* Remove chain supervisor capabilitysoryu2026-02-042-77/+0
* Add chain checkpoint contractssoryu2026-02-043-0/+104
* Add makima chain mechanismsoryu2026-02-0310-0/+1474
* Make makima more opinionated and structuredsoryu2026-02-028-626/+168
* Use chatterbox TTSsoryu2026-02-012-5/+5
* Merge pull request #55 from soryu-co/makima/contract-management-phase3soryu2026-02-011-0/+46
|\
| * feat: Implement Phase 3 Tasks 3.1 and 3.2 - SupervisorState enum and Heartbea...soryu2026-02-011-0/+46
* | 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-312-0/+26
* Add auto_merge_local option for local-only contracts (#50)soryu2026-01-313-8/+37
* Rename to command mode and update worktree to show committed changessoryu2026-01-291-12/+78
* Add autodetection of master for PR creationsoryu2026-01-292-4/+29
* Fetch from origin before creating worktrees for local repos (#49)soryu2026-01-291-5/+32
* Fix model loading for TTS / speaksoryu2026-01-291-0/+4
* Fix worktree cleanup to not run for shared worktreessoryu2026-01-291-4/+19
* Fix makima supervisor pr CLI commandsoryu2026-01-294-37/+24
* Add Red Team CLI command and frontend UI (#39)soryu2026-01-274-1/+123
* Add patch merging and fix task healthcheck failing due to worktreessoryu2026-01-272-11/+392
* Default to shared worktree and add worktree endpointsoryu2026-01-274-2/+251
* Fix supervisor merge and PR commands (#36)soryu2026-01-271-159/+181
* Add Red Team adversarial review system for contract monitoring (#35)soryu2026-01-271-0/+6
* Terminate all processes on makima CLI SIGTERMsoryu2026-01-262-45/+62
* Add local-only mode for contracts with patch export support (#34)soryu2026-01-264-5/+447
* Add completion phasessoryu2026-01-264-0/+65
* Fix branching to restore from checkpointsoryu2026-01-261-16/+71
* Add automatic phase transitions and fix PR creationsoryu2026-01-251-31/+93
* Fix history and add retries to makima CLIsoryu2026-01-241-59/+228
* Increase concurrency limitsoryu2026-01-242-2/+2
* Fix pushing heartbeat commitssoryu2026-01-241-1/+2
* Reclone if can't find repositorysoryu2026-01-241-21/+43
* Add resume to daemon taskssoryu2026-01-232-2/+299
* feat: Add client-side polling for CLI wait command (#23)soryu2026-01-231-1/+5