Documentation
README
Wiki Lint
Audit the wiki for quality and consistency issues.
Workflow
Step 1: Read the full index
Read memory/wiki/index.md to get the complete page catalog.
Step 2: Check each category
Contradictions
- Scan pages that reference the same entities or concepts
- Flag claims that conflict across pages
- Note which sources support each side
- Recommend resolution (usually: update the older claim with a note)
Stale claims
- Check page frontmatter
updateddates - Flag pages not updated in recent ingests that cover topics where new sources exist
- Identify claims that newer sources have superseded
Orphan pages
- Find pages with no inbound
[[wikilinks]]from other pages - These may be valid standalone pages or may indicate missing cross-references
This is the opening of the README. Read the full README on GitHub.