From 8445c9a5e84fd6ce7621f6ac9ed05568640b6bfd Mon Sep 17 00:00:00 2001 From: Luke <2609441+lc0rp@users.noreply.github.com> Date: Thu, 8 Jan 2026 10:33:11 -0500 Subject: [PATCH] Removing stray commits --- src/auto-reply/command-detection.test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/auto-reply/command-detection.test.ts b/src/auto-reply/command-detection.test.ts index 98cfbd568..2c1eefb12 100644 --- a/src/auto-reply/command-detection.test.ts +++ b/src/auto-reply/command-detection.test.ts @@ -48,9 +48,6 @@ describe("control command parsing", () => { expect(hasControlCommand("/status")).toBe(true); expect(hasControlCommand("/status:")).toBe(true); expect(hasControlCommand("status")).toBe(false); - expect(hasControlCommand("/compact")).toBe(true); - expect(hasControlCommand("/compact:")).toBe(true); - expect(hasControlCommand("compact")).toBe(false); }); it("requires commands to be the full message", () => {