/** * Tests for `resolveStrategyRoot` (mmnto-ai/totem#1710). * * The resolver is filesystem-driven, so tests construct real temp directories * for the four precedence layers (env / config / sibling / submodule) and * pass `gitRoot` via the test seam to avoid mocking `cross-spawn`. The seam * mirrors `governance.ts`'s `ScaffoldArtifactInternals.exec` pattern: * production callers omit `gitRoot` and the resolver invokes * `resolveGitRoot(cwd)` internally; tests pass it explicitly. */ export {}; //# sourceMappingURL=strategy-resolver.test.d.ts.map