fix(memory-qmd): write XDG index.yml + legacy compat

This commit is contained in:
Vignesh Natarajan
2026-01-28 00:12:18 -08:00
committed by Vignesh
parent 9be3c27bb7
commit dd8373a424
5 changed files with 53 additions and 4 deletions

View File

@@ -59,6 +59,7 @@ describe("getMemorySearchManager caching", () => {
const second = await getMemorySearchManager({ cfg, agentId: "main" });
expect(first.manager).toBe(second.manager);
// eslint-disable-next-line @typescript-eslint/unbound-method
expect(QmdMemoryManager.create).toHaveBeenCalledTimes(1);
});
});