fix(workplans): adopt ADR-007 derived identifiers
These workplans carried random pre-ADR-007 identifiers minted by the retired local hub. Central never held them, so C-06 refused them as stale references — which also blocked minting for every other workplan in the repo. Deriving the identifier from the canonical record id (ADR-007 decision 2) takes no identity from anything: the records do not exist on central and the old ids live only in the dying cache. Refs CUST-WP-0068-T06 Assistant: claude-code Assistant-Model: opus Assistant-Process: 2583210@bnt-lap001 Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
This commit is contained in:
parent
dd57e2c3cd
commit
bca478df73
2 changed files with 18 additions and 18 deletions
|
|
@ -26,7 +26,7 @@ tasks:
|
|||
- id: T05
|
||||
status: done
|
||||
title: Retire the gitea variables and close out
|
||||
state_hub_workstream_id: "78d33e10-49dc-41c2-8fbf-475520704f08"
|
||||
state_hub_workstream_id: "ade14e03-98d8-5d0b-88d7-f7774114f050"
|
||||
---
|
||||
|
||||
# KAIZEN-WP-0010 — Migrate package distribution to forgejo
|
||||
|
|
@ -77,7 +77,7 @@ together — a half-migrated doc set is how the next repo gets missed.
|
|||
id: KAIZEN-WP-0010-T01
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "c00cbfde-7cfa-46d3-9e81-73d5c504a78f"
|
||||
state_hub_task_id: "63acba1a-f8e5-584d-9a85-b5e599e23681"
|
||||
```
|
||||
|
||||
**Establish whether kaizen-agentic packages already exist on forgejo.** Check
|
||||
|
|
@ -100,7 +100,7 @@ and never paste a token into the Makefile or documentation.
|
|||
id: KAIZEN-WP-0010-T02
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "3a65ae76-08fe-4535-aebf-c1bdec0860d9"
|
||||
state_hub_task_id: "51ef8a2f-880e-5c93-ac88-c2468453f391"
|
||||
```
|
||||
|
||||
**Publish current versions to the forgejo PyPI index.** Only the versions that
|
||||
|
|
@ -119,7 +119,7 @@ credential request or duplicate upload was necessary.
|
|||
id: KAIZEN-WP-0010-T03
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "872a5464-a985-473d-a65f-099a30b4d1d0"
|
||||
state_hub_task_id: "db50966e-1f3b-5fc0-ad8f-ea55f9b2f881"
|
||||
```
|
||||
|
||||
**Repoint the Makefile and all six docs in one change.** Add
|
||||
|
|
@ -147,7 +147,7 @@ templates, project metadata, and packaged agent guidance.
|
|||
id: KAIZEN-WP-0010-T04
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "f4e40f59-ca22-4dd5-b043-7d69c8cf0be5"
|
||||
state_hub_task_id: "2db93b97-62c6-539b-b0a1-471dd0767014"
|
||||
```
|
||||
|
||||
**Verify a clean install from forgejo on a machine with no cache.** A `pip
|
||||
|
|
@ -167,7 +167,7 @@ Python package reported `1.4.0`.
|
|||
id: KAIZEN-WP-0010-T05
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "c9f9c64f-27d4-41de-a1e8-a01734ce7964"
|
||||
state_hub_task_id: "36e9d767-c4f9-57f2-9be4-8e474d8aab11"
|
||||
```
|
||||
|
||||
**Close out.** Remove any remaining gitea references from operational files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue