2026-06-06 17:50:34 +02:00
---
id: OPS-WP-0001
type: workplan
title: "Bootstrap State Hub integration"
2026-06-22 23:16:27 +02:00
domain: infotech
2026-06-06 17:50:34 +02:00
repo: ops-hub
2026-07-07 01:49:12 +02:00
status: archived
2026-06-06 17:50:34 +02:00
owner: codex
topic_slug: inter_hub
created: "2026-06-06"
2026-07-07 01:49:12 +02:00
updated: "2026-07-07"
state_hub_workstream_id: "636b6196-742a-4d09-8b8c-152a4686ad35"
2026-06-06 17:50:34 +02:00
---
2026-07-08 20:26:36 +02:00
> **Terminology note:** Historical text in this archived workplan may use the legacy term "workstream". The fleet term is **workplan** (`canon/standards/workplan-terminology-fleet_v0.1.md`).
2026-06-06 17:50:34 +02:00
# Bootstrap State Hub integration
2026-06-22 23:16:27 +02:00
Bootstrap this repo's State Hub integration and replace generated placeholders
with the first concrete `ops-hub` operating frame.
2026-06-06 17:50:34 +02:00
## Review Generated Integration Files
```task
id: OPS-WP-0001-T01
2026-06-22 23:16:27 +02:00
status: done
2026-06-06 17:50:34 +02:00
priority: high
2026-07-07 01:49:12 +02:00
state_hub_task_id: "c102264b-f104-4e04-ae84-3db441e60659"
2026-06-06 17:50:34 +02:00
```
Review `INTENT.md` , `SCOPE.md` , `AGENTS.md` , and `.custodian-brief.md` .
Replace generated placeholders with repo-specific facts where needed.
2026-06-22 23:16:27 +02:00
Completed 2026-06-06: `INTENT.md` , `SCOPE.md` , `AGENTS.md` , and `README.md`
now describe `ops-hub` as the Operations / System 1 Inter-Hub extension.
2026-07-07 01:49:12 +02:00
Refreshed 2026-07-07: filled `.claude/rules/stack-and-commands.md` ,
`architecture.md` , `repo-boundary.md` , updated `SCOPE.md` current state, and
added repo-native dev commands to `AGENTS.md` .
2026-06-06 17:50:34 +02:00
## Verify Local Developer Workflow
```task
id: OPS-WP-0001-T02
2026-06-22 23:16:27 +02:00
status: done
2026-06-06 17:50:34 +02:00
priority: high
2026-07-07 01:49:12 +02:00
state_hub_task_id: "39b276bc-956a-497b-a5d9-f9d5b551aa86"
2026-06-06 17:50:34 +02:00
```
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.
2026-07-07 01:49:12 +02:00
Completed 2026-06-06: initial bootstrap had no source tree.
Refreshed 2026-07-07 after OPS-WP-0002: `pyproject.toml` , `src/ops_hub/` ,
`tests/` , and `Makefile` provide `make test` , `make interhub-gate` , and
`make interhub-bootstrap` targets documented in `AGENTS.md` and
`.claude/rules/stack-and-commands.md` .
2026-06-22 23:16:27 +02:00
2026-06-06 17:50:34 +02:00
## Seed First Real Workplan
```task
id: OPS-WP-0001-T03
2026-06-22 23:16:27 +02:00
status: done
2026-06-06 17:50:34 +02:00
priority: medium
2026-07-07 01:49:12 +02:00
state_hub_task_id: "dbb77b70-076f-4ff5-b77b-16daf683a4c7"
2026-06-06 17:50:34 +02:00
```
Create the first implementation workplan for the repository's most important
next change. After workplan file updates, run from `~/state-hub` :
```bash
make fix-consistency REPO=ops-hub
```
2026-06-22 23:16:27 +02:00
Completed 2026-06-06: seeded
`workplans/OPS-WP-0002-interhub-extension-bootstrap.md` .