From 04e1e8f0dd85d19917ac5ba0b73cba65ebac8976 Mon Sep 17 00:00:00 2001 From: soryu Date: Mon, 26 Jan 2026 20:19:30 +0000 Subject: Add completion phases --- makima/src/daemon/cli/mod.rs | 3 +++ 1 file changed, 3 insertions(+) (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 216f281..0805edd 100644 --- a/makima/src/daemon/cli/mod.rs +++ b/makima/src/daemon/cli/mod.rs @@ -157,6 +157,9 @@ pub enum SupervisorCommand { /// Resume a completed contract (reactivate it) ResumeContract(supervisor::ResumeContractArgs), + + /// Mark a deliverable as complete + MarkDeliverable(supervisor::MarkDeliverableArgs), } /// Contract subcommands for task-contract interaction. -- cgit v1.2.3