Skip to main content

Crate contextqa_core

Crate contextqa_core 

Source

Re-exports§

pub use confidence::*;
pub use edge::*;
pub use entity::*;
pub use error::*;
pub use event::*;
pub use graph::*;

Modules§

confidence
Confidence scoring module — transforms raw dependency data into actionable intelligence.
edge
Edge model for the context graph with Bayesian confidence scoring.
entity
Entity model using SCIP-style human-readable, globally-unique symbol strings.
error
event
Event model — append-only mutation log for the context graph.
graph
Materialized context graph with Glean-style immutable fact layering.