59 lines
1.3 KiB
Markdown
59 lines
1.3 KiB
Markdown
---
|
|
id: REIN-OW-0001
|
|
type: workplan
|
|
title: "Bootstrap State Hub integration"
|
|
domain: infotech
|
|
repo: rein-openweights
|
|
status: finished
|
|
owner: codex
|
|
topic_slug: custodian
|
|
created: "2026-07-26"
|
|
updated: "2026-07-26"
|
|
state_hub_workstream_id: "e1af194f-d405-4aee-ab82-42ddc5940bcf"
|
|
---
|
|
|
|
# Bootstrap State Hub integration
|
|
|
|
Agentic tool-use harness driving open-weight models via OpenRouter
|
|
|
|
## Review Generated Integration Files
|
|
|
|
```task
|
|
id: REIN-OW-0001-T01
|
|
status: done
|
|
priority: high
|
|
state_hub_task_id: "1254c1aa-a8c8-4e1e-9289-20f9de1b465e"
|
|
```
|
|
|
|
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: REIN-OW-0001-T02
|
|
status: done
|
|
priority: high
|
|
state_hub_task_id: "b3e39838-9273-4d3c-9eac-b9fdf3c35fc2"
|
|
```
|
|
|
|
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: REIN-OW-0001-T03
|
|
status: done
|
|
priority: medium
|
|
state_hub_task_id: "d7dc4378-09b1-459d-9fa5-f49980e294f4"
|
|
```
|
|
|
|
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
|
|
```
|