//! CLI command implementations
pub mod ai;
pub mod auth;
pub mod auth_default;
pub mod auth_list;
pub mod auth_login;
pub mod auth_logout;
pub mod auth_migrate;
pub mod auth_status;
pub mod completion;
pub mod inbox;
pub mod inbox_show;
pub mod skill;
pub mod trust;