//! Integration test crate entry point for `claude_version`.
//!
//! Includes all integration test modules. Tests invoke the compiled binary
//! via subprocess using `CARGO_BIN_EXE_claude_version`.
//!
//! Add new integration test modules here as phases progress.