From ca77b4a79fb1c345284c4ca140b2b943e69dfff9 Mon Sep 17 00:00:00 2001 From: repo-manager Date: Mon, 24 Aug 2026 14:16:50 +0200 Subject: [PATCH] chore(registrar): assign State Hub identifiers Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a03397-4d51-7fd1-8ff2-946eb22ea2bc --- workplans/TAMQ-WP-0001-statehub-bootstrap.md | 4 ++++ workplans/TAMQ-WP-0002-coordination-engine-adapter.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/workplans/TAMQ-WP-0001-statehub-bootstrap.md b/workplans/TAMQ-WP-0001-statehub-bootstrap.md index f709580..e5f7663 100644 --- a/workplans/TAMQ-WP-0001-statehub-bootstrap.md +++ b/workplans/TAMQ-WP-0001-statehub-bootstrap.md @@ -9,6 +9,7 @@ owner: codex topic_slug: coulomb-social created: "2026-08-24" updated: "2026-08-24" +state_hub_workstream_id: "099855c3-ce9d-5119-9b13-9dba305cc44b" --- # Bootstrap State Hub integration @@ -21,6 +22,7 @@ Local durable message queue and tmux endpoint runtime for coordinating agent wor id: TAMQ-WP-0001-T01 status: done priority: high +state_hub_task_id: "a77cc3ba-94a6-5dbb-a8c8-2ce389938f79" ``` Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`. @@ -36,6 +38,7 @@ reviewed and made concrete. id: TAMQ-WP-0001-T02 status: done priority: high +state_hub_task_id: "7b6a7a07-215a-595f-99a8-a74711ecd3b7" ``` Identify the repo's install, test, lint, build, and run commands. Add or refine @@ -51,6 +54,7 @@ commands recorded in `AGENTS.md` and `.claude/rules/stack-and-commands.md`. id: TAMQ-WP-0001-T03 status: done priority: medium +state_hub_task_id: "56572bf3-038e-5d6c-a64c-adf2b12c92e5" ``` Create the first implementation workplan for the repository's most important diff --git a/workplans/TAMQ-WP-0002-coordination-engine-adapter.md b/workplans/TAMQ-WP-0002-coordination-engine-adapter.md index f8170e8..7d64d01 100644 --- a/workplans/TAMQ-WP-0002-coordination-engine-adapter.md +++ b/workplans/TAMQ-WP-0002-coordination-engine-adapter.md @@ -9,6 +9,7 @@ owner: codex topic_slug: coulomb-social created: "2026-08-24" updated: "2026-08-24" +state_hub_workstream_id: "48da5fa7-b7bf-5d13-8edc-b90f266e241c" --- # Coordination-engine adapter boundary @@ -23,6 +24,7 @@ workflow/orchestration policy in coordination-engine. id: TAMQ-WP-0002-T01 status: todo priority: high +state_hub_task_id: "a222dab7-edea-58c6-9dab-d684eb65c412" ``` Define request, response, identity, delivery, acknowledgement, retry, and @@ -35,6 +37,7 @@ negotiation and document which system owns each state transition. id: TAMQ-WP-0002-T02 status: wait priority: high +state_hub_task_id: "195db613-05a3-58d8-9e94-2db34920576f" ``` Implement the adapter against the stable socket contract without importing @@ -46,6 +49,7 @@ tmux/control-mode concerns into coordination-engine. This task waits for T01. id: TAMQ-WP-0002-T03 status: wait priority: high +state_hub_task_id: "23c7f6c7-be48-5b6c-b85c-ae05d82cc277" ``` Add end-to-end coverage for delivery, acknowledgement, reconnect, replay,