/** * Tests for the `totem doctor --parity` sensor (mmnto-ai/totem-strategy#448, * PR-1 mmnto-ai/totem#2069). * * Drives `checkParity` against real temp dirs with a YAML totem config so the * config-resolution → manifest-resolution → parse → DiagnosticResult mapping is * exercised end-to-end (no mocking of `loadConfig`). Each test writes a local * `totem.yaml` so `resolveConfigPath` never falls through to the global * `~/.totem/` profile (which would make the not-configured case nondeterministic). * * The version-pinned wiring tests write a self-in-tree fixture (`packages/*​/ * package.json`) under the temp dir so the core detector's cohort-floor probe * resolves locally (NEVER networks — the temp dir is not a git repo, so the * origin-remote read fails fast + degrades to the dir/name fallbacks). */ export {}; //# sourceMappingURL=doctor-parity.test.d.ts.map