From 2915003f6d4178e149b06dfb2dfe4ec3e21608ed Mon Sep 17 00:00:00 2001 From: ProtocolWarden <32967198+ProtocolWarden@users.noreply.github.com> Date: Thu, 21 May 2026 04:23:00 -0400 Subject: [PATCH] fix: add closing fence to console-context block in CLAUDE.md Prevents OperatorConsole's context injector from wiping repo-owned content below the managed block on each session start. Co-Authored-By: Claude Sonnet 4.6 --- .console/log.md | 5 +++++ CLAUDE.md | 1 + 2 files changed, 6 insertions(+) diff --git a/.console/log.md b/.console/log.md index 2e54aef..5703f1e 100644 --- a/.console/log.md +++ b/.console/log.md @@ -1,5 +1,10 @@ # Log +## 2026-05-21 — Add closing fence to console-context block + +Added end marker so OperatorConsole only replaces its +managed block and leaves repo-owned content below it untouched. + _Recent decisions, stop points, what changed and why._ --- diff --git a/CLAUDE.md b/CLAUDE.md index 6315a3f..5498521 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -18,3 +18,4 @@ The context file contains your current task, guidelines, backlog, log, and runti After meaningful progress, update `.console/backlog.md` and `.console/log.md`. Do not edit `.console/.context` directly — it is regenerated at each launch. +