// E2E test entry point. // // Run with: cargo test -p compliance-agent --test e2e // Requires: MongoDB running (set TEST_MONGODB_URI if not default) mod common; mod integration;