// Integration test entry point
mod common;
mod database;
mod edge_cases;
mod integration;
mod mcp;
// CLI consistency tests for CODEX-CORE-001
mod cli_consistency {
include!("integration/cli_consistency_test.rs");
}
// Cognitive features have been moved to the codex-dreams project