Domain model and tooling for citations.
Find a file
tegwick d8b2107c20 chore(consistency): sync task status from DB [auto]
Updated by fix-consistency on 2026-06-22:
  - update .custodian-brief.md for citation-engine
2026-06-22 01:14:49 +02:00
registry Add capability registry scaffold (REUSE-WP-0014-T03 B01) 2026-06-16 01:50:23 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-06-22 01:14:49 +02:00
.gitignore Initial commit 2026-05-24 13:33:51 +00:00
INTENT.md Add MVP Coordination section: code lives in citation-evidence umbrella during MVP 2026-05-24 16:50:59 +02:00
LICENSE Initial commit 2026-05-24 13:33:51 +00:00
README.md Point README at citation-evidence umbrella during MVP phase 2026-05-25 00:13:07 +02:00

citation-engine

Domain model and tooling for citations — the shared vocabulary (Document, Selector, Annotation, EvidenceItem, EvidenceLink, EvidenceSet, state enums, branded IDs, canonical text normalization) together with the services and repositories that act on it.

MVP status: INTENT only

During the citation-evidence MVP, code lives upstream in citation-evidence under src/shared/ and src/engine/. This repo currently holds INTENT.md describing what will move here once the engine API stabilises. Until extraction, contract changes belong in citation-evidence/wiki/SharedContracts.md, not here.

The dependency map (citation-evidence/wiki/DependencyMap.md) marks this package as a leaf node: nothing internal depends on anything else.