From 29a1c4d5bf5d94142c1df212adb325613702a164 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Sat, 28 Mar 2026 20:03:45 -0400 Subject: [PATCH] =?UTF-8?q?feat:=20promote=20operator=20to=20Layer=202=20?= =?UTF-8?q?=E2=80=94=20provider=20management=20active?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CLI's core job is operating the gateway. Provider hot-swapping is essential, not a future feature. Layer 2 now active: brain management, session clearing, crash recovery. Co-Authored-By: Claude Opus 4.6 (1M context) --- CLAUDE.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 035bb3c..6b6c2d1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -40,15 +40,16 @@ You CAN: - Take notes on patterns and learnings - Read gateway source code to understand issues +You CAN ALSO (Layer 2 — active): +- Hot-swap brain providers (`gateway_brain_set`, `gateway_brain_save`) +- Clear poisoned session history +- Restart gateway on crash +- Decide which provider works best for each mode based on playtest results + You CANNOT: - Modify gateway source code -- Change provider config (agents.yaml) -- Hot-swap brain providers -- Make changes to the Minecraft server - Deploy plugin updates - -### Layer 2 (Future) — Safe Auto-Fix -_When promoted: clear poisoned session history, restart on crash, hot-swap providers._ +- Make direct changes to the Minecraft server (bypass gateway) ### Layer 3 (Future) — Propose Code Changes _When promoted: write diffs to escalation notes for architect review._