//! Platform detection for OS and architecture.
/// Detect the current platform target as `(os, arch)`.
///
/// Returns normalized names matching the GitHub release asset naming convention:
/// - OS: `"darwin"` or `"linux"`
/// - Arch: `"arm64"` or `"x86_64"`