generated from coulomb/repo-seed
Extract bootstrap logic into src/ops_hub/bootstrap.py with dry-run support, public hub discovery, and unit tests. Update the gate probe to accept public hub listing (200 or 401), document dev commands and architecture, and archive finished OPS-WP-0001 and OPS-WP-0002 workplans.
77 lines
2.1 KiB
Markdown
77 lines
2.1 KiB
Markdown
---
|
|
id: OPS-WP-0001
|
|
type: workplan
|
|
title: "Bootstrap State Hub integration"
|
|
domain: infotech
|
|
repo: ops-hub
|
|
status: archived
|
|
owner: codex
|
|
topic_slug: inter_hub
|
|
created: "2026-06-06"
|
|
updated: "2026-07-07"
|
|
state_hub_workstream_id: "636b6196-742a-4d09-8b8c-152a4686ad35"
|
|
---
|
|
|
|
# Bootstrap State Hub integration
|
|
|
|
Bootstrap this repo's State Hub integration and replace generated placeholders
|
|
with the first concrete `ops-hub` operating frame.
|
|
|
|
## Review Generated Integration Files
|
|
|
|
```task
|
|
id: OPS-WP-0001-T01
|
|
status: done
|
|
priority: high
|
|
state_hub_task_id: "c102264b-f104-4e04-ae84-3db441e60659"
|
|
```
|
|
|
|
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`.
|
|
|
|
## Verify Local Developer Workflow
|
|
|
|
```task
|
|
id: OPS-WP-0001-T02
|
|
status: done
|
|
priority: high
|
|
state_hub_task_id: "39b276bc-956a-497b-a5d9-f9d5b551aa86"
|
|
```
|
|
|
|
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`.
|
|
|
|
## Seed First Real Workplan
|
|
|
|
```task
|
|
id: OPS-WP-0001-T03
|
|
status: done
|
|
priority: medium
|
|
state_hub_task_id: "dbb77b70-076f-4ff5-b77b-16daf683a4c7"
|
|
```
|
|
|
|
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`.
|