async fn dispatch_inverse(
state: &AppState,
cmd: Command,
) -> Result<Vec<Event>, String>Expand description
Dispatch a recovery-time compensating command + apply its events
to wstore. Mirrors SagaCtx::compensate but standalone (no live
saga to attach to). Returns the emitted events on success, the
reducer’s error message on rejection.