2026-07-08 20:55:28 +02:00
|
|
|
---
|
|
|
|
|
id: ESRC-WP-0004
|
|
|
|
|
type: workplan
|
|
|
|
|
title: "Local citation recovery and external source discovery hooks"
|
|
|
|
|
domain: infotech
|
|
|
|
|
repo: evidence-source
|
2026-07-09 01:48:28 +02:00
|
|
|
status: finished
|
2026-07-08 20:55:28 +02:00
|
|
|
owner: codex
|
|
|
|
|
topic_slug: citation_evidence_mvp
|
|
|
|
|
created: "2026-07-08"
|
2026-07-09 01:48:28 +02:00
|
|
|
updated: "2026-07-09"
|
2026-07-08 20:55:28 +02:00
|
|
|
spec_refs:
|
|
|
|
|
- INTENT.md
|
|
|
|
|
- README.md
|
2026-07-09 01:48:28 +02:00
|
|
|
- docs/ADR-0004-citation-recovery-boundary.md
|
2026-07-08 20:56:39 +02:00
|
|
|
state_hub_workstream_id: "2ce8b799-d67c-4dbf-aac5-0ff1f0363d62"
|
2026-07-08 20:55:28 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# 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.
|
|
|
|
|
|
2026-07-09 01:48:28 +02:00
|
|
|
## Decisions (ADR-0004)
|
2026-07-08 20:55:28 +02:00
|
|
|
|
2026-07-09 01:48:28 +02:00
|
|
|
- `evidence-source` owns re-ingest/re-fingerprint, local quote search, and a
|
|
|
|
|
pluggable discovery hook registry (no network in core).
|
|
|
|
|
- Stale selector detection and resolution order stay in `evidence-anchor`.
|
2026-07-08 20:55:28 +02:00
|
|
|
|
|
|
|
|
## Sketch
|
|
|
|
|
|
|
|
|
|
```task
|
|
|
|
|
id: ESRC-WP-0004-T01
|
2026-07-09 01:48:28 +02:00
|
|
|
status: done
|
2026-07-08 20:55:28 +02:00
|
|
|
priority: low
|
2026-07-08 20:56:39 +02:00
|
|
|
state_hub_task_id: "e7ff29b9-f04f-44f5-a23a-b028fc20a80b"
|
2026-07-08 20:55:28 +02:00
|
|
|
```
|
|
|
|
|
Design the recovery boundary with the anchor layer: define what
|
|
|
|
|
`evidence-source` owns vs. what stays in anchoring.
|
|
|
|
|
|
|
|
|
|
```task
|
|
|
|
|
id: ESRC-WP-0004-T02
|
2026-07-09 01:48:28 +02:00
|
|
|
status: done
|
2026-07-08 20:55:28 +02:00
|
|
|
priority: low
|
2026-07-08 20:56:39 +02:00
|
|
|
state_hub_task_id: "88a512d1-70e0-4bfa-b6b0-c1e4e31abb97"
|
2026-07-08 20:55:28 +02:00
|
|
|
```
|
|
|
|
|
Prototype re-ingest/re-fingerprint recovery primitives and a discovery hook
|
2026-07-09 01:48:28 +02:00
|
|
|
interface (no network coupling baked into the core).
|