//! Core domain logic, independent of any I/O framework.
//!//! Owns the corpus model, file indexing, embeddings, hybrid search, and the
//! ground (markdown wiki) store, plus the shared types and error type in
//! [`common`].
pubmodcommon;pubmodcorpus;pubmodembeddings;pubmodground;pubmodindexer;pubmodrepository;pubmodsearch;