refactor(structure): reorganize codebase into domain-focused modules
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user