fix(workplans): adopt ADR-007 derived identifiers for unregistered records
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:
parent
4576f45c50
commit
adbcae29e8
2 changed files with 22 additions and 6 deletions
16
WORK-RECORDS.md
Normal file
16
WORK-RECORDS.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Work Records — evidence-anchor
|
||||
|
||||
> Generated by `statehub fix-consistency` (CUST-WP-0061-T04, work-record
|
||||
> stage 3). Do not edit by hand — edit the source file/block listed for
|
||||
> each record and re-run fix-consistency to refresh this index. Archived
|
||||
> workplans are omitted; closed decisions/intakes/engagements stay listed
|
||||
> so recently-resolved work is still visible. [auto]
|
||||
|
||||
| Kind | ID | Status | Lane | Source |
|
||||
| --- | --- | --- | --- | --- |
|
||||
| workplan | EANCH-WP-0004 | finished | — | workplans/EANCH-WP-0004-viewer-shell-dom-wiring.md |
|
||||
| task | EANCH-WP-0004-T01 | done | — | workplans/EANCH-WP-0004-viewer-shell-dom-wiring.md |
|
||||
| task | EANCH-WP-0004-T02 | done | — | workplans/EANCH-WP-0004-viewer-shell-dom-wiring.md |
|
||||
| task | EANCH-WP-0004-T03 | done | — | workplans/EANCH-WP-0004-viewer-shell-dom-wiring.md |
|
||||
| task | EANCH-WP-0004-T04 | done | — | workplans/EANCH-WP-0004-viewer-shell-dom-wiring.md |
|
||||
| task | EANCH-WP-0004-T05 | done | — | workplans/EANCH-WP-0004-viewer-shell-dom-wiring.md |
|
||||
|
|
@ -14,7 +14,7 @@ spec_refs:
|
|||
- SCOPE.md
|
||||
- ../citation-evidence/wiki/SharedContracts.md
|
||||
- src/dom/html-viewer-adapter.tsx
|
||||
state_hub_workstream_id: "e0f10f55-55f2-4fa5-abec-d3d175889e09"
|
||||
state_hub_workstream_id: "9023bbea-1b0c-5081-b5fa-75a94d35d8d2"
|
||||
---
|
||||
|
||||
# EANCH-WP-0004 — Viewer Shell DOM Wiring
|
||||
|
|
@ -33,7 +33,7 @@ HTML/Markdown documents — not only PDFs.
|
|||
id: EANCH-WP-0004-T01
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "aaef0a90-fa94-4a23-9607-a336294033cd"
|
||||
state_hub_task_id: "cb4947c4-8133-5623-bbe8-35fef866ae5b"
|
||||
```
|
||||
|
||||
Add `ingestHtmlFromFile` / `ingestMarkdownFromFile` and `resolveDomViewerHtml`
|
||||
|
|
@ -46,7 +46,7 @@ id: EANCH-WP-0004-T02
|
|||
status: done
|
||||
priority: high
|
||||
depends_on: [T01]
|
||||
state_hub_task_id: "5dae1ce1-c184-4d60-b649-f301968a6cf7"
|
||||
state_hub_task_id: "da068036-f841-5037-a579-37efd54a1f50"
|
||||
```
|
||||
|
||||
Extend `citation-work` `UploadDropzone` to ingest `.html` / `.md` files via
|
||||
|
|
@ -59,7 +59,7 @@ id: EANCH-WP-0004-T03
|
|||
status: done
|
||||
priority: high
|
||||
depends_on: [T02]
|
||||
state_hub_task_id: "0e2148d5-8ea8-4a7b-9436-9c85b9162d88"
|
||||
state_hub_task_id: "ea32ec63-fbf8-5191-a8ad-c1b3b4d73657"
|
||||
```
|
||||
|
||||
Branch `ViewerShell` on `representationType`: PDF → `PdfViewerAdapter`,
|
||||
|
|
@ -73,7 +73,7 @@ id: EANCH-WP-0004-T04
|
|||
status: done
|
||||
priority: medium
|
||||
depends_on: [T03]
|
||||
state_hub_task_id: "d27f4c58-8276-4099-855f-8863a556fd4c"
|
||||
state_hub_task_id: "bc46eb8c-cdb7-5314-ac0e-58b4307a3085"
|
||||
```
|
||||
|
||||
Add `scrollRequestKey` to `HtmlViewerAdapter` so repeat-click re-scroll works
|
||||
|
|
@ -86,7 +86,7 @@ id: EANCH-WP-0004-T05
|
|||
status: done
|
||||
priority: high
|
||||
depends_on: [T04]
|
||||
state_hub_task_id: "ba99b5c0-ca2e-4370-b9b6-48818a8c797e"
|
||||
state_hub_task_id: "4f675571-2bb1-580f-a302-96acbf936241"
|
||||
```
|
||||
|
||||
Tests green in `evidence-source`, `evidence-anchor`, `citation-work`, and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue