evidence-source/workplans/ESRC-WP-0004-citation-recovery.md
tegwick cb93c322c0
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s
feat(pdf): extract standalone PDF ingest package (ESRC-WP-0001)
Bootstrap evidence-source from the citation-evidence src/source PDF slice.

- Headless core (src/pdf): ingest/extract/fingerprint, importing domain
  contracts from @citation-evidence/engine/shared (no local copies)
- Browser upload helpers isolated under src/browser behind a ./browser
  entry point, with an eslint boundary keeping the core browser-free
- pnpm/TS/vitest/eslint scaffold; 52 tests (contract + determinism)
- Fixtures resolved from the sibling citation-evidence checkout, not
  duplicated (real PII) — see docs/ADR-0002; suites skip when absent
- Boundary + fixture decisions recorded as docs/ADR-0001 / ADR-0002
- README/SCOPE rewritten; capability.infotech.pdf-evidence-ingest
  registered, NO_CAPABILITIES removed
- Follow-on workplans ESRC-WP-0002..0004 queued; ESRC-WP-0001 finished

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 20:55:28 +02:00

1.3 KiB

id type title domain repo status owner topic_slug created updated spec_refs
ESRC-WP-0004 workplan Local citation recovery and external source discovery hooks infotech evidence-source proposed codex citation_evidence_mvp 2026-07-08 2026-07-08
INTENT.md
README.md

ESRC-WP-0004 — Citation recovery and source discovery hooks

evidence-source's original intent includes recovering citations when a stored selector goes stale and discovering the external source a document was drawn from. This is the largest deferred strand and depends on the anchoring layer's selector model.

Open questions

  • What is the recovery contract — does this repo detect stale selectors, or only provide the re-ingest/re-fingerprint primitives the anchor layer calls?
  • Where does external source discovery (URL/DOI resolution) belong relative to citation-engine and the umbrella?

Sketch

id: ESRC-WP-0004-T01
status: todo
priority: low

Design the recovery boundary with the anchor layer: define what evidence-source owns vs. what stays in anchoring.

id: ESRC-WP-0004-T02
status: todo
priority: low

Prototype re-ingest/re-fingerprint recovery primitives and a discovery hook interface (no network coupling baked into the core).