Packages

Phoenix-native AI ops: LLM traces, evals, prompt versions, replay, tool governance, and MCP workflows. Ecto-backed, LiveView-included.

Current section

Files

Jump to
scoria lib mix tasks test.runtime_to_handoff.ex
Raw

lib/mix/tasks/test.runtime_to_handoff.ex

defmodule Mix.Tasks.Test.RuntimeToHandoff do
use Mix.Task
@shortdoc "Compatibility wrapper for the bounded runtime-to-handoff verification lane"
@impl Mix.Task
def run(args), do: Mix.Tasks.Scoria.Test.RuntimeToHandoff.run(args)
end