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

67 lines
1.7 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: finished
2026-06-06 17:50:34 +02:00
owner: codex
topic_slug: inter_hub
created: "2026-06-06"
updated: "2026-06-06"
---
# 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
```
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.
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
```
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: the repo currently has no executable source tree,
dependency manifest, test suite, or build command. `AGENTS.md` records
documentation/workplan verification commands and requires future source work to
add repo-native lint, test, build, and run commands.
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
```
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`.