Add State Hub bootstrap workplan and agent integration files

Seed workplans/ with bootstrap workplan to satisfy ADR-001 C-01.
Includes regenerated dev-hub session-protocol and agent instruction files.
This commit is contained in:
2026-06-22 21:44:35 +02:00
parent 7ad6537a36
commit 484b6c6a13
13 changed files with 699 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
---
id: COORDINATION-WP-0001
type: workplan
title: "Bootstrap State Hub integration"
domain: communication
repo: coordination-engine
status: ready
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: todo
priority: high
state_hub_task_id: "95769b93-99ce-4cbd-be90-a41dbb87fda0"
```
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: todo
priority: high
state_hub_task_id: "1c1930c6-8bd7-4979-b0a6-cfa476674129"
```
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: todo
priority: medium
state_hub_task_id: "f74ef97e-8f0a-4d54-b17c-12dcb68ac3f1"
```
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
```