whynot-control/workplans/WNCTL-WP-0001-statehub-bootstrap.md
tegwick cadbe22d9e
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
fix(workplans): re-key WHYNOT-WP strays onto WNCTL-WP
WHYNOT-WP belongs to whynot-design (26 ids vs 6 here), ruled by Bernd. The two
repos were cross-blocking in the hub: whynot-design could not claim
whynot-wp-0001 because this repo held it, and this repo could not claim
whynot-wp-0002 because whynot-design held that.

WNCTL-WP is newly registered to this repository. Numbers carry over unchanged
since nothing here used the new prefix. Both files declare repo: whynot-control,
so this is the repo's own work, not inherited template residue.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 2583210@bnt-lap001
Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
2026-08-28 14:15:09 +02:00

67 lines
1.4 KiB
Markdown

---
id: WNCTL-WP-0001
type: workplan
title: "Bootstrap State Hub integration"
domain: consumer
repo: whynot-control
status: finished
owner: codex
topic_slug: consumer
created: "2026-06-22"
updated: "2026-06-22"
state_hub_workstream_id: "e09fd25b-c678-412e-9231-66ce5efc04e8"
---
# Bootstrap State Hub integration
Whynot control plane.
## Review Generated Integration Files
```task
id: WNCTL-WP-0001-T01
status: done
priority: high
state_hub_task_id: "64aaa12f-b724-4cfe-8a0b-797209d5f1eb"
```
Result 2026-06-22: INTENT.md reviewed.
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: WNCTL-WP-0001-T02
status: done
priority: high
state_hub_task_id: "2164991f-c870-4b4e-bebc-147336e2341e"
```
Result 2026-06-22: Control-repo 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: WNCTL-WP-0001-T03
status: done
priority: medium
state_hub_task_id: "0cc23609-4995-46b8-82cb-2b00125b049e"
```
Result 2026-06-22: Created WNCTL-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=whynot-control
```