// Copyright 2026 Jay Gowdy
// SPDX-License-Identifier: MIT
//! enclave.
//!
//! Provides generic WSL integration that any enclave app can use:
//! - WSL environment detection and distro enumeration
//! - Managed block injection/removal in shell config files
//! - Shell syntax validation
//! - Higher-level install/uninstall orchestration across distros
//! - Shell integration script generation (export detection, helper functions)
pub use *;
pub use *;