fix(workplans): adopt ADR-007 derived identifiers for unregistered records
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

These workplans exist only in the retired local hub. Their random pre-ADR-007
identifiers are refused by C-06 as stale references, so they cannot be
registered. Deriving from the canonical record id takes no identity from
anything: central does not hold them and the old ids die with the cache.

Records central already holds were deliberately left untouched.

Refs CUST-WP-0068-T06

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-25 20:07:52 +02:00
parent d90b0edd84
commit 40a876db99
3 changed files with 20 additions and 20 deletions

View file

@ -17,7 +17,7 @@ planning_priority: high
spec_refs:
- workplans/CE-WP-0010-annotate-attributes-ux.md
- workplans/CE-WP-0003-form-binding-visual-guide.md
state_hub_workstream_id: "e88d43c4-6ad3-4144-aa13-6e33f241cd9d"
state_hub_workstream_id: "dad1cd8d-713f-5705-bc3c-0363aacf7281"
---
# CE-WP-0011 — Attributes guide polish
@ -46,7 +46,7 @@ this workplan covers residual UX and n:m visual guide behaviour.
id: CE-WP-0011-T01
status: done
priority: high
state_hub_task_id: "dd01c991-316f-4c7f-983e-c8990474fd53"
state_hub_task_id: "b7d0237d-3f03-50a5-8a03-c667fa877c77"
```
Normalize `formSchema.title` when loading capture-state from localStorage.
@ -57,7 +57,7 @@ Normalize `formSchema.title` when loading capture-state from localStorage.
id: CE-WP-0011-T02
status: done
priority: high
state_hub_task_id: "9df7737d-ba67-4659-a941-33489d47f45f"
state_hub_task_id: "0c17c153-5975-5f0b-a0b5-c4fa03676eb8"
```
Update `Overlay` to resolve all links via binding service; card right →
@ -69,7 +69,7 @@ field left.
id: CE-WP-0011-T03
status: done
priority: medium
state_hub_task_id: "ed7aa3d5-255f-4b2d-9ef3-945dc7cea4a0"
state_hub_task_id: "41333ee3-06a6-575b-b587-50398f3ac26b"
```
`FormRenderer` header keeps title + filter; add button and add form at bottom.
@ -81,7 +81,7 @@ id: CE-WP-0011-T04
status: done
priority: medium
depends_on: [T01, T02, T03]
state_hub_task_id: "b596cd0d-b3cc-4f50-9242-f0c3e41e99ae"
state_hub_task_id: "2e9f3b4c-782b-507b-aa70-a4ead3296926"
```
Unit/DOM coverage; mark workplan finished.