From 926adfb3aa84d8687f6928f1cf95ff836fd5ae0d Mon Sep 17 00:00:00 2001 From: tegwick Date: Thu, 26 Mar 2026 17:48:52 +0100 Subject: [PATCH] chore(session): read .custodian-brief.md before MCP call in session init Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index aaf9278..f11069c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -31,6 +31,10 @@ must target the profile, not Keycape or Keycloak incidentals. ### Session Protocol **Start of every session:** +```bash +cat .custodian-brief.md # offline-safe orientation, always read first +``` +Then call for richer context (skip if MCP unreachable): ``` get_domain_summary("netkingdom") ```