Helper surface for one-shot subprocess execution.
This helper emits ProcessExecutionIntent.v1, resolves the minimal local
process route, and executes through the kernel without requiring callers to
hand-assemble contracts.
Summary
Functions
@spec run( map() | keyword(), keyword() ) :: {:ok, ExecutionPlane.Kernel.ExecutionResult.t()} | {:error, ExecutionPlane.Kernel.ExecutionResult.t()}
@spec run( String.t(), keyword() ) :: {:ok, ExecutionPlane.Kernel.ExecutionResult.t()} | {:error, ExecutionPlane.Kernel.ExecutionResult.t()}