From 20b1ad077ff30d7d7acf897ffb917baacaae929f Mon Sep 17 00:00:00 2001 From: tegwick Date: Fri, 4 Sep 2026 21:08:58 +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 082bcc2..c9202a7 100644 --- a/.custodian-brief.md +++ b/.custodian-brief.md @@ -4,7 +4,7 @@ **Project:** pr-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 b52bc20..6dade88 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -6,7 +6,7 @@ **Domain:** infotech **Repo slug:** pr-hall-of-helix -**Topic ID:** `cee7bedf-2b48-46ef-8601-006474f2ad7a` +**Topic ID:** `f39fa2a3-c491-414c-a91b-b4c5fcc6139c` **Workplan prefix:** `PRHOH-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