EANCH-WP-0004: HtmlViewer scroll parity and viewer-shell workplan
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s

Export HtmlViewerAdapter from package root, add scrollRequestKey parity,
register finished workplan, update SCOPE.
This commit is contained in:
tegwick 2026-07-09 09:58:41 +02:00
parent 49d9810c93
commit bbeba96173
4 changed files with 119 additions and 5 deletions

View file

@ -51,10 +51,9 @@ Selector *behavior* lives here; selector *type interfaces* live in
During the umbrella-first MVP these belong to the appropriate citation-evidence
subsystem. This repo may depend on **`citation-engine` only** (DependencyMap §4).
### Still deferred (beyond EANCH-WP-0002 / EANCH-WP-0003)
### Still deferred (beyond EANCH-WP-0004)
- `FragmentSelector` (export-only deep links)
- wiring `HtmlViewerAdapter` into `citation-work` / the umbrella review shell
- human-confirmation UI for ambiguous/fuzzy matches
---
@ -81,7 +80,7 @@ subsystem. This repo may depend on **`citation-engine` only** (DependencyMap §4
- Status: active — standalone package consumed by `citation-evidence`
- Implementation: PDF + HTML/Markdown selector paths, stale/orphan/fuzzy resolution,
`PdfViewerAdapter`, and `HtmlViewerAdapter` (`evidence-anchor/dom`)
- Stability: evolving — shared contracts stable; viewer wiring in the umbrella is next
- Stability: evolving — shared contracts stable; HTML/MD wired in `citation-work` ViewerShell
- Usage: internal (consumed by `citation-evidence` during MVP)
---