//! Core business logic and application state management
//!
//! This module contains the central components that manage application state,
//! buffer management, and service orchestration.
// Core components will be moved here:
// - app_state_container.rs
// - buffer_manager.rs
// - service_container.rs
// - global_state.rs