guildhall/apps/guildhall_orchestrator
Tyler J King f8788dfba9 fix(orchestrator): drop google_protos dep conflicting with protobuf builtins
The google_protos package redefines modules (Google.Protobuf.Any, etc.)
already provided by protobuf ~> 0.13, causing --warnings-as-errors to
fail the production release build.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Tyler J King <tking@guildhouse.dev>
2026-05-15 15:44:41 -04:00
..
lib/guildhall feat(guildhall): minimum viable guildhall — OIDC, guilds, schematics, members 2026-05-15 15:03:50 -04:00
priv/schematic_templates feat(guildhall): minimum viable guildhall — OIDC, guilds, schematics, members 2026-05-15 15:03:50 -04:00
test feat: scaffold guildhall Elixir umbrella 2026-04-18 07:09:20 -04:00
.formatter.exs feat: scaffold guildhall Elixir umbrella 2026-04-18 07:09:20 -04:00
.gitignore feat: scaffold guildhall Elixir umbrella 2026-04-18 07:09:20 -04:00
mix.exs fix(orchestrator): drop google_protos dep conflicting with protobuf builtins 2026-05-15 15:44:41 -04:00
README.md feat: scaffold guildhall Elixir umbrella 2026-04-18 07:09:20 -04:00

Guildhall.Orchestrator

TODO: Add description

Installation

If available in Hex, the package can be installed by adding guildhall_orchestrator to your list of dependencies in mix.exs:

def deps do
  [
    {:guildhall_orchestrator, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/guildhall_orchestrator.