Expand description
Root-level dispatch. Mirrors
objectiveai-sdk-rs/src/cli/command/command.rs — same match shape,
same fan-out, but each arm calls the local tier execute (which
actually does the work) instead of routing through CommandExecutor.
run.rs calls into execute with the SDK’s root Request after
parsing argv and running the SDK’s TryFrom<Command> for Request.
jq is not applied here — the bare-naked command tree ignores the
jq field on incoming requests; run.rs is responsible for reading
it off the request and applying it to the stream we return.