Some checks failed
tamq-ci / test (push) Failing after 6s
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a03397-4d51-7fd1-8ff2-946eb22ea2bc
69 lines
1.8 KiB
Markdown
69 lines
1.8 KiB
Markdown
---
|
|
id: TAMQ-WP-0001
|
|
type: workplan
|
|
title: "Bootstrap State Hub integration"
|
|
domain: communication
|
|
repo: tmux-amq
|
|
status: finished
|
|
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
|
|
|
|
Local durable message queue and tmux endpoint runtime for coordinating agent workers across gita-registered repositories.
|
|
|
|
## Review Generated Integration Files
|
|
|
|
```task
|
|
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`.
|
|
Replace generated placeholders with repo-specific facts where needed.
|
|
|
|
Completed during registration: purpose, boundaries, classification, State Hub
|
|
identity, credential routing, and repository-specific instructions were
|
|
reviewed and made concrete.
|
|
|
|
## Verify Local Developer Workflow
|
|
|
|
```task
|
|
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
|
|
those commands in the agent instructions so future coding sessions can verify
|
|
changes confidently.
|
|
|
|
Completed with the uv, pytest, Makefile check, compilation, and CLI smoke
|
|
commands recorded in `AGENTS.md` and `.claude/rules/stack-and-commands.md`.
|
|
|
|
## Seed First Real Workplan
|
|
|
|
```task
|
|
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
|
|
next change. After workplan file updates, run the sync locally from this repo
|
|
checkout:
|
|
|
|
```bash
|
|
statehub fix-consistency
|
|
```
|
|
|
|
Completed by creating `TAMQ-WP-0002`, which owns the explicitly deferred
|
|
coordination-engine adapter boundary.
|