// Obsidian [[wikilinks]] in doc comments are intentional — they link to
// design and reference docs in docs/. Rustdoc doesn't understand them.
//! `luci-core` — shared types, traits, and error handling for Luci.
//!
//! This crate is the foundation of the Luci workspace. Every other crate
//! depends on it. It contains no business logic — only type definitions,
//! trait interfaces, and error types.
//!
//! See [[architecture-overview]] for the crate dependency graph.
pub use ;
pub use ;
pub use FieldId;
pub use ScoreMode;
pub use ;
pub use SegmentId;