Add spec-aware orch tasks and verification gates
This commit is contained in:
@@ -16,7 +16,7 @@ func NewRootCmd() *cobra.Command {
|
||||
Use: "orch",
|
||||
Short: "Leader-facing scheduler and control plane",
|
||||
Long: helpLong(
|
||||
"Use orch to manage leader-side scheduling for runs, tasks, dependencies, dispatch, retries, reassignment, blocked-task answers, and worktree-backed code attempts.",
|
||||
"Use orch to manage leader-side scheduling for runs, tasks, dependencies, dispatch, retries, reassignment, verification gates, blocked-task answers, and worktree-backed code attempts.",
|
||||
"orch is the control plane; it creates durable handoff state in inbox but does not launch workers by itself.",
|
||||
"After dispatch, a separate worker runtime or worker agent should claim the assigned inbox thread.",
|
||||
"Use execution-mode analysis for thread-only work and execution-mode code for worktree-backed repository changes.",
|
||||
@@ -48,6 +48,7 @@ func NewRootCmd() *cobra.Command {
|
||||
cmd.AddCommand(newBlockedCmd(opts))
|
||||
cmd.AddCommand(newAnswerCmd(opts))
|
||||
cmd.AddCommand(newStatusCmd(opts))
|
||||
cmd.AddCommand(newVerifyCmd(opts))
|
||||
|
||||
return cmd
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user