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 +…
Inspect a single reference in detail (identity, PDF status, acquisition history with verdicts, citation context in vault, state transitions) and decide its fate. Offers actionable decisions based on the ref's current state.
$ 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-decideContext preview
What this command does when you run it.
Inspect a single reference in detail (identity, PDF status, acquisition history with verdicts, citation context in vault, state transitions) and decide its fate. Offers actionable decisions based on the ref's current state.
description: Inspect a single reference in detail (identity, PDF status, acquisition history with verdicts, citation context in vault, state transitions) and decide its fate. Offers actionable decisions based on the ref's current state.
Pour une ref précise : montre tout ce qui est nécessaire pour décider, et applique la décision.
/paper-trail:decide shannon_1948_mathematical_theory /paper-trail:decide # liste les refs problématiques d'abord
1. **Récupérer toute l'info de la ref** via :
python3 tools/review_problems.py --ref-slug <slug> --output -
(ou affiche directement le contenu du fichier registre `_registry/refs/<slug>.md`
2. **Présenter en français concis** :
failed / page1_failed / success)
mentionnée ? avec extrait de contexte
3. **Demander la décision** via AskUserQuestion. Les options proposées dépendent de l'état :
changé la config réseau)
4. **Appliquer** la décision via :
python3 -m pipeline arbitrate <slug> --decision <X> --reason "<reason>"
5. **Confirmer** : afficher le nouvel état de la ref.
voir le contexte (de quoi parle la SOTA quand elle cite cette ref).
Si l'utilisateur tape `/paper-trail:decide` sans slug :
non `retracted`, non `sota_cited_confirmed`)
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…
Audit the registry via the 19 mechanical invariants (I1-I19). Reports ERROR/WARN/INFO violations. Optional auto-fix for safe ones (I4 path, I6 sha256, I9…