Close REIN-OW-WP-0001-T05: repo attached to Forgejo, registered with State Hub
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
21f9f8b275
commit
1ace67ddab
6 changed files with 319 additions and 5 deletions
59
workplans/REIN-OW-0001-statehub-bootstrap.md
Normal file
59
workplans/REIN-OW-0001-statehub-bootstrap.md
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
---
|
||||
id: REIN-OW-0001
|
||||
type: workplan
|
||||
title: "Bootstrap State Hub integration"
|
||||
domain: infotech
|
||||
repo: rein-openweights
|
||||
status: ready
|
||||
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: todo
|
||||
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: todo
|
||||
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: todo
|
||||
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
|
||||
```
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
id: REIN-OW-WP-0001
|
||||
title: "Bootstrap: minimal open-weight agentic loop"
|
||||
status: active
|
||||
state_hub_workstream_id: "f73c1db1-0364-431f-9b3b-34e84ff2d86b"
|
||||
---
|
||||
|
||||
First working milestone for rein-openweights: prove an agentic tool-use
|
||||
|
|
@ -38,6 +39,7 @@ default (`meta-llama/llama-3.1-70b-instruct`), not hardcoded.
|
|||
id: REIN-OW-WP-0001-T01
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "e13d28f0-b203-4af4-8f32-0a60fbe9eee0"
|
||||
```
|
||||
|
||||
## Task: Minimal agentic loop
|
||||
|
|
@ -57,6 +59,7 @@ mocked at the `httpx`/subprocess boundary.
|
|||
id: REIN-OW-WP-0001-T02
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "4fd66d93-9b83-4418-849b-3ed517e08203"
|
||||
```
|
||||
|
||||
## Task: Success criterion + reporting
|
||||
|
|
@ -73,6 +76,7 @@ this rein family.
|
|||
id: REIN-OW-WP-0001-T03
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "3d23058d-4368-4319-8929-6df294cf1ed5"
|
||||
```
|
||||
|
||||
## Task: Credential brokering
|
||||
|
|
@ -88,17 +92,21 @@ broker this.
|
|||
id: REIN-OW-WP-0001-T04
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "d7d35b1b-8381-4b18-958d-101216439458"
|
||||
```
|
||||
|
||||
## Task: Forgejo repo creation
|
||||
|
||||
This repo is local-only. Create `coulomb/rein-openweights.git` on
|
||||
Forgejo and wire the remote once T02 has something worth pushing —
|
||||
coordinate with the operator (repo creation is not something this
|
||||
session can do unattended).
|
||||
Operator created `coulomb/rein-openweights.git` on Forgejo (stub with
|
||||
LICENSE + README). Local history merged in with
|
||||
`--allow-unrelated-histories` (kept the local README, took the stub's
|
||||
MIT LICENSE — matches the sibling rein repos), pushed to `origin/main`,
|
||||
registered with State Hub (`domain: infotech`, `wp-prefix: REIN-OW`).
|
||||
Repo is no longer local-only.
|
||||
|
||||
```task
|
||||
id: REIN-OW-WP-0001-T05
|
||||
status: todo
|
||||
status: done
|
||||
priority: low
|
||||
state_hub_task_id: "ae2f0032-2be8-42db-9c82-31ce1042a039"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue