paper-trail-acquire
Troisième passe du pipeline cible refondu. Lance la cascade PDF (10 sources : Crossref OA + arXiv + OpenAlex + Unpaywall + HAL + CORE + éditeur par DOI +…
Re-evaluate refs in state `awaiting_rtfm_ocr` via `rtfm check`. Transitions to `page1_validated` if OCR succeeded, or `needs_reacquisition` if OCR failed.
$ npx -y skills add roomi-fields/paper-trail --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/paper-trail-reactivate-ocrContext preview
What this command does when you run it.
Re-evaluate refs in state `awaiting_rtfm_ocr` via `rtfm check`. Transitions to `page1_validated` if OCR succeeded, or `needs_reacquisition` if OCR failed.
description: Re-evaluate refs in state `awaiting_rtfm_ocr` via `rtfm check`. Transitions to `page1_validated` if OCR succeeded, or `needs_reacquisition` if OCR failed.
Polls RTFM (local indexing engine) for refs in state `awaiting_rtfm_ocr` and dispatches them based on the OCR verdict.
/paper-trail:reactivate-ocr /paper-trail:reactivate-ocr --quiet
No other arguments.
Delegates to the worker B :
python -m pipeline reactivate-ocr [--quiet]
For each ref in state `awaiting_rtfm_ocr` :
1. Calls `rtfm check --path <pdf>` via the RTFM CLI 2. Dispatches based on the verdict :
transition to `page1_validated` if validation passes
`needs_reacquisition` for cascade retry
# reactivate-ocr — N refs en awaiting_rtfm_ocr scannées converted N (→ page1_validated) still_pending N missing_in_index N anomaly N ocr_failed N (→ needs_reacquisition) needs_reacq_post_ocr N error N
There's no automatic polling. The skill is invoked manually when the user wants to check OCR progress. RTFM OCR jobs typically take minutes to hours depending on PDF size and queue depth.
Recommendation : run `/paper-trail:reactivate-ocr` at the start of each session to clear refs whose OCR completed in the interim.
> 30 days with no recent RTFM check
Anti-hallucination plugin for academic research in Claude Code. Create literature reviews and papers guaranteed without fabricated citations.
Troisième passe du pipeline cible refondu. Lance la cascade PDF (10 sources : Crossref OA + arXiv + OpenAlex + Unpaywall + HAL + CORE + éditeur par DOI +…
Batch audit of every SOTA in the vault. For each SOTA, identifies refs that are page1_validated (technical OK) but not yet sota_cited_confirmed (content…
Per-citation audit of an academic article (LaTeX or Markdown). Produces RECEIPTS.md classifying each citation as VALID/ADJUST/INVALID/UNVERIFIABLE. Optional…
Audit a SOTA's bibliography. Classify each cited ref by validation state. Optional --purge removes citations to retracted refs from the SOTA (with .bak backup).
Acquire PDFs via the 8-source cascade (11 with opt-in extended sources) for a single ref by slug, or a batch filtered by state. Validates page 1 anti-homonymy…
Inspect a single reference in detail (identity, PDF status, acquisition history with verdicts, citation context in vault, state transitions) and decide its…