/** * E2E Tests for Dispatch/Coordination Flows * * Test files: * - happy-path.test.ts: Normal operation scenarios * - edge-cases.test.ts: Error handling and edge cases * * Uses TestHarness from src/test/ for system wiring. */ // No exports needed - tests are self-contained export {};