pub type SharedBashState = Arc<Mutex<Option<BashState>>>;
Type alias for shared bash state with async-safe mutex
pub struct SharedBashState { /* private fields */ }