From f564fe5adf5ecffcee37c9e6e41770860d12c943 Mon Sep 17 00:00:00 2001 From: "Luke K (pr-0f3t)" <2609441+lc0rp@users.noreply.github.com> Date: Thu, 8 Jan 2026 10:41:09 -0500 Subject: [PATCH] Removed compact command changes from elsewhere --- src/auto-reply/commands-registry.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/auto-reply/commands-registry.test.ts b/src/auto-reply/commands-registry.test.ts index 58815ded1..cca2947f9 100644 --- a/src/auto-reply/commands-registry.test.ts +++ b/src/auto-reply/commands-registry.test.ts @@ -18,7 +18,6 @@ describe("commands registry", () => { const specs = listNativeCommandSpecs(); expect(specs.find((spec) => spec.name === "help")).toBeTruthy(); expect(specs.find((spec) => spec.name === "stop")).toBeTruthy(); - expect(specs.find((spec) => spec.name === "compact")).toBeFalsy(); }); it("detects known text commands", () => {