Skip to main content

Crate ucm_observe

Crate ucm_observe 

Source
Expand description

Observability layer — decision traces + replay debugger.

Every reasoning decision is recorded as a structured trace. Traces can be replayed from the event log to verify determinism.

This is what makes the system auditble. When a developer asks “why did the system recommend testing X?”, the trace contains the full derivation chain.

Re-exports§

pub use replay::*;
pub use trace::*;

Modules§

replay
Replay debugger — re-derive decisions from event log to verify determinism.
trace
Decision trace — structured record of every reasoning decision.