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/frontend/src/routes/contracts.tsx | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'makima/frontend/src/routes') diff --git a/makima/frontend/src/routes/contracts.tsx b/makima/frontend/src/routes/contracts.tsx index cd385f9..d2b6b1b 100644 --- a/makima/frontend/src/routes/contracts.tsx +++ b/makima/frontend/src/routes/contracts.tsx @@ -471,20 +471,6 @@ function ContractsPageContent() { Contract Type
-

- {contractType === "task" - ? "Execute: One-off adhoc task with no supervisor (auto-archives on completion)" - : contractType === "simple" + {contractType === "simple" ? "Plan → Execute: Simple workflow with a plan document" : "Research → Specify → Plan → Execute → Review: Full specification-driven development with TDD"}

@@ -540,9 +524,7 @@ function ContractsPageContent() { ))}

- {contractType === "task" - ? "Task contracts always start in Execute phase" - : contractType === "simple" + {contractType === "simple" ? "Start in Plan to define what to build, or Execute if already planned" : "Skip earlier phases if you already have requirements defined"}

-- cgit v1.2.3