From db7860ec2e2bda803d5bc6f0a467935e0d98697f Mon Sep 17 00:00:00 2001 From: codex Date: Fri, 28 Aug 2026 11:05:27 +0200 Subject: [PATCH] fix(workplans): correct double-prefixed ad-hoc identifier The requalification script applied its generic ADHOC rule before its RAIL-BS-ADHOC rule, producing RAIL-BS-RCLUSTER-WP-ADHOC-2026-07-27. My validator checked the identifier's shape and not its prefix, and the canon pattern accepts arbitrary prefix segments, so it passed. 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workplans/ADHOC-2026-07-27.md b/workplans/ADHOC-2026-07-27.md index 0d1bc51..8050da0 100644 --- a/workplans/ADHOC-2026-07-27.md +++ b/workplans/ADHOC-2026-07-27.md @@ -1,5 +1,5 @@ --- -id: RAIL-BS-RCLUSTER-WP-ADHOC-2026-07-27 +id: RCLUSTER-WP-ADHOC-2026-07-27 type: workplan title: "Knative fail-closed init-container support" domain: financials @@ -11,12 +11,12 @@ created: "2026-07-27" updated: "2026-07-27" --- -# RAIL-BS-RCLUSTER-WP-ADHOC-2026-07-27 +# RCLUSTER-WP-ADHOC-2026-07-27 ## Enable and verify Knative init containers ```task -id: RAIL-BS-RCLUSTER-WP-ADHOC-2026-07-27-T01 +id: RCLUSTER-WP-ADHOC-2026-07-27-T01 status: done priority: high ```