generated from coulomb/repo-seed
- Align agent files with on-disk workplan prefixes (infer from workplan ids) - Set workplan domain to registered domain_slug; add topic_slug where applicable - Repair frontmatter delimiter formatting; migrate legacy task status literals - Regenerate AGENTS.md, CLAUDE.md, and .claude/rules from State Hub templates
67 lines
1.7 KiB
Markdown
67 lines
1.7 KiB
Markdown
---
|
|
id: OPS-WP-0001
|
|
type: workplan
|
|
title: "Bootstrap State Hub integration"
|
|
domain: infotech
|
|
repo: ops-hub
|
|
status: finished
|
|
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.
|
|
|
|
## Review Generated Integration Files
|
|
|
|
```task
|
|
id: OPS-WP-0001-T01
|
|
status: done
|
|
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.
|
|
|
|
## Verify Local Developer Workflow
|
|
|
|
```task
|
|
id: OPS-WP-0001-T02
|
|
status: done
|
|
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.
|
|
|
|
## Seed First Real Workplan
|
|
|
|
```task
|
|
id: OPS-WP-0001-T03
|
|
status: done
|
|
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`.
|