Files
coordination-engine/workplans/COORDINATION-WP-0001-statehub-bootstrap.md
tegwick 1aac55e978 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
2026-06-22 23:35:06 +02:00

68 lines
1.5 KiB
Markdown

---
id: COORDINATION-WP-0001
type: workplan
title: "Bootstrap State Hub integration"
domain: communication
repo: coordination-engine
status: finished
owner: codex
topic_slug: communication
created: "2026-06-22"
updated: "2026-06-22"
state_hub_workstream_id: "656d4245-63a0-4022-98a3-e446b133a8d6"
---
# Bootstrap State Hub integration
Coordination engine for inter-repo workflows.
## Review Generated Integration Files
```task
id: COORDINATION-WP-0001-T01
status: done
priority: high
state_hub_task_id: "95769b93-99ce-4cbd-be90-a41dbb87fda0"
```
Result 2026-06-22: Filled SCOPE.md from INTENT.
Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`.
Replace generated placeholders with repo-specific facts where needed.
## Verify Local Developer Workflow
```task
id: COORDINATION-WP-0001-T02
status: done
priority: high
state_hub_task_id: "1c1930c6-8bd7-4979-b0a6-cfa476674129"
```
Result 2026-06-22: Registry-oriented dev 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.
## Seed First Real Workplan
```task
id: COORDINATION-WP-0001-T03
status: done
priority: medium
state_hub_task_id: "f74ef97e-8f0a-4d54-b17c-12dcb68ac3f1"
```
Result 2026-06-22: Created COORDINATION-WP-0002.
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=coordination-engine
```