From ef1cb4b5fb52edc59efd8fbac1bbb3232adc8045 Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Tue, 26 Aug 2025 20:32:55 -0300 Subject: [PATCH] refactor: resolve module conflict and reorganize meta plugin structure Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) --- src/meta_plugin/mod.rs | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/meta_plugin/mod.rs b/src/meta_plugin/mod.rs index f124c11..ac77f63 100644 --- a/src/meta_plugin/mod.rs +++ b/src/meta_plugin/mod.rs @@ -1,13 +1 @@ -pub mod cwd; -pub mod user; -pub mod shell; -pub mod shell_pid; -pub mod keep_pid; -pub mod hostname; - -pub use cwd::CwdMetaPlugin; -pub use user::UserMetaPlugin; -pub use shell::ShellMetaPlugin; -pub use shell_pid::ShellPidMetaPlugin; -pub use keep_pid::KeepPidMetaPlugin; -pub use hostname::HostnameMetaPlugin; +pub mod system;