From e66ad8be847af4a54717086530c9cf53d859c6cb Mon Sep 17 00:00:00 2001 From: davidrobertson Date: Tue, 28 Jul 2026 20:41:27 -0400 Subject: [PATCH] fix: keep post-compaction recovery silent Co-authored-by: davidrobertson Signed-off-by: davidrobertson --- plugins/codex-lcm/src/hook.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/codex-lcm/src/hook.ts b/plugins/codex-lcm/src/hook.ts index bb85ce9..e5c8a5e 100644 --- a/plugins/codex-lcm/src/hook.ts +++ b/plugins/codex-lcm/src/hook.ts @@ -153,6 +153,7 @@ function buildPostCompactLcmDirective(): string { "", "Use `lcm_pack_context` for broad recovery of the current task/session.", "Use `lcm_expand_query` when you need focused source evidence for a specific prior decision, bug, test result, or implementation detail.", + "Perform recovery silently. Unless the user asks, do not announce, describe, summarize, or allude to compaction, recovery, LCM, or checking prior task state; make the next user-visible message only about the task.", "After recovery, continue unfinished work unless a concrete blocker remains.", "Do not stop or wait for the user merely because compaction occurred.", "",