refactor: consume @citation-evidence/work for review mode (CWORK-WP-0001 cutover)
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s

Cut review mode over to the extracted citation-work package instead of a local
src/work/ implementation.

- Add @citation-evidence/work as a link: dependency
- Repoint the @work alias (tsconfig + vite) to ../citation-work/src/work and
  allow vite fs access to the sibling
- Remove the local src/work/ implementation (now owned by citation-work)

Typecheck, lint, and the full test suite (51 tests) pass.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
tegwick 2026-07-09 01:49:36 +02:00
parent 7b33f5f35e
commit 57d64c6416
18 changed files with 7 additions and 2143 deletions

View file

@ -22,6 +22,7 @@
"@citation-evidence/engine": "link:../citation-engine",
"@citation-evidence/evidence-source": "link:../evidence-source",
"@citation-evidence/evidence-anchor": "link:../evidence-anchor",
"@citation-evidence/work": "link:../citation-work",
"jszip": "^3.10.1",
"pdfjs-dist": "^4.4.168",
"react": "^18.3.1",