Expand description
doiget link <doi> — resolve a DOI to its arXiv preprint and identity
cluster (#281 item 5: arXiv ↔ published-DOI linking & dedup).
Given a published DOI, this reports whether the same work has a free
arXiv preprint (plus the OpenAlex id and title), so an agent can read
the free full text (doiget text arxiv:<id>) or dedup a preprint against
its journal version without fetching both.
Backed by doiget_core::discovery::resolve_links_for_doi over OpenAlex
(/works?filter=doi:): Tier-1 OA metadata, always-on; never fetches a
PDF. arXiv → DOI (the reverse direction) is a planned follow-up; a
non-DOI ref is rejected.
Functions§
- run
- Run the
linksubcommand.