chore(session): read .custodian-brief.md before MCP call in session init
Some checks failed
Build and Publish Container Image / build-and-push (push) Has been cancelled

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-26 17:48:52 +01:00
parent cfa12e978d
commit 926adfb3aa

View File

@@ -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")
```