//! Platform detection and installation guidance
//!
//! Provides OS-specific detection for platform-dependent behavior.
/// Detected platform type
///
/// This enum is `pub(crate)` because it is only used internally by
/// platform-specific helpers (e.g. clipboard handling). External code
/// should rely on higher-level helpers rather than matching on platform.