Normalize agent instructions and workplan frontmatter (STATE-WP-0067)

- 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
This commit is contained in:
2026-06-22 23:16:27 +02:00
parent cec94ac00f
commit 21bfd5fa49
19 changed files with 819 additions and 25 deletions

View File

@@ -2,9 +2,9 @@
id: OPS-WP-0001
type: workplan
title: "Bootstrap State Hub integration"
domain: inter_hub
domain: infotech
repo: ops-hub
status: ready
status: finished
owner: codex
topic_slug: inter_hub
created: "2026-06-06"
@@ -13,24 +13,28 @@ updated: "2026-06-06"
# Bootstrap State Hub integration
Inter-hub extension for the operations & resiliance subdimension of the orthogonal architecture standard perspective.
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: todo
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: todo
status: done
priority: high
```
@@ -38,11 +42,16 @@ 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: todo
status: done
priority: medium
```
@@ -52,3 +61,6 @@ 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`.