summaryrefslogtreecommitdiff
path: root/makima/src/daemon/task/manager.rs
Commit message (Expand)AuthorAgeFilesLines
* feat: revert broken directive PRs, re-implement Lexical document orchestrator...soryu2026-04-281-4/+2
* fix: resolve compilation error and warnings in Rust backend (#95)soryu2026-04-281-2/+4
* feat: soryu-co/soryu - makima: Fix build errors in daemon protocol and task m...v0.5.0soryu2026-03-101-0/+33
* feat: worktree diff/commit endpoints and frontend diff viewing (#88)soryu2026-03-091-31/+307
* fix: restore code entry in daemon reauth flowsoryu2026-03-051-24/+64
* feat: task slide-out panel, 3-way reconcile toggle, daemon reauth fix (#85)soryu2026-03-041-71/+153
* feat: move daemon reauth to daemons page, add contract-backed directive steps...soryu2026-03-021-24/+71
* Fix bugs with restoring/continuing from taskssoryu2026-02-161-12/+53
* Close stdin for directive taskssoryu2026-02-151-7/+8
* Close stdin for directive taskssoryu2026-02-151-8/+7
* Makima system improvements: Orders, directive questions, PR creation fix, bug...soryu2026-02-141-8/+15
* Fix worktree branching for directive tasks and remove memoriessoryu2026-02-131-46/+98
* Add auto-PR creation for remote repos in directivessoryu2026-02-101-14/+31
* Add auto-PR creation for remote repos in contractssoryu2026-02-091-64/+112
* Set directive env vars correctly for daemonsoryu2026-02-091-2/+41
* Resume contracts from patchessoryu2026-02-091-0/+153
* Make makima more opinionated and structuredsoryu2026-02-021-491/+167
* Use chatterbox TTSsoryu2026-02-011-2/+2
* fix(supervisor): ensure all implementation phases are executed before PR (#53)soryu2026-02-011-0/+76
* Add auto_merge_local option for local-only contracts (#50)soryu2026-01-311-8/+32
* Rename to command mode and update worktree to show committed changessoryu2026-01-291-12/+78
* Add autodetection of master for PR creationsoryu2026-01-291-2/+27
* Fix worktree cleanup to not run for shared worktreessoryu2026-01-291-4/+19
* Fix makima supervisor pr CLI commandsoryu2026-01-291-24/+16
* Add patch merging and fix task healthcheck failing due to worktreessoryu2026-01-271-11/+358
* Default to shared worktree and add worktree endpointsoryu2026-01-271-2/+206
* Fix supervisor merge and PR commands (#36)soryu2026-01-271-159/+181
* Terminate all processes on makima CLI SIGTERMsoryu2026-01-261-14/+15
* Add local-only mode for contracts with patch export support (#34)soryu2026-01-261-4/+102
* Add completion phasessoryu2026-01-261-0/+22
* Fix branching to restore from checkpointsoryu2026-01-261-16/+71
* Add automatic phase transitions and fix PR creationsoryu2026-01-251-31/+93
* Increase concurrency limitsoryu2026-01-241-1/+1
* Fix pushing heartbeat commitssoryu2026-01-241-1/+2
* Add resume to daemon taskssoryu2026-01-231-2/+263
* Add patch checkpointingsoryu2026-01-231-14/+218
* Fix completion actions: default to PR and support remote repos (#21)soryu2026-01-221-9/+22
* Change daemon limit mechanismsoryu2026-01-221-20/+94
* Add daemon restart feature from settings (#18)soryu2026-01-221-0/+9
* Add pausing taskssoryu2026-01-221-4/+192
* Clean contract lifecycle: Add supervisor complete command (#13)soryu2026-01-201-0/+3
* Make sure tasks can continuesoryu2026-01-191-12/+96
* Add pushed heartbeats and multi-question selectsoryu2026-01-181-5/+29
* Add heartbeat commitssoryu2026-01-171-0/+108
* Fixup: use default api.makima.jp URL and fix default branch detectionsoryu2026-01-161-7/+11
* Implement git config inherit systemsoryu2026-01-151-0/+195
* Implement simple git checkpoint command for supervisorsoryu2026-01-151-0/+239
* Fixup: Add cleanup and isolation features to makimasoryu2026-01-151-117/+383
* Advance stages of a contractsoryu2026-01-151-2/+47
* Add cleanup to daemonsoryu2026-01-151-1/+102