//! Command implementations
//!
//! This module contains implementations for all CLI subcommands:
//! - kv: Key-Value operations
//! - sql: SQL query execution
//! - vector: Vector operations
//! - hnsw: HNSW index management
//! - columnar: Columnar segment operations