merge: 同步 TaskTree CLI 完成语义

This commit is contained in:
root
2026-07-21 14:14:10 +02:00
+1 -1
View File
@@ -48,7 +48,7 @@ function help() {
transportContract: "--overapi only changes transport; commands and options are identical", transportContract: "--overapi only changes transport; commands and options are identical",
transportOptions: "--overapi [--api-url URL]", transportOptions: "--overapi [--api-url URL]",
hierarchy: "taskgroup -> task -> subtask -> subsubtask", 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" completionContract: "a task requires at least one execution report before completion"
}; };
} }