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
15438dca81
commit
f3e8bf3ab4
1 changed files with 4 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
id: ADHOC-2026-08-22
|
||||
id: RAIL-HO-WP-ADHOC-2026-08-22
|
||||
type: workplan
|
||||
title: "Attend repository owner requests"
|
||||
domain: financials
|
||||
|
|
@ -9,7 +9,6 @@ owner: codex
|
|||
topic_slug: repository-owner-requests
|
||||
created: "2026-08-22"
|
||||
updated: "2026-08-22"
|
||||
state_hub_workstream_id: "2e98ed66-7bbd-56e6-aa1e-79c2bfd81363"
|
||||
---
|
||||
|
||||
# Attend repository owner requests
|
||||
|
|
@ -17,10 +16,9 @@ state_hub_workstream_id: "2e98ed66-7bbd-56e6-aa1e-79c2bfd81363"
|
|||
## Review the RAILIANCE-WP-0024 host recovery contract
|
||||
|
||||
```task
|
||||
id: ADHOC-2026-08-22-T01
|
||||
id: RAIL-HO-WP-ADHOC-2026-08-22-T01
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "e1d6638e-f29f-54c0-aa35-600c60d8eb04"
|
||||
```
|
||||
|
||||
Review the final hash-bound railiance-infra owner assertions, run the named
|
||||
|
|
@ -41,10 +39,9 @@ be rebuilt from the contract and this receipt file.
|
|||
## Resolve the ADR publication cleanup packet
|
||||
|
||||
```task
|
||||
id: ADHOC-2026-08-22-T02
|
||||
id: RAIL-HO-WP-ADHOC-2026-08-22-T02
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "ae783de5-4e6c-547e-89f4-f7af8643568e"
|
||||
```
|
||||
|
||||
Make status metadata honest, identify the canonical source for duplicated
|
||||
|
|
@ -59,10 +56,9 @@ historical repo were notified of the ruling.
|
|||
## Triage the proposed confidential custody transfer
|
||||
|
||||
```task
|
||||
id: ADHOC-2026-08-22-T03
|
||||
id: RAIL-HO-WP-ADHOC-2026-08-22-T03
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "2201d19f-7051-5f86-a7d3-0b3eecc5872d"
|
||||
```
|
||||
|
||||
Check the proposed destination and confidentiality policy, then accept or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue