1. Install
Or with the Go toolchain:
2. Check the machine
--doctor reports which agent CLIs you are logged into and whether Ollama is
reachable for offline runs. You need one online engine or Ollama.
ok claude session provider
ok ollama responding at http://127.0.0.1:11434
Ready. Run draft --dry-run <source> to check a specific paper.
3. Run your first paper
draft reads the PDF, mines each section for claims, keeps only those whose quote appears verbatim in the source, writes the article from that ledger, and saves it with a per-sentence attribution file and a C2PA manifest.
4. Check the result
This recomputes the digests and confirms the article still matches its ledger.
Add --json for a portable draft.verification-record/v1 receipt a script can
consume. PDFs are not the only input — Markdown, plain text, DOCX and LaTeX
(.tex) work too.
Next: the documentation for the full flag reference, or how grounding works for the verification gate in detail.