fix(workplans): move work-record identifiers onto the repository prefix
Identifiers predating the PREFIX-WP-NNNN convention were rejected by the canon registry, so none of this repository's work records could be registered. One prefix per repository (ADR-007). Existing conforming identifiers keep their numbers where possible; the pre-convention records take the next free numbers rather than renumbering work that was already correct. Projection UUIDs are re-derived from the new canonical ids (ADR-007 decision 2). Nothing was registered on central under the old identifiers, so no hub record is orphaned by this. Refs CUST-WP-0068-T03 Assistant: claude-code Assistant-Model: opus Assistant-Process: 2583210@bnt-lap001 Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
This commit is contained in:
parent
fb72f2cd0c
commit
ff94dfdb27
2 changed files with 20 additions and 20 deletions
59
workplans/REINOW-WP-0002-statehub-bootstrap.md
Normal file
59
workplans/REINOW-WP-0002-statehub-bootstrap.md
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
---
|
||||
id: REINOW-WP-0002
|
||||
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: "fef27383-f041-582d-94eb-3aad7b481149"
|
||||
---
|
||||
|
||||
# Bootstrap State Hub integration
|
||||
|
||||
Agentic tool-use harness driving open-weight models via OpenRouter
|
||||
|
||||
## Review Generated Integration Files
|
||||
|
||||
```task
|
||||
id: REINOW-WP-0002-T01
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "cd686110-4cc5-526e-96cb-96b8e64c4bcb"
|
||||
```
|
||||
|
||||
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: REINOW-WP-0002-T02
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "7cddc3a3-a6ba-5483-8196-0c44b037b5d5"
|
||||
```
|
||||
|
||||
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: REINOW-WP-0002-T03
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "343dc6fb-3284-58d5-8849-ff30dbf8ce30"
|
||||
```
|
||||
|
||||
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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue