Complete State Hub bootstrap workplans (WP-0001)
- 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
This commit is contained in:
@@ -1,19 +1,15 @@
|
|||||||
## Stack
|
## Stack
|
||||||
|
|
||||||
<!-- TODO: Fill in language, frameworks, and key dependencies -->
|
- **Language:** Markdown-first control/planning repository (no application runtime)
|
||||||
- **Language:**
|
- **Key deps:** State Hub workplans, agent instructions, optional `registry/` scaffold
|
||||||
- **Key deps:**
|
|
||||||
|
|
||||||
## Dev Commands
|
## Dev Commands
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# TODO: Fill in the standard commands for this repo
|
cat .custodian-brief.md
|
||||||
|
cat INTENT.md
|
||||||
|
ls workplans/
|
||||||
|
|
||||||
# Install dependencies
|
# After workplan edits — from ~/state-hub
|
||||||
|
make fix-consistency REPO=whynot-control
|
||||||
# Run tests
|
|
||||||
|
|
||||||
# Lint / type check
|
|
||||||
|
|
||||||
# Build / package (if applicable)
|
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ type: workplan
|
|||||||
title: "Bootstrap State Hub integration"
|
title: "Bootstrap State Hub integration"
|
||||||
domain: consumer
|
domain: consumer
|
||||||
repo: whynot-control
|
repo: whynot-control
|
||||||
status: ready
|
status: finished
|
||||||
owner: codex
|
owner: codex
|
||||||
topic_slug: consumer
|
topic_slug: consumer
|
||||||
created: "2026-06-22"
|
created: "2026-06-22"
|
||||||
@@ -20,11 +20,14 @@ Whynot control plane.
|
|||||||
|
|
||||||
```task
|
```task
|
||||||
id: WHYNOT-WP-0001-T01
|
id: WHYNOT-WP-0001-T01
|
||||||
status: todo
|
status: done
|
||||||
priority: high
|
priority: high
|
||||||
state_hub_task_id: "64aaa12f-b724-4cfe-8a0b-797209d5f1eb"
|
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`.
|
Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`.
|
||||||
Replace generated placeholders with repo-specific facts where needed.
|
Replace generated placeholders with repo-specific facts where needed.
|
||||||
|
|
||||||
@@ -32,11 +35,14 @@ Replace generated placeholders with repo-specific facts where needed.
|
|||||||
|
|
||||||
```task
|
```task
|
||||||
id: WHYNOT-WP-0001-T02
|
id: WHYNOT-WP-0001-T02
|
||||||
status: todo
|
status: done
|
||||||
priority: high
|
priority: high
|
||||||
state_hub_task_id: "2164991f-c870-4b4e-bebc-147336e2341e"
|
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
|
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
|
those commands in the agent instructions so future coding sessions can verify
|
||||||
changes confidently.
|
changes confidently.
|
||||||
@@ -45,11 +51,14 @@ changes confidently.
|
|||||||
|
|
||||||
```task
|
```task
|
||||||
id: WHYNOT-WP-0001-T03
|
id: WHYNOT-WP-0001-T03
|
||||||
status: todo
|
status: done
|
||||||
priority: medium
|
priority: medium
|
||||||
state_hub_task_id: "0cc23609-4995-46b8-82cb-2b00125b049e"
|
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
|
Create the first implementation workplan for the repository's most important
|
||||||
next change. After workplan file updates, run from `~/state-hub`:
|
next change. After workplan file updates, run from `~/state-hub`:
|
||||||
|
|
||||||
|
|||||||
26
workplans/WHYNOT-WP-0002-beta-signal-intake.md
Normal file
26
workplans/WHYNOT-WP-0002-beta-signal-intake.md
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
id: WHYNOT-WP-0002
|
||||||
|
type: workplan
|
||||||
|
title: "Beta signal intake pipeline"
|
||||||
|
domain: consumer
|
||||||
|
repo: whynot-control
|
||||||
|
status: ready
|
||||||
|
owner: codex
|
||||||
|
topic_slug: consumer
|
||||||
|
created: "2026-06-22"
|
||||||
|
updated: "2026-06-22"
|
||||||
|
---
|
||||||
|
|
||||||
|
# Beta signal intake pipeline
|
||||||
|
|
||||||
|
Structure how prototype signals, betas, and feedback enter the whynot organization.
|
||||||
|
|
||||||
|
## Beta intake pipeline
|
||||||
|
|
||||||
|
```task
|
||||||
|
id: WHYNOT-WP-0002-T01
|
||||||
|
status: todo
|
||||||
|
priority: high
|
||||||
|
```
|
||||||
|
|
||||||
|
Document intake stages from prototype → beta → signal → promotion decision; seed first agent-tasks/ entries.
|
||||||
Reference in New Issue
Block a user