docs(tasktree): expose lifecycle contract in CLI help

This commit is contained in:
root
2026-07-21 10:28:58 +02:00
parent 62b1d8eeb2
commit e099b106f6
+1
View File
@@ -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"
};
}