fix(workplans): move work-record identifiers onto the repository prefix
Some checks failed
ci / validate (push) Has been cancelled
Some checks failed
ci / validate (push) Has been cancelled
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
1c657af28d
commit
baeadb6b23
1 changed files with 8 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
id: GLAS-0001
|
||||
id: GLAS-WP-0011
|
||||
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: "1d2fffbf-c7ef-5204-b7e7-a4e6503ccf98"
|
||||
state_hub_workstream_id: "3f797203-cbec-554d-92dc-910d6e9c70da"
|
||||
---
|
||||
|
||||
# Bootstrap State Hub integration
|
||||
|
|
@ -19,10 +19,10 @@ Meta-framework routing between concrete agent-harness backends (reins)
|
|||
## Review Generated Integration Files
|
||||
|
||||
```task
|
||||
id: GLAS-0001-T01
|
||||
id: GLAS-WP-0011-T01
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "23a04ffc-fd1c-51ae-8015-1992b6d9844b"
|
||||
state_hub_task_id: "e45870cb-2997-55d0-bab1-42a86c8a9003"
|
||||
```
|
||||
|
||||
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: GLAS-0001-T02
|
||||
id: GLAS-WP-0011-T02
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "c9a7b7db-2261-5eb4-9b65-7b9f8e1122a8"
|
||||
state_hub_task_id: "8a678647-9c92-5317-b5f7-b7fd54bc7d64"
|
||||
```
|
||||
|
||||
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: GLAS-0001-T03
|
||||
id: GLAS-WP-0011-T03
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "33d383d1-587f-51fa-9bd6-3a8d40a2034a"
|
||||
state_hub_task_id: "dcb6aaae-72f3-530d-a028-2887670e9cd5"
|
||||
```
|
||||
|
||||
Create the first implementation workplan for the repository's most important
|
||||
Loading…
Add table
Add a link
Reference in a new issue