refactor(structure): reorganize codebase into domain-focused modules

This commit is contained in:
teernisse
2026-03-06 15:22:42 -05:00
parent 4d41d74ea7
commit bf977eca1a
78 changed files with 8704 additions and 6973 deletions

View File

@@ -5,5 +5,9 @@ pub mod embedding;
pub mod gitlab;
pub mod ingestion;
pub mod search;
#[cfg(test)]
pub mod test_support;
pub mod timeline;
pub mod xref;
pub use core::{Config, LoreError, Result};