From 1c7c6eedf8b963f4b3997fffcbedca9ea75bbe2b 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/rules/session-protocol.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.claude/rules/session-protocol.md b/.claude/rules/session-protocol.md index 7c1242d..f12152f 100644 --- a/.claude/rules/session-protocol.md +++ b/.claude/rules/session-protocol.md @@ -5,6 +5,12 @@ State Hub: http://127.0.0.1:8000 ### Session Protocol **Step 1 — Orient** + +Read the offline-safe brief first: +```bash +cat .custodian-brief.md +``` +Then call the MCP tool for richer context (skip if unreachable): ``` get_domain_summary("custodian") ```