From 612cecc5bd5dbfc73d4a3a9d38626378eaf39041 Mon Sep 17 00:00:00 2001 From: soryu Date: Wed, 4 Feb 2026 01:59:40 +0000 Subject: Remove chain supervisor capability 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 --- makima/src/daemon/cli/mod.rs | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'makima/src/daemon/cli/mod.rs') diff --git a/makima/src/daemon/cli/mod.rs b/makima/src/daemon/cli/mod.rs index 25163c2..035a784 100644 --- a/makima/src/daemon/cli/mod.rs +++ b/makima/src/daemon/cli/mod.rs @@ -170,20 +170,6 @@ pub enum SupervisorCommand { /// Mark a deliverable as complete MarkDeliverable(supervisor::MarkDeliverableArgs), - - // Chain supervisor commands (for chain-level orchestration) - - /// Get chain status with progress info - ChainStatus(supervisor::ChainStatusArgs), - - /// List contracts in the chain - ChainContracts(supervisor::ChainContractsArgs), - - /// Manually trigger chain progression - ChainProgress(supervisor::ChainProgressArgs), - - /// Get chain DAG visualization - ChainGraph(supervisor::ChainGraphArgs), } /// Contract subcommands for task-contract interaction. -- cgit v1.2.3