//! Run command implementation
//!
//! This module is deprecated. Use the handler-based architecture in `handlers::run` instead.
//!
//! The run command is now implemented in:
//! - `packages/cli/src/handlers/run.rs` - Handler implementation
//! - `packages/cli/src/commands/run.rs` - Command Args structure