/** * `executeListFiles` — discovery-only `graph --list-files` mode. * * The collaborators (adapter discovery, positional-path resolution, workspace * unit enumeration, adapter selection, error mapping) are mocked: this suite * pins list-files's OWN logic — scope routing, the union/dedup/sort/relativize * pipeline, the json-vs-render seam choice, and the two failure paths * (empty-workspace, mutually-exclusive flags) — not the discovery internals, * which their own packages test. */ export {}; //# sourceMappingURL=list-files.test.d.ts.map