What's changed
- Fix: the
ngramfloor (minimum 3) is now enforced only in contiguous mode, wherengramis used.check(..., mode="subsequence", ngram=1)succeeds instead of raising — subsequence mode now truly ignoresngram, as documented (with a regression test; ADR-0011 amended). - Docs: the RAG agent integration guide now gives whole-answer verbatim reuse and verbatim paraphrasing (
mode="subsequence") equal standing alongside quotation verification, and introduces verbatim paraphrasing as a concept distinct from semantic paraphrase.
Full changelog: v0.1.2.post2...v0.1.3