//! System and repository context detection
//!//! This module provides runtime context about the system, Claude installation,
//! and current repository. All detection is local (no network calls).
modplatform;modrepo;modsystem;pubuseplatform::Platform;pubuserepo::{GitProvider, RepoContext};pubusesystem::SystemContext;