AgentBlueprintProtocol.Conformance.Cli.Main (Agent Blueprint Protocol v0.1.0)

Copy Markdown View Source

The escript entry: the one place the package halts the VM. Delegates to AgentBlueprintProtocol.Conformance.Cli.run/1 for everything else — argv parsing, corpus loading, execution, and the report are all tested pure surfaces there. The escript entry reports conformance facts; it never authorizes anything.

Summary

Functions

main(argv)

@spec main([binary()]) :: no_return()