ops-hub/workplans/archived/260707-OPS-WP-0001-statehub-bootstrap.md

77 lines
2.1 KiB
Markdown
Raw Normal View History

2026-06-06 17:50:34 +02:00
---
id: OPS-WP-0001
type: workplan
title: "Bootstrap State Hub integration"
domain: infotech
2026-06-06 17:50:34 +02:00
repo: ops-hub
status: archived
2026-06-06 17:50:34 +02:00
owner: codex
topic_slug: inter_hub
created: "2026-06-06"
updated: "2026-07-07"
state_hub_workstream_id: "636b6196-742a-4d09-8b8c-152a4686ad35"
2026-06-06 17:50:34 +02:00
---
# Bootstrap State Hub integration
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
status: done
2026-06-06 17:50:34 +02:00
priority: high
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.
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.
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
status: done
2026-06-06 17:50:34 +02:00
priority: high
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.
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-06 17:50:34 +02:00
## Seed First Real Workplan
```task
id: OPS-WP-0001-T03
status: done
2026-06-06 17:50:34 +02:00
priority: medium
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
```
Completed 2026-06-06: seeded
`workplans/OPS-WP-0002-interhub-extension-bootstrap.md`.