fix(workplans): migrate archived workplans off the retired RAILIANCE-WP prefix
Completes the migration begun on 2026-08-25, which covered active workplans only. The archived copies kept their historical identifiers, and three repositories shared one number space — so their task identifiers collided, blocking task-level projection reset for those workplans. Numbering continues each repository's active sequence rather than restarting, so no identifier is reused. Projection UUIDs are re-derived from the new canonical ids. Refs CUST-WP-0068, STATE-WP-0083-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
2023d9a9ba
commit
d03edc946c
10 changed files with 122 additions and 122 deletions
|
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
id: RAPPS-WP-0008
|
||||
type: workplan
|
||||
title: "Inter-hub chart handoff"
|
||||
domain: financials
|
||||
repo: railiance-apps
|
||||
status: finished
|
||||
owner: codex
|
||||
topic_slug: railiance
|
||||
created: "2026-06-14"
|
||||
updated: "2026-06-14"
|
||||
state_hub_workstream_id: "1a645a19-17fc-5b13-9a88-f527f148189a"
|
||||
---
|
||||
|
||||
> **Terminology note:** Historical text in this archived workplan may use the legacy term "workstream". The fleet term is **workplan** (`canon/standards/workplan-terminology-fleet_v0.1.md`).
|
||||
|
||||
# Inter-hub chart handoff
|
||||
|
||||
## Add inter-hub chart handoff
|
||||
|
||||
```task
|
||||
id: RAPPS-WP-0008-T01
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "03fc1692-8592-56d8-9656-0ac326cd905a"
|
||||
```
|
||||
|
||||
Added `charts/inter-hub` and `helm/inter-hub-values.yaml` so IHUB-WP-0018 has
|
||||
a concrete Railiance app handoff chart matching the existing railiance-apps
|
||||
layout. The source Inter-Hub repo remains the owner of the runtime app code,
|
||||
workflow, and SOPS secret handoff.
|
||||
Loading…
Add table
Add a link
Reference in a new issue