- 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
64 lines
1.4 KiB
Markdown
64 lines
1.4 KiB
Markdown
---
|
|
id: WHYNOT-WP-0001
|
|
type: workplan
|
|
title: "Bootstrap State Hub integration"
|
|
domain: infotech
|
|
repo: whynot-design
|
|
status: finished
|
|
owner: codex
|
|
topic_slug: custodian
|
|
created: "2026-06-22"
|
|
updated: "2026-06-22"
|
|
---
|
|
|
|
# Bootstrap State Hub integration
|
|
|
|
The neutral, mostly-black-and-white visual language for **whynot** — Tegwick's prototype and market-signal organisation.
|
|
|
|
## Review Generated Integration Files
|
|
|
|
```task
|
|
id: WHYNOT-WP-0001-T01
|
|
status: done
|
|
priority: high
|
|
|
|
```
|
|
|
|
Result 2026-06-22: INTENT.md, SCOPE.md, AGENTS.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
|
|
|
|
```
|
|
|
|
Result 2026-06-22: Stack commands already complete.
|
|
|
|
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
|
|
|
|
```
|
|
|
|
Result 2026-06-22: WHYNOT-WP-0002 already exists (designbook stack adapters).
|
|
|
|
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-design
|
|
```
|