fix(init): make shallow init adapt to existing memory structure [LET-7995] (#1417)

This commit is contained in:
Devansh Jain
2026-03-16 17:47:17 -07:00
committed by GitHub
parent f8849c4536
commit 32e042d528
3 changed files with 51 additions and 26 deletions

View File

@@ -77,7 +77,8 @@ describe("init wiring", () => {
memoryDir: "/tmp/test/.memory",
gitContext: "- branch: main\n- status: (clean)",
gitIdentity: "Test User <test@example.com>",
existingMemory: "(empty)",
existingMemoryPaths: [] as string[],
existingMemory: "",
dirListing: "README.md\npackage.json\nsrc",
};