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
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
id: REIN-OW-WP-0001
|
||||
id: REINOW-WP-0001
|
||||
title: "Bootstrap: minimal open-weight agentic loop"
|
||||
status: finished
|
||||
state_hub_workstream_id: "f73c1db1-0364-431f-9b3b-34e84ff2d86b"
|
||||
state_hub_workstream_id: "6fbd6531-5e66-519c-9cf2-b987fe7c3c61"
|
||||
---
|
||||
|
||||
First working milestone for rein-openweights: prove an agentic tool-use
|
||||
|
|
@ -36,10 +36,10 @@ round-tripped by that adapter today. Starter model is a `--model`-configurable
|
|||
default (`meta-llama/llama-3.1-70b-instruct`), not hardcoded.
|
||||
|
||||
```task
|
||||
id: REIN-OW-WP-0001-T01
|
||||
id: REINOW-WP-0001-T01
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "e13d28f0-b203-4af4-8f32-0a60fbe9eee0"
|
||||
state_hub_task_id: "f946e384-e965-59d2-a4ec-a9e9265b4131"
|
||||
```
|
||||
|
||||
## Task: Minimal agentic loop
|
||||
|
|
@ -56,10 +56,10 @@ guarded (`_resolve`); tool errors are reported back to the model as a
|
|||
mocked at the `httpx`/subprocess boundary.
|
||||
|
||||
```task
|
||||
id: REIN-OW-WP-0001-T02
|
||||
id: REINOW-WP-0001-T02
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "4fd66d93-9b83-4418-849b-3ed517e08203"
|
||||
state_hub_task_id: "073a4d7d-f9a3-52c0-bdf6-774016ba9e1c"
|
||||
```
|
||||
|
||||
## Task: Success criterion + reporting
|
||||
|
|
@ -73,10 +73,10 @@ rein-aharness/glas-harness's own not-yet-live-run notes elsewhere in
|
|||
this rein family.
|
||||
|
||||
```task
|
||||
id: REIN-OW-WP-0001-T03
|
||||
id: REINOW-WP-0001-T03
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "3d23058d-4368-4319-8929-6df294cf1ed5"
|
||||
state_hub_task_id: "851e1027-53f8-5923-8fa7-a18d002b5597"
|
||||
```
|
||||
|
||||
## Task: Credential brokering
|
||||
|
|
@ -89,10 +89,10 @@ exchange → ambient token → single `kv get`). glas-harness does not
|
|||
broker this.
|
||||
|
||||
```task
|
||||
id: REIN-OW-WP-0001-T04
|
||||
id: REINOW-WP-0001-T04
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "d7d35b1b-8381-4b18-958d-101216439458"
|
||||
state_hub_task_id: "599654f9-63f9-5979-94d1-df9fe4c589e6"
|
||||
```
|
||||
|
||||
## Task: Forgejo repo creation
|
||||
|
|
@ -105,8 +105,8 @@ registered with State Hub (`domain: infotech`, `wp-prefix: REIN-OW`).
|
|||
Repo is no longer local-only.
|
||||
|
||||
```task
|
||||
id: REIN-OW-WP-0001-T05
|
||||
id: REINOW-WP-0001-T05
|
||||
status: done
|
||||
priority: low
|
||||
state_hub_task_id: "ae2f0032-2be8-42db-9c82-31ce1042a039"
|
||||
state_hub_task_id: "efb153cd-3963-5d40-b327-1b1cee793cb6"
|
||||
```
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
id: REIN-OW-0001
|
||||
id: REINOW-WP-0002
|
||||
type: workplan
|
||||
title: "Bootstrap State Hub integration"
|
||||
domain: infotech
|
||||
|
|
@ -9,7 +9,7 @@ owner: codex
|
|||
topic_slug: custodian
|
||||
created: "2026-07-26"
|
||||
updated: "2026-07-26"
|
||||
state_hub_workstream_id: "7ba97da8-3da1-52fe-85d7-eaddb2316788"
|
||||
state_hub_workstream_id: "fef27383-f041-582d-94eb-3aad7b481149"
|
||||
---
|
||||
|
||||
# Bootstrap State Hub integration
|
||||
|
|
@ -19,10 +19,10 @@ Agentic tool-use harness driving open-weight models via OpenRouter
|
|||
## Review Generated Integration Files
|
||||
|
||||
```task
|
||||
id: REIN-OW-0001-T01
|
||||
id: REINOW-WP-0002-T01
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "c3057eb3-62fb-58d5-8f39-cad08427d7de"
|
||||
state_hub_task_id: "cd686110-4cc5-526e-96cb-96b8e64c4bcb"
|
||||
```
|
||||
|
||||
Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`.
|
||||
|
|
@ -31,10 +31,10 @@ Replace generated placeholders with repo-specific facts where needed.
|
|||
## Verify Local Developer Workflow
|
||||
|
||||
```task
|
||||
id: REIN-OW-0001-T02
|
||||
id: REINOW-WP-0002-T02
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "c9138885-6c8f-5279-bda5-0655a4600bba"
|
||||
state_hub_task_id: "7cddc3a3-a6ba-5483-8196-0c44b037b5d5"
|
||||
```
|
||||
|
||||
Identify the repo's install, test, lint, build, and run commands. Add or refine
|
||||
|
|
@ -44,10 +44,10 @@ changes confidently.
|
|||
## Seed First Real Workplan
|
||||
|
||||
```task
|
||||
id: REIN-OW-0001-T03
|
||||
id: REINOW-WP-0002-T03
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "478f12bf-de02-5498-8f37-ff9c96d9f058"
|
||||
state_hub_task_id: "343dc6fb-3284-58d5-8849-ff30dbf8ce30"
|
||||
```
|
||||
|
||||
Create the first implementation workplan for the repository's most important
|
||||
Loading…
Add table
Add a link
Reference in a new issue