//! CLI handlers for standalone commands that don't need full program loading
//!
//! These handlers implement: query, docs, cirru, libs, edit, tree subcommands
pub use handle_cirru_command;
pub use ;
pub use handle_docs_command;
pub use handle_edit_command;
pub use handle_libs_command;
pub use handle_query_command;
pub use ;
pub use handle_tree_command;
// Re-export when needed by other modules; keep internal for now to avoid unused-import warnings