citation-work/src/work
tegwick 589b8356b4
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s
Wire HtmlViewerAdapter into ViewerShell for HTML/Markdown documents
UploadDropzone accepts HTML/MD files; ViewerShell routes by
representationType; PendingSelection uses SelectionCapture union.
2026-07-09 09:58:41 +02:00
..
CollectionList.dom.test.tsx feat: extract review-workspace slice into @citation-evidence/work (CWORK-WP-0001) 2026-07-09 01:49:28 +02:00
CollectionList.tsx feat: extract review-workspace slice into @citation-evidence/work (CWORK-WP-0001) 2026-07-09 01:49:28 +02:00
EngineContext.tsx Wire HtmlViewerAdapter into ViewerShell for HTML/Markdown documents 2026-07-09 09:58:41 +02:00
EvidenceFormBody.tsx feat: extract review-workspace slice into @citation-evidence/work (CWORK-WP-0001) 2026-07-09 01:49:28 +02:00
EvidenceSidebar.dom.test.tsx feat: extract review-workspace slice into @citation-evidence/work (CWORK-WP-0001) 2026-07-09 01:49:28 +02:00
EvidenceSidebar.tsx Wire HtmlViewerAdapter into ViewerShell for HTML/Markdown documents 2026-07-09 09:58:41 +02:00
index.ts feat: extract review-workspace slice into @citation-evidence/work (CWORK-WP-0001) 2026-07-09 01:49:28 +02:00
InlineCaptureForm.dom.test.tsx feat: extract review-workspace slice into @citation-evidence/work (CWORK-WP-0001) 2026-07-09 01:49:28 +02:00
InlineCaptureForm.tsx feat: extract review-workspace slice into @citation-evidence/work (CWORK-WP-0001) 2026-07-09 01:49:28 +02:00
README.md feat: extract review-workspace slice into @citation-evidence/work (CWORK-WP-0001) 2026-07-09 01:49:28 +02:00
ReviewShell.tsx feat: extract review-workspace slice into @citation-evidence/work (CWORK-WP-0001) 2026-07-09 01:49:28 +02:00
SessionContext.tsx feat: extract review-workspace slice into @citation-evidence/work (CWORK-WP-0001) 2026-07-09 01:49:28 +02:00
SessionContextInternal.ts feat: extract review-workspace slice into @citation-evidence/work (CWORK-WP-0001) 2026-07-09 01:49:28 +02:00
UploadDropzone.tsx Wire HtmlViewerAdapter into ViewerShell for HTML/Markdown documents 2026-07-09 09:58:41 +02:00
useDebugFlags.ts feat: extract review-workspace slice into @citation-evidence/work (CWORK-WP-0001) 2026-07-09 01:49:28 +02:00
useExportEvidence.ts feat: extract review-workspace slice into @citation-evidence/work (CWORK-WP-0001) 2026-07-09 01:49:28 +02:00
ViewerShell.dom.test.tsx Wire HtmlViewerAdapter into ViewerShell for HTML/Markdown documents 2026-07-09 09:58:41 +02:00
ViewerShell.tsx Wire HtmlViewerAdapter into ViewerShell for HTML/Markdown documents 2026-07-09 09:58:41 +02:00

src/work/ — review workspace package surface

This directory is the extracted home of the review workflow UI: collection pane, viewer shell, evidence sidebar, and annotation capture flow. It is published as the @citation-evidence/work package (barrel: index.ts) and consumed by the citation-evidence umbrella app's review mode.

Extraction completed under CWORK-WP-0001; the umbrella app no longer carries a local src/work/ copy.

Imports from work/ may depend on:

  • @shared/*, @engine/* (from @citation-evidence/engine)
  • @citation-evidence/evidence-anchor
  • @source/* (PDF ingestion + local viewer-url policy)

They may not import from binder- or umbrella-app-owned code. These edges are enforced by eslint-plugin-boundaries.