From 7e0ecba24ea2a942a840a2d0825a692c6232ef8b Mon Sep 17 00:00:00 2001 From: codex Date: Fri, 28 Aug 2026 00:28:23 +0200 Subject: [PATCH] fix(workplans): qualify ad-hoc identifiers with the repository prefix `ADHOC-YYYY-MM-DD` is unique per date but not per repository, so any two repos opening an ad-hoc on the same day collide. The 2026-08-26 fleet projection reset refused 9 records for exactly this reason. Canon (work-record-types_v0.1, CUST-WP-0066) settled the form as `{PREFIX}-WP-ADHOC-YYYY-MM-DD`, filename unchanged, and grandfathered existing ids on the condition they are never *silently* re-derived. This is the explicit migration that clause allows for. The hub id is derived from the record id, so a changed id is a different record: stale state_hub_*_id fields are dropped and fix-consistency re-derives. Co-Authored-By: Claude Opus 5 Assistant: claude-code Assistant-Model: opus Assistant-Process: 2583210@bnt-lap001 Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006 --- workplans/ADHOC-2026-07-27.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/workplans/ADHOC-2026-07-27.md b/workplans/ADHOC-2026-07-27.md index 12bae56..0d1bc51 100644 --- a/workplans/ADHOC-2026-07-27.md +++ b/workplans/ADHOC-2026-07-27.md @@ -1,5 +1,5 @@ --- -id: RAIL-BS-ADHOC-2026-07-27 +id: RAIL-BS-RCLUSTER-WP-ADHOC-2026-07-27 type: workplan title: "Knative fail-closed init-container support" domain: financials @@ -9,18 +9,16 @@ owner: codex topic_slug: railiance created: "2026-07-27" updated: "2026-07-27" -state_hub_workstream_id: "9a77bc91-f457-5545-996f-04f49707f54b" --- -# RAIL-BS-ADHOC-2026-07-27 +# RAIL-BS-RCLUSTER-WP-ADHOC-2026-07-27 ## Enable and verify Knative init containers ```task -id: RAIL-BS-ADHOC-2026-07-27-T01 +id: RAIL-BS-RCLUSTER-WP-ADHOC-2026-07-27-T01 status: done priority: high -state_hub_task_id: "fd47a55b-233d-53ec-8005-7e24b2a98e42" ``` Enable only `kubernetes.podspec-init-containers` in Knative