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
e3d5b33522
commit
1bdb6115e5
1 changed files with 5 additions and 10 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
id: ADHOC-2026-08-08
|
||||
id: GROUND-WP-ADHOC-2026-08-08
|
||||
type: workplan
|
||||
title: "RPT-0006 boards/modes disposition and small rules clarifications"
|
||||
domain: consumer
|
||||
|
|
@ -8,7 +8,6 @@ status: finished
|
|||
owner: grok
|
||||
created: "2026-08-08"
|
||||
updated: "2026-08-09"
|
||||
state_hub_workstream_id: "3a4e45a3-2fea-49b7-8104-feb9ec1b521b"
|
||||
---
|
||||
|
||||
# Ad hoc from clay-borg boards & modes panel (GROUND-RPT-0006)
|
||||
|
|
@ -18,10 +17,9 @@ state_hub_workstream_id: "3a4e45a3-2fea-49b7-8104-feb9ec1b521b"
|
|||
## Task: clarify SHARED GROUND mastery uses points
|
||||
|
||||
```task
|
||||
id: ADHOC-2026-08-08-T01
|
||||
id: GROUND-WP-ADHOC-2026-08-08-T01
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "df9fe896-9461-41bb-aab4-620f6c0fdf7d"
|
||||
```
|
||||
|
||||
**Done 2026-08-08.** Modes.csv MODE_COOP: shared score and mastery
|
||||
|
|
@ -30,10 +28,9 @@ penalties use **points**, not card count.
|
|||
## Task: re-tune SCN_02 (was mechanical twin of SCN_01)
|
||||
|
||||
```task
|
||||
id: ADHOC-2026-08-08-T02
|
||||
id: GROUND-WP-ADHOC-2026-08-08-T02
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "2eb85dc8-45ff-4189-8fd2-d4ec8fe5f784"
|
||||
```
|
||||
|
||||
**Done 2026-08-09.** SCN_02 suits retuned; values/titles kept. Note:
|
||||
|
|
@ -44,10 +41,9 @@ re-vendor / re-run twin pin.
|
|||
## Task: optional SCN_04 2p suit pass
|
||||
|
||||
```task
|
||||
id: ADHOC-2026-08-08-T03
|
||||
id: GROUND-WP-ADHOC-2026-08-08-T03
|
||||
status: cancel
|
||||
priority: low
|
||||
state_hub_task_id: "b7e5aaab-c518-40fc-8b10-7645cc25fbd3"
|
||||
```
|
||||
|
||||
**Cancelled 2026-08-09.** Not requested; SCN_04 stays the harder 2p board
|
||||
|
|
@ -56,10 +52,9 @@ by design (double Repair). Reopen only if table feel complains.
|
|||
## Task: consumed_files on modules (process)
|
||||
|
||||
```task
|
||||
id: ADHOC-2026-08-08-T04
|
||||
id: GROUND-WP-ADHOC-2026-08-08-T04
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "09787097-7677-4422-b61f-9930646bbff3"
|
||||
```
|
||||
|
||||
**Done 2026-08-08.** Example on `problem_stress.scoped` + CATALOG rule.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue