huskies: merge 1124 story Persist TransitionFired into a per-sled CRDT event log

This commit is contained in:
dave
2026-05-17 19:32:39 +00:00
parent d8204ab7ed
commit 89058ebd49
7 changed files with 416 additions and 9 deletions
+2
View File
@@ -20,6 +20,8 @@ pub mod crdt_sync;
/// CRDT wire format — on-wire message types for the crdt-sync protocol.
pub mod crdt_wire;
mod db;
/// Event log — CRDT-persisted append-only log of every pipeline stage transition.
pub(crate) mod event_log;
/// Gateway mode — multi-project reverse proxy that fronts multiple project containers.
pub mod gateway;
mod gateway_relay;