wiki-lint
Wiki Lint
Run a semantic, LLM-powered audit. Lint is what wiki-health is not — it's the tokenful pass that reads pages and reasons about them: contradictions, type drift, undercited claims, missing concept pages, and the narrative interpretation of claim_drift from the latest resweep.
The deterministic structural checks (broken wikilinks, missing frontmatter, broken sources, id mismatches, invalid types, stub pages, entries_count drift, index↔filesystem drift) live in wiki-health. Lint always runs health first as a free preflight — and refuses to run the tokenful semantic pass while structural errors are pending, because reasoning about a wiki with broken links wastes tokens and confuses the model.
Read ${CLAUDE_PLUGIN_ROOT}/references/karpathy-pattern.md once at the start of any lint session.
When to run
- User asks to lint, audit, contradiction-check, or content-quality-check the wiki
wiki-resumereportslast_lintis null or >14 days old- After every ~10–15 ingests as a maintenance cadence
- Before exporting or sharing the wiki with someone else
- After a
wiki-claims-resweeprun, to narrate the drift findings