fix(workplans): correct double-prefixed ad-hoc identifier
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

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 <noreply@anthropic.com>

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 2583210@bnt-lap001
Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
This commit is contained in:
codex 2026-08-28 11:05:27 +02:00
parent 7e0ecba24e
commit db7860ec2e

View file

@ -1,5 +1,5 @@
--- ---
id: RAIL-BS-RCLUSTER-WP-ADHOC-2026-07-27 id: RCLUSTER-WP-ADHOC-2026-07-27
type: workplan type: workplan
title: "Knative fail-closed init-container support" title: "Knative fail-closed init-container support"
domain: financials domain: financials
@ -11,12 +11,12 @@ created: "2026-07-27"
updated: "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 ## Enable and verify Knative init containers
```task ```task
id: RAIL-BS-RCLUSTER-WP-ADHOC-2026-07-27-T01 id: RCLUSTER-WP-ADHOC-2026-07-27-T01
status: done status: done
priority: high priority: high
``` ```