/** * Tests for the Phase 12 flat-monorepo discovery strategy primitives — * `detectMonorepoLayout`, `partitionFlatRepo`, `selectStrategyForLayout`. * * Pure-function coverage only. The actual subprocess fan-out for * `synthetic-partition` mode (analogous to `runPackagesInParallel`) is * a follow-up wiring change in `graph.ts`; integration validation lives * in Phase 14. */ export {}; //# sourceMappingURL=flat-monorepo-strategy.test.d.ts.map