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 <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:
parent
7e0ecba24e
commit
db7860ec2e
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue