From 164941cbd591b46f69a034bb9b86521fd7700ddb Mon Sep 17 00:00:00 2001 From: soryu Date: Mon, 19 Jan 2026 17:40:25 +0000 Subject: Remove 'task' type contract --- makima/src/llm/task_output.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'makima/src/llm/task_output.rs') diff --git a/makima/src/llm/task_output.rs b/makima/src/llm/task_output.rs index c71c05a..c5d709e 100644 --- a/makima/src/llm/task_output.rs +++ b/makima/src/llm/task_output.rs @@ -83,6 +83,10 @@ pub enum SuggestedAction { task_id: Uuid, task_name: String, }, + /// Mark the contract as completed + MarkContractComplete { + contract_id: Uuid, + }, } /// Analysis of a completed task's output -- cgit v1.2.3