diff --git a/WORK-RECORDS.md b/WORK-RECORDS.md new file mode 100644 index 0000000..7054b92 --- /dev/null +++ b/WORK-RECORDS.md @@ -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 | diff --git a/workplans/EANCH-WP-0004-viewer-shell-dom-wiring.md b/workplans/EANCH-WP-0004-viewer-shell-dom-wiring.md index b51b7df..9ca6464 100644 --- a/workplans/EANCH-WP-0004-viewer-shell-dom-wiring.md +++ b/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