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

3
pnpm-lock.yaml generated
View file

@ -17,6 +17,9 @@ importers:
'@citation-evidence/evidence-source':
specifier: link:../evidence-source
version: link:../evidence-source
'@citation-evidence/work':
specifier: link:../citation-work
version: link:../citation-work
jszip:
specifier: ^3.10.1
version: 3.10.1