pub async fn run_bindings_explain(
__arg0: State<AppState>,
__arg1: Path<String>,
) -> Result<Json<RunBindingsExplainResponse>, ApiError>Expand description
GET /v1/runs/:id/bindings. Explains the exact immutable agent bindings
used by this Run. The handler never reads or resolves the current Blueprint;
old Runs without a binding snapshot return 422 instead of guessed state.