/** * Tests for `detectStaleManifest` + `staleManifestError` * (mmnto-ai/totem#1811, ADR-101). * * Two parallel paths drive the design: * - Tree-sitter miss + cohort matches (semver-minor) → null detection, * caller falls through to the original `TotemParseError`. * - Tree-sitter miss + cohort missing/mismatched → detection object, * caller surfaces a structured `STALE_MANIFEST` nudge. * * Both paths use a stubbed engine version + manifest reader so the * test does not depend on the real package.json or filesystem. */ export {}; //# sourceMappingURL=stale-manifest.test.d.ts.map