Implement EANCH-WP-0002 and EANCH-WP-0003 anchor hardening and DOM selectors
WP-0002: stale vs unresolved resolution, orphaned flag/helper, bounded fuzzy quote recovery, and PdfViewerAdapter promotion with resolveSelectors integration. WP-0003: DomSelectionCapture, DOM create/resolve ladder, HtmlViewerAdapter under evidence-anchor/dom, and finished workplans. Verification: 42 anchor tests, citation-evidence typecheck + 51 tests green.
This commit is contained in:
parent
e4582b52fa
commit
a1af0c6a45
22 changed files with 1118 additions and 105 deletions
|
|
@ -20,7 +20,8 @@
|
|||
".": "./src/index.ts",
|
||||
"./selectors": "./src/selectors/index.ts",
|
||||
"./types": "./src/types.ts",
|
||||
"./pdf": "./src/pdf/index.ts"
|
||||
"./pdf": "./src/pdf/index.ts",
|
||||
"./dom": "./src/dom/index.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "vitest run",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue