pub mod change;
pub mod fact;
pub mod operation;
pub mod scope;
pub use change::{ChangeLog, ChangeType};
pub use fact::{ContentHash, EmbeddingVector, FactId, MetadataMap, StoredFact};
pub use operation::{FactOperation, IngestionOutcome, ModificationResult, RetrievalResult};
pub use scope::{ScopeFilter, ScopeIdentifiers};