From 3ba87d9b9b467cb250e9722fca5749144662e32e Mon Sep 17 00:00:00 2001 From: Marc J Saint-jour <82672745+Junebugg1214@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:30:33 -0400 Subject: [PATCH] fix: preserve post-compaction memory sync setting --- src/config/config.schema-regressions.test.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/config/config.schema-regressions.test.ts b/src/config/config.schema-regressions.test.ts index 7b7fd62c3c7..32937e568c1 100644 --- a/src/config/config.schema-regressions.test.ts +++ b/src/config/config.schema-regressions.test.ts @@ -66,6 +66,24 @@ describe("config schema regressions", () => { expect(res.ok).toBe(true); }); + it("accepts memorySearch sync.sessions.postCompactionForce", () => { + const res = validateConfigObject({ + agents: { + defaults: { + memorySearch: { + sync: { + sessions: { + postCompactionForce: false, + }, + }, + }, + }, + }, + }); + + expect(res.ok).toBe(true); + }); + it("accepts safe iMessage remoteHost", () => { const res = validateConfigObject({ channels: {