huskies: merge 1143 story Decouple LLM environmental awareness from chat transport — persona-keyed sessions and a real-time event subscription
This commit is contained in:
@@ -28,6 +28,10 @@ pub(crate) fn spawn_event_bridges(
|
||||
// Audit log subscriber: write one structured line per pipeline transition.
|
||||
crate::pipeline_state::spawn_audit_log_subscriber();
|
||||
|
||||
// Pipeline event bus: initialise before the event-log subscriber so that
|
||||
// real-time broadcasts are ready before the first transition fires.
|
||||
crate::pipeline_event_bus::init();
|
||||
|
||||
// Event log subscriber: persist every transition to the CRDT event log so
|
||||
// the history survives rebuild_and_restart and replicates across nodes.
|
||||
crate::event_log::spawn_event_log_subscriber();
|
||||
|
||||
Reference in New Issue
Block a user