/** * Tests for the version-pinned parity drift detector (PR-1, * mmnto-ai/totem#2069 on top of skeleton #2070). * * The detector is pure + side-effect-free: every filesystem / git seam is * injectable so these tests drive it against synthetic fixtures, NOT the live * cohort. Each invariant from the spec's "Invariants to lock via tests" list * gets a case: pass / warn / fail-under-blocking+strict (the fail-promotion is a * CLI-edge concern — the detector itself only ever returns warn here) / skip on * not-declared / skip on not-a-consumer / skip on floor-unresolved / * no-throw-on-read-failure / never-networks / claim-class-bound (pin currency * only, never content equality). * * Mirrors the temp-file + discriminated-union style of `parity-manifest.test.ts` * and the injected-seam style of `strategy-resolver.test.ts`. */ export {}; //# sourceMappingURL=parity-detect.test.d.ts.map