wiki.lint
Identify orphan entries, broken links, stale sources, and missing cross-references in your wiki. Switch to semantic mode for LLM-driven contradiction and gap analysis.
Instructions
Health-check the wiki: find orphan entries, broken links, stale sources, and missing cross-references. Use lint_mode='semantic' to get an LLM-ready payload for deeper analysis (contradictions, stale claims, missing entity pages, missing cross-references).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lint_mode | No | structural (default): orphans, broken links, stale sources. semantic: returns gathered KB/memory data + a prompt for LLM-driven contradiction and gap analysis. | |
| project_id | No | ||
| project_root | No | ||
| max_kb_entries | No | Max KB entries to include in semantic payload (default 50, max 200) | |
| max_memory_entries | No | Max memory entries to include in semantic payload (default 50, max 200) | |
| content_preview_length | No | Characters of content to include per entry in semantic payload (default 500) |