// E2E test module entry point
//
// This file serves as the integration test entry point for the e2e module.
// Rust requires either tests/e2e.rs or tests/e2e/main.rs to recognize
// the e2e directory as a test crate.
// Infrastructure verification tests (Plan 07-04)
// True E2E integration tests (Plan 07-05)
// Token tracking tests (Plan 08-03)
// TUI snapshot tests (Plan 07.1-01)
// Eval command tests (Plan 09-03)
// Eval integration tests with fake Claude (Plan 10-UAT)
// Include fake_claude_lib for scenario builder access
// Re-export for test convenience
pub use ;
pub use *;