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:10:10 +02:00
parent 0d921aa2ef
commit 24aad6ec6a
4 changed files with 40 additions and 11 deletions

View file

@ -13,7 +13,7 @@ spec_refs:
- INTENT.md
- README.md
- docs/ADR-0004-citation-recovery-boundary.md
state_hub_workstream_id: "2ce8b799-d67c-4dbf-aac5-0ff1f0363d62"
state_hub_workstream_id: "78db778e-5911-5ed7-be29-c4716fd7929d"
---
# ESRC-WP-0004 — Citation recovery and source discovery hooks
@ -35,7 +35,7 @@ selector model.
id: ESRC-WP-0004-T01
status: done
priority: low
state_hub_task_id: "e7ff29b9-f04f-44f5-a23a-b028fc20a80b"
state_hub_task_id: "f4021f19-a899-5888-b8a9-60f4b347ccee"
```
Design the recovery boundary with the anchor layer: define what
`evidence-source` owns vs. what stays in anchoring.
@ -44,7 +44,7 @@ Design the recovery boundary with the anchor layer: define what
id: ESRC-WP-0004-T02
status: done
priority: low
state_hub_task_id: "88a512d1-70e0-4bfa-b6b0-c1e4e31abb97"
state_hub_task_id: "689239d5-a065-5e16-8672-5dd4bb7f3dbe"
```
Prototype re-ingest/re-fingerprint recovery primitives and a discovery hook
interface (no network coupling baked into the core).