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,57 @@
|
|||
---
|
||||
id: RAPPS-WP-0009
|
||||
type: workplan
|
||||
title: "Inbox suggestion guardrails"
|
||||
domain: financials
|
||||
repo: railiance-apps
|
||||
status: finished
|
||||
owner: codex
|
||||
topic_slug: railiance
|
||||
created: "2026-06-15"
|
||||
updated: "2026-06-15"
|
||||
state_hub_workstream_id: "c214db58-c13a-5951-94b2-2f2e246a673e"
|
||||
---
|
||||
|
||||
> **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`).
|
||||
|
||||
# Inbox suggestion guardrails
|
||||
|
||||
## Apply reuse-surface production guardrails
|
||||
|
||||
```task
|
||||
id: RAPPS-WP-0009-T01
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "b9d86244-e26f-5208-9edd-64b86107be00"
|
||||
```
|
||||
|
||||
Added Railiance01 kubeconfig guardrails to the reuse-surface Makefile targets,
|
||||
documented the production kubeconfig restore path, added `make reuse-smoke`,
|
||||
and corrected stale `RAILIANCE-WP-0007` host/TLS notes to `92.205.62.239`.
|
||||
|
||||
## Document inter-hub rollout verification
|
||||
|
||||
```task
|
||||
id: RAPPS-WP-0009-T02
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "f5f52699-ba36-5f93-b122-5ae600a16947"
|
||||
```
|
||||
|
||||
Added Makefile support for `INTER_HUB_IMAGE_TAG=<sha>` deploy overrides, aligned
|
||||
server dry-run handling, and documented the release inspection, migration
|
||||
boundary, immutable legacy selector guardrail, and v2 API smoke gate in
|
||||
`docs/inter-hub-on-railiance01.md`. The production deploy target now requires an
|
||||
explicit image tag to avoid silently deploying a stale checked-in value.
|
||||
|
||||
## Adopt State Hub task status canon
|
||||
|
||||
```task
|
||||
id: RAPPS-WP-0009-T03
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "d7bfb086-1655-5ed2-add9-ba49b6c81f36"
|
||||
```
|
||||
|
||||
Updated `AGENTS.md` task status examples from the legacy aliases to the
|
||||
canonical `wait`, `todo`, `progress`, `done`, and `cancel` values.
|
||||
Loading…
Add table
Add a link
Reference in a new issue