docs(tasktree): describe report auto-completion

This commit is contained in:
root
2026-07-21 14:14:01 +02:00
parent bb5452930b
commit ea50fd6d29
+1 -1
View File
@@ -48,7 +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",
lifecycleContract: "start pending work before execution; writing an execution report completes accepted work",
completionContract: "a task requires at least one execution report before completion"
};
}