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:42 +02:00
parent 210402af45
commit 1a33dfa25c
12 changed files with 562 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
---
id: TEGWICK-WP-0001
type: workplan
title: "Bootstrap State Hub integration"
domain: consumer
repo: tegwick-control
status: ready
owner: codex
topic_slug: consumer
created: "2026-06-22"
updated: "2026-06-22"
state_hub_workstream_id: "04f6614b-960a-45e0-a857-9ddff47c61a9"
---
# Bootstrap State Hub integration
Tegwick control plane.
## Review Generated Integration Files
```task
id: TEGWICK-WP-0001-T01
status: todo
priority: high
state_hub_task_id: "c8b7ef53-7853-47c6-89d0-fe69d9365aec"
```
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: TEGWICK-WP-0001-T02
status: todo
priority: high
state_hub_task_id: "e79a11b9-e538-45ee-af6a-6834637f9ed4"
```
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: TEGWICK-WP-0001-T03
status: todo
priority: medium
state_hub_task_id: "24d03080-7353-4544-b6d1-5aabee8cc2e0"
```
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=tegwick-control
```