Add State Hub bootstrap workplan and agent integration files

Seed workplans/ with bootstrap workplan to satisfy ADR-001 C-01.
Includes regenerated dev-hub session-protocol and agent instruction files.
This commit is contained in:
2026-06-22 21:44:32 +02:00
parent 2691215f62
commit 08c87dead1
14 changed files with 660 additions and 406 deletions

View File

@@ -0,0 +1,58 @@
---
id: BINECT-WP-0001
type: workplan
title: "Bootstrap State Hub integration"
domain: communication
repo: binect-js
status: ready
owner: codex
topic_slug: communication
created: "2026-06-22"
updated: "2026-06-22"
state_hub_workstream_id: "66b7a60a-8279-4c33-ac6c-b7c8f42cb18b"
---
# Bootstrap State Hub integration
JavaScript/TypeScript wrapper for the Binect REST API.
## Review Generated Integration Files
```task
id: BINECT-WP-0001-T01
status: todo
priority: high
state_hub_task_id: "502743ee-7774-4a06-8287-b8a68527e76f"
```
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: BINECT-WP-0001-T02
status: todo
priority: high
state_hub_task_id: "a98ca0fe-3c7c-4886-a530-62a68ca32c7e"
```
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: BINECT-WP-0001-T03
status: todo
priority: medium
state_hub_task_id: "9a099aee-b374-4af4-af3b-52a2f9b1b649"
```
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=binect-js
```