/** * Tests for the pipeline orchestrator (`runGraph`). * * The orchestrator wires a `GraphLanguageAdapter`'s discoverFiles / * parseProject / walkProject / resolveCallSites + index building + * rule evaluation into a single linear pipeline, with a cache-hit * fast-path and a Wave 4 incremental rebuild path. We drive it with a * synthetic adapter that returns deterministic catalog data so each * branch of `obtainCatalog` is reachable. */ export {}; //# sourceMappingURL=orchestrate.test.d.ts.map