//! Shared test utilities for performance optimization
use PathBuf;
/// Cached binary path for the aperture CLI to avoid repeated compilation
// TODO: Migrate to cargo_bin! macro when LazyLock-compatible
pub static APERTURE_BIN: LazyLock =
new;
/// Test helper to create a command with the cached binary