Complete State Hub bootstrap workplans (WP-0001)

- Review integration files; fill SCOPE where templated
- Document dev workflow in stack-and-commands.md
- Seed WP-0002 implementation workplan; mark bootstrap finished
- Hub sync via fix-consistency
This commit is contained in:
2026-06-22 23:35:16 +02:00
parent 3a7a2b286d
commit 7617ca59e2
4 changed files with 60 additions and 128 deletions

View File

@@ -4,7 +4,7 @@ type: workplan
title: "Bootstrap State Hub integration"
domain: infotech
repo: open-reuse
status: ready
status: finished
owner: codex
topic_slug: infotech
created: "2026-06-22"
@@ -20,11 +20,14 @@ Open reuse surface tooling.
```task
id: OPEN-WP-0001-T01
status: todo
status: done
priority: high
state_hub_task_id: "b26b33a6-fb7e-4414-a767-e36aaf37dd80"
```
Result 2026-06-22: Filled SCOPE.md from INTENT.md.
Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`.
Replace generated placeholders with repo-specific facts where needed.
@@ -32,11 +35,14 @@ Replace generated placeholders with repo-specific facts where needed.
```task
id: OPEN-WP-0001-T02
status: todo
status: done
priority: high
state_hub_task_id: "113135c4-8d93-4a23-a2f6-28969378a50e"
```
Result 2026-06-22: Registry workflow documented.
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.
@@ -45,11 +51,14 @@ changes confidently.
```task
id: OPEN-WP-0001-T03
status: todo
status: done
priority: medium
state_hub_task_id: "05abbc01-8e5c-4b06-bf57-e462069b829b"
```
Result 2026-06-22: Created OPEN-WP-0002.
Create the first implementation workplan for the repository's most important
next change. After workplan file updates, run from `~/state-hub`:

View File

@@ -0,0 +1,28 @@
---
id: OPEN-WP-0002
type: workplan
title: "Integration asset registry foundation"
domain: infotech
repo: open-reuse
status: ready
owner: codex
topic_slug: infotech
created: "2026-06-22"
updated: "2026-06-22"
state_hub_workstream_id: "07cec732-6526-48e4-84d0-373e4abcb6d4"
---
# Integration asset registry foundation
Establish registry format for managed OSS integration assets.
## Registry format v0.1
```task
id: OPEN-WP-0002-T01
status: todo
priority: high
state_hub_task_id: "b55b4413-2053-40bd-bee1-d138937f0b4f"
```
Define integration asset schema in `registry/` and document analyze→classify→refactor→maintain loop.