Collected output of one InvokeAgentRuntimeCommand execution. Not an error shape — callers branch on exit_code (0 = success; the command's own exit status otherwise).
InvokeAgentRuntimeCommand
exit_code
@type t() :: %ReqManagedAgents.AgentCore.CommandResult{ exit_code: integer() | nil, stderr: binary(), stdout: binary() }