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 <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
e9948ac54f
commit
e5f3497337
1 changed files with 4 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
id: ADHOC-2026-08-23
|
id: RPF-WP-ADHOC-2026-08-23
|
||||||
type: workplan
|
type: workplan
|
||||||
title: "Repair apps-pg tenancy evidence declaration"
|
title: "Repair apps-pg tenancy evidence declaration"
|
||||||
domain: financials
|
domain: financials
|
||||||
|
|
@ -9,18 +9,16 @@ owner: codex
|
||||||
topic_slug: railiance
|
topic_slug: railiance
|
||||||
created: "2026-08-23"
|
created: "2026-08-23"
|
||||||
updated: "2026-08-23"
|
updated: "2026-08-23"
|
||||||
state_hub_workstream_id: "e25ba5fa-eaae-5039-8d93-a69c6d837fc4"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# ADHOC-2026-08-23 — apps-pg tenancy evidence declaration
|
# RPF-WP-ADHOC-2026-08-23 — apps-pg tenancy evidence declaration
|
||||||
|
|
||||||
## Attach evidence to the current apps-pg posture
|
## Attach evidence to the current apps-pg posture
|
||||||
|
|
||||||
```task
|
```task
|
||||||
id: ADHOC-2026-08-23-T01
|
id: RPF-WP-ADHOC-2026-08-23-T01
|
||||||
status: done
|
status: done
|
||||||
priority: high
|
priority: high
|
||||||
state_hub_task_id: "c837fccb-54f9-5cf4-b177-153f118147e4"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Added the existing authoritative backup/restore artifact to the top-level
|
Added the existing authoritative backup/restore artifact to the top-level
|
||||||
|
|
@ -34,10 +32,9 @@ this repository's declaration and checks the repository diff.
|
||||||
## Stabilize expired-engagement broker readiness tests
|
## Stabilize expired-engagement broker readiness tests
|
||||||
|
|
||||||
```task
|
```task
|
||||||
id: ADHOC-2026-08-23-T02
|
id: RPF-WP-ADHOC-2026-08-23-T02
|
||||||
status: done
|
status: done
|
||||||
priority: medium
|
priority: medium
|
||||||
state_hub_task_id: "9aeaeb60-9a0c-512a-a791-4bbddca29482"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Full test discovery exposed two WP0025 broker-readiness tests that built a
|
Full test discovery exposed two WP0025 broker-readiness tests that built a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue