//! Full enum re-export: gathers all enums here for one-stop import and testing.
//!
//! Authoritative definitions of each enum live in:
//! - unit.rs: ContentType, Language, SourceKind, MemoryStage, MemoryLifecycle, GeneratedBy
//! - understanding.rs: EntityType, GoalStatus, Polarity, EmotionKind, CausalKind
//! - links.rs: LinkType, LinkDirection, MatchDimension, ObservationState, RecallChannel, RetrievalMode, MemoryWarning
// Imported from unit.rs
pub use crate;
// Imported from understanding.rs
pub use crate;
// Imported from links.rs
pub use crate;