Pixir.RecoveryCommands (pixir v0.1.7)

Copy Markdown View Source

Copyable recovery command builders for failed or ambiguous Sessions.

These commands are operator-facing guidance, not execution. Turn records them as durable failure evidence, while presenters such as CLI render the same templates on stdout/stderr so downstream orchestrators and humans see one consistent recovery contract.

Summary

Functions

Build the standard diagnose/resume commands for a Session id.

Functions

commands(session_id)

@spec commands(String.t()) ::
  {:ok, %{required(String.t()) => String.t()}} | {:error, map()}

Build the standard diagnose/resume commands for a Session id.