pub type SharedBashState = Arc<Mutex<Option<BashState>>>;
Type alias for the shared bash state - uses tokio::sync::Mutex for async safety
tokio::sync::Mutex
pub struct SharedBashState { /* private fields */ }