- T01: generated files reviewed — INTENT is ratified canon v1.0; SCOPE caveat replaced with review stamp - T02: local verification commands added to AGENTS.md (fix-consistency, agent-harness validate, bridge syntax check, queue YAML parse) - T03: satisfied long ago — BINKY-WP-0002..0004 exist and are hub-synced Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
59 lines
1.6 KiB
Markdown
59 lines
1.6 KiB
Markdown
---
|
|
id: BINKY-WP-0001
|
|
type: workplan
|
|
title: "Bootstrap State Hub integration"
|
|
domain: infotech
|
|
repo: binky-control
|
|
status: done
|
|
owner: codex
|
|
topic_slug: custodian
|
|
created: "2026-07-16"
|
|
updated: "2026-07-16"
|
|
state_hub_workstream_id: "6342819a-0567-4922-8a19-fc9ed68ad6b8"
|
|
---
|
|
|
|
# Bootstrap State Hub integration
|
|
|
|
binky-control is the company control plane ("company brain") for Binky Hedgehog GmbH's transformation into Operational Knowledge GmbH, holding the canon (intent, policies, plans), work queues, and registries that give agents and the solo founder shared situational awareness with executable next steps.
|
|
|
|
## Review Generated Integration Files
|
|
|
|
```task
|
|
id: BINKY-WP-0001-T01
|
|
status: done
|
|
priority: high
|
|
state_hub_task_id: "f348200e-71dc-4188-bab9-bd3699c8cb07"
|
|
```
|
|
|
|
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: BINKY-WP-0001-T02
|
|
status: done
|
|
priority: high
|
|
state_hub_task_id: "26d0b9ff-a75f-4474-b2e5-990eefaeac3b"
|
|
```
|
|
|
|
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: BINKY-WP-0001-T03
|
|
status: done
|
|
priority: medium
|
|
state_hub_task_id: "30562538-d5e8-4355-a422-6da1df2d35c2"
|
|
```
|
|
|
|
Create the first implementation workplan for the repository's most important
|
|
next change. After workplan file updates, run the sync locally from this repo
|
|
checkout:
|
|
|
|
```bash
|
|
statehub fix-consistency
|
|
```
|