/** * Phase 3 — Persistent HNSW (ADR-125) * * Verifies that: * - `HNSWIndex.serialize()` / `deserialize()` round-trip correctly. * - `MemoryService` close → reopen on the same dbPath recovers all entries * AND the HNSW index (Acceptance Criterion #3). * - A corrupt sidecar emits `health.persistence = 'corrupt'` and the service * falls back to fresh state without throwing. * - Snapshot-every-N triggers a sidecar mtime update once the threshold is hit. */ export {}; //# sourceMappingURL=hnsw-persistence.test.d.ts.map