refactor: resolve module conflict and reorganize meta plugin structure

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-26 20:32:55 -03:00
parent 73f23ff036
commit ef1cb4b5fb

View File

@@ -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;