CeremonyOrchestrator: GenServer providing a PubSub broadcast interface for ceremony status changes. LiveView subscribes to these broadcasts for real-time updates. A K8s CRD watcher will feed events into this in a future sprint; for now the init log makes the stub state explicit. Chronicle.Consumer: stub for the Ops DB projector that will consume Chronicle events and hydrate the Ecto tables. Projector design (idempotent, checkpointed, catch-up on restart) per DESIGN-OPS-DB-CHAIN-OF-CUSTODY-0001 §2.5. Both modules document the orchestrator/engine distinction: guildhall orchestrates, substrate decides. Both are now supervised by their respective application trees (Guildhall.Orchestrator.Supervisor, Guildhall.Chronicle.Supervisor). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Tyler J King <tking@guildhouse.dev> |
||
|---|---|---|
| .. | ||
| lib/guildhall | ||
| test | ||
| .formatter.exs | ||
| .gitignore | ||
| mix.exs | ||
| README.md | ||
Guildhall.Chronicle
TODO: Add description
Installation
If available in Hex, the package can be installed
by adding guildhall_chronicle to your list of dependencies in mix.exs:
def deps do
[
{:guildhall_chronicle, "~> 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_chronicle.