- 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
68 lines
1.4 KiB
Markdown
68 lines
1.4 KiB
Markdown
---
|
|
id: WHYNOT-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: WHYNOT-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: WHYNOT-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: WHYNOT-WP-0001-T03
|
|
status: done
|
|
priority: medium
|
|
state_hub_task_id: "0cc23609-4995-46b8-82cb-2b00125b049e"
|
|
|
|
```
|
|
|
|
Result 2026-06-22: Created WHYNOT-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
|
|
```
|