From e099b106f6687fde243f8045cb7af370cba15f27 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 21 Jul 2026 10:28:58 +0200 Subject: [PATCH] docs(tasktree): expose lifecycle contract in CLI help --- tools/src/tasktree-cli.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/src/tasktree-cli.ts b/tools/src/tasktree-cli.ts index 5d7ffa07..39085e30 100644 --- a/tools/src/tasktree-cli.ts +++ b/tools/src/tasktree-cli.ts @@ -48,6 +48,7 @@ function help() { transportContract: "--overapi only changes transport; commands and options are identical", transportOptions: "--overapi [--api-url URL]", hierarchy: "taskgroup -> task -> subtask -> subsubtask", + lifecycleContract: "start pending work before execution; write an execution report and complete accepted work before handoff", completionContract: "a task requires at least one execution report before completion" }; }