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
@@ -14,6 +14,7 @@ use bft_json_crdt::op::OpId;
mod active_agents;
mod agent_throttle;
mod event_log;
mod gateway_projects;
mod merge_jobs;
mod test_jobs;
@@ -28,6 +29,7 @@ pub use active_agents::{
pub use agent_throttle::{
delete_agent_throttle, read_agent_throttle, read_all_agent_throttles, write_agent_throttle,
};
pub use event_log::{EventLogEntryRaw, append_event_log_entry, read_all_event_log_entries};
pub use gateway_projects::{
delete_gateway_project, read_all_gateway_projects, read_gateway_project, write_gateway_project,
};