Re-exports§
pub use config_commands::handle_config_command;pub use dashboard::check_dashboard_status;pub use dashboard::check_mcp_connections;pub use dashboard::handle_dashboard_command;pub use log_command::handle_log;pub use other::handle_doctor_command;pub use other::handle_init_command;pub use other::handle_search_command;pub use plan_command::execute_and_print as execute_plan_and_print;pub use plan_command::print_plan_result;pub use status_command::handle_status;pub use task_commands::handle_task_command;pub use utils::get_status_badge;pub use utils::merge_metadata;pub use utils::parse_metadata;pub use utils::print_events_summary;pub use utils::print_task_context;pub use utils::print_task_summary;pub use utils::print_task_tree;pub use utils::read_stdin;pub use utils::status_icon;
Modules§
- config_
commands - SQLite-only: These functions operate directly on the
workspace_statetable and are not available in the Neo4j backend. - dashboard
- log_
command - other
- plan_
command - status_
command - suggestions_
commands - SQLite-only: These functions operate on LLM suggestion tables via
crate::llmand are not available in the Neo4j backend. - task_
commands - utils
- Utility functions for CLI handlers