From 045461282dcb82bad5c28abd1cd2ee72da4556e5 Mon Sep 17 00:00:00 2001 From: tegwick Date: Thu, 26 Mar 2026 21:03:56 +0100 Subject: [PATCH] chore: add .custodian-brief.md protocol and unblock T07 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - CLAUDE.md: read .custodian-brief.md as Step 1 (offline-safe orientation before MCP call); matches pattern now standard across all domain repos - T07 (Smoke test Temporal): remove stale Docker TLS blocking_reason; status → todo (WSL2 MTU issue resolved by implementing on CoulombCore) Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 10 ++++++++-- workplans/custodian-WP-0001-temporal-backbone.md | 3 +-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 719e9cd..e812c28 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -40,13 +40,19 @@ exposes tools for reading and writing state without touching the API directly. **On receiving your first message — before writing any response text — execute this orientation sequence. Do not greet, do not ask what to do first.** -**Step 1 — Call the State Hub** +**Step 1 — Read the offline-safe brief** +```bash +cat .custodian-brief.md +``` +This always works — no MCP, no network required. + +**Step 1b — Call the State Hub for richer context** (skip if MCP unreachable) ``` get_domain_summary("custodian") # workstreams, blocking decisions, recent progress, SBOM status ``` If the call fails, the API is offline: `cd ~/the-custodian/state-hub && make api` -**Step 1b — Check the agent inbox** +**Step 1c — Check the agent inbox** ``` get_messages(to_agent="activity-core", unread_only=True) ``` diff --git a/workplans/custodian-WP-0001-temporal-backbone.md b/workplans/custodian-WP-0001-temporal-backbone.md index 429d2e9..8f52218 100644 --- a/workplans/custodian-WP-0001-temporal-backbone.md +++ b/workplans/custodian-WP-0001-temporal-backbone.md @@ -32,8 +32,7 @@ tasks: state_hub_task_id: 61cb7426-e0ec-4a52-870d-18a26b3c4f3e - id: T07 title: Smoke test Temporal cluster and UI - status: blocked - blocking_reason: Docker image pulls failing with tls bad-record-MAC errors (network/MTU issue). Images must be pulled on a stable network connection. + status: todo state_hub_task_id: f28a405d-ddcc-44d8-b443-f26f3ab34eaa - id: T08 title: Choose and configure DB migration tool