Audit a --debug-words dump against a markdown file: every recognized word
must land somewhere in its page's markdown. result.missing === 0 is the pass/fail signal.
Parameters
wordsPath: string
path to a --debug-words JSON-lines dump ({page, text, ...} per line)
mdPath: string
path to the markdown file to check the dump against
Audit a --debug-words dump against a markdown file: every recognized word must land somewhere in its page's markdown.
result.missing === 0is the pass/fail signal.