From b91a494e5fa4908219a8830a4c7c87727321add7 Mon Sep 17 00:00:00 2001 From: tegwick Date: Fri, 4 Sep 2026 21:08:56 +0200 Subject: [PATCH] Point at the helix-forge topic The repo record moved from topic "custodian" (the register default) to "helix-forge", where these repos belong: they are one loop around HelixForge, and a query for its work should return the loop intact. rmgr sync updates the hub but not the topic id embedded in these files, so the orientation commands here were still querying the old topic. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_0172sgCZEEDJcnQmr4SGDvKa Assistant: claude-code Assistant-Model: opus Assistant-Process: 1361245@bnt-lap001 Assistant-Session: b3b428ef-f3e6-4688-b091-01f71461d66a --- .custodian-brief.md | 2 +- AGENTS.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.custodian-brief.md b/.custodian-brief.md index a80ab95..2ad7afa 100644 --- a/.custodian-brief.md +++ b/.custodian-brief.md @@ -4,7 +4,7 @@ **Project:** hall-of-helix **Domain:** infotech **State Hub:** http://127.0.0.1:8000 -**Topic ID:** `cee7bedf-2b48-46ef-8601-006474f2ad7a` +**Topic ID:** `f39fa2a3-c491-414c-a91b-b4c5fcc6139c` ## Open Workplans diff --git a/AGENTS.md b/AGENTS.md index 129d869..8773e5e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -6,7 +6,7 @@ **Domain:** infotech **Repo slug:** hall-of-helix -**Topic ID:** `cee7bedf-2b48-46ef-8601-006474f2ad7a` +**Topic ID:** `f39fa2a3-c491-414c-a91b-b4c5fcc6139c` **Workplan prefix:** `HOH-WP-` --- @@ -44,7 +44,7 @@ with `make -C ~/state-hub configure-codex WITH_MCP=1`. cat .custodian-brief.md # Active workplans for this domain -curl -s "http://127.0.0.1:8000/workplans/?topic_id=cee7bedf-2b48-46ef-8601-006474f2ad7a&status=active" \ +curl -s "http://127.0.0.1:8000/workplans/?topic_id=f39fa2a3-c491-414c-a91b-b4c5fcc6139c&status=active" \ | python3 -m json.tool # Check inbox