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 +…
Batch INGEST across the entire vault. Scans all SOTAs, identifies those with bibliographic sections containing free-text citations, then runs /paper-trail:ingest on each one sequentially. Reports per-SOTA summary at the end. The single batch entry point to make a legacy vault
$ 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-ingest-allContext preview
What this command does when you run it.
Batch INGEST across the entire vault. Scans all SOTAs, identifies those with bibliographic sections containing free-text citations, then runs /paper-trail:ingest on each one sequentially. Reports per-SOTA summary at the end. The single batch entry point to make a legacy vault
description: Batch INGEST across the entire vault. Scans all SOTAs, identifies those with bibliographic sections containing free-text citations, then runs /paper-trail:ingest on each one sequentially. Reports per-SOTA summary at the end. The single batch entry point to make a legacy vault fully conform to the paper-trail pipeline.
Variante batch de `/paper-trail:ingest`. Traite tous les SOTAs ayant des sections bibliographiques avec citations en texte libre, en une seule session.
/paper-trail:ingest-all # dry-run par défaut sur tout le vault /paper-trail:ingest-all --apply # applique sur tout /paper-trail:ingest-all --pattern "*tempo*" # filtre par nom de SOTA
1. **Vérifie git initialisé** (sinon refuse).
2. **Scan global** :
python3 -m pipeline ingest --all
Liste les SOTAs avec sections bibliographiques candidates et leur nombre. Présente le tableau à l'utilisateur.
3. **Demande confirmation** avant de lancer le batch :
resolution + dédup + substitutions).
4. **Pour chaque SOTA** (séquentiel, pour éviter conflit git) :
`ingest --extract-only` → sub-agent → `ingest --citations-json --apply`
5. **Récap final** : tableau par SOTA + totaux :
SOTA new reused subst errors SOTA_Beat_Tracking 3 0 3 0 SOTA_Bernard_Bel_Temperaments 12 2 14 1 ... Total N N N N
6. **Étape suivante** : propose de lancer `pipeline run --loop` (cascade sur les nouvelles refs candidates), puis `/paper-trail:audit-all` (audit claim ↔ PDF).
sauvegarder la progression (SOTAs déjà traités) dans `plans/ingest_all_<date>.md`. La reprise re-démarre au SOTA suivant.
candidate (toutes les citations sont déjà en wikilinks), skip silencieusement.
« Retracted » volontairement ignorées.
les 5 SOTAs avec ETA.
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…