Generates Elixir protocol structs and codecs from the committed Codex app-server JSON Schema snapshot.
Usage
mix codex.app_server.generate_protocol [options]Options
--schema-root- Schema snapshot root. Defaults topriv/schema.--output- Generated Elixir output path. Defaults tolib/codex_ex/app_server/protocol/generated.--help,-h- Show this help
Examples
mix codex.app_server.generate_protocol
mix codex.app_server.generate_protocol --output tmp/codex_protocol