Type Alias: TraceStep
type TraceStep = | "cache_lookup" | "plan" | "validate" | "exec" | "summarize" | "confirm_required" | "selected_db";Defined in: packages/sdk/src/index.ts:154
Per-step trace event, mirrors the API’s OrchestrateEvent set
extended with a confirm_required step for the destructive
gate. Surfaces wire onTrace into the live trace UI; SK-SDK-007
is the canonical contract for this shape.