refactor: rename core module to services

Co-authored-by: aider (openai/andrew/openrouter/google/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-25 14:21:20 -03:00
parent 08ac832da4
commit a203059bb4
12 changed files with 23 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
pub mod common;
pub mod compression_engine;
pub mod config;
pub mod core;
pub mod services;
pub mod db;
pub mod meta_plugin;
pub mod modes;