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.semantic_fast_path.ex
Raw

lib/mix/tasks/test.semantic_fast_path.ex

defmodule Mix.Tasks.Test.SemanticFastPath do
use Mix.Task
@shortdoc "Compatibility wrapper for the explicit Scoria semantic fast-path verification lane"
@impl Mix.Task
def run(args), do: Mix.Tasks.Scoria.Test.SemanticFastPath.run(args)
end