Compare commits

...

2 Commits

Author SHA1 Message Date
926adfb3aa 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>
2026-03-26 17:48:52 +01:00
cfa12e978d chore(consistency): sync task status from DB [auto]
Updated by fix-consistency on 2026-03-26:
  - update .custodian-brief.md for key-cape
2026-03-26 17:47:47 +01:00
2 changed files with 22 additions and 0 deletions

18
.custodian-brief.md Normal file
View File

@@ -0,0 +1,18 @@
<!-- custodian-brief: generated by fix-consistency — do not edit manually -->
# Custodian Brief — key-cape
**Domain:** (unknown)
**Last synced:** 2026-03-26 16:47 UTC
**State Hub:** http://127.0.0.1:8000 *(adjust if running on a remote machine)*
## Active Workstreams
*(none — repo may need first-session setup)*
---
## MCP Orientation (when available)
If the state-hub MCP server is reachable, call:
`get_domain_summary("")`
This provides richer cross-domain context.
If the MCP call fails, use this file as your orientation source.

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