PromptRunner.ContractMigration (PromptRunnerSDK v0.11.0)

Copy Markdown View Source

Safe, explicit conversion of legacy verifier command strings to argv contracts.

Summary

Functions

migrate_packet(packet_root, opts \\ [])

@spec migrate_packet(
  String.t(),
  keyword()
) :: {:ok, map()} | {:error, term()}

translate_command(entry)

@spec translate_command(map() | String.t()) :: {:ok, map()} | {:error, term()}