Interface: CliRouteProps<InputSchema>
Props received by every routed CLI command's async default function.
Read transport-owned invocation, host, session, actor, and workspace axes
with await agent() from @agent-bundle/runtime. Every identity axis is
Observed; unavailable axes carry a typed reason, and parsed command input
cannot override request identity.
Type Parameters
InputSchema
InputSchema extends RouteSchema
Properties
input
readonlyinput:RouteSchemaOutput<InputSchema>
signal
readonlysignal:AbortSignal