summaryrefslogtreecommitdiff
path: root/makima/src/server/handlers/chains.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove chain supervisor capabilitysoryu2026-02-041-132/+4
| | | | | | | | | | | | Chains no longer spawn a supervisor task. Checkpoint contracts will be automatically run as part of the DAG execution when dependencies complete. - Remove supervisor task creation from start_chain handler - Remove chain supervisor CLI commands - Remove supervisor_task_id from StartChainResponse - Remove withSupervisor option from frontend Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add chain checkpoint contractssoryu2026-02-041-9/+141
|
* Allow chain creation via web interfacesoryu2026-02-031-2/+646
|
* Add makima chain mechanismsoryu2026-02-031-0/+609