What problem does it solve?
It prevents broken links, missing reverse edges, inconsistent indexes, and incomplete required metadata from silently degrading your Lumina-Wiki knowledge graph.
Core Features & Use Cases
- Lint-driven wiki quality gate: Runs the repository linter in JSON mode and classifies issues by severity (errors first, then advisory warnings).
- Safe auto-fix with confirmation: Detects which findings are auto-fixable, proposes exactly what would change, applies fixes only after user confirmation, and re-runs lint to verify zero errors.
- Graph and link invariants enforcement: Ensures cross-reference rules and confidence/frontmatter constraints stay consistent, especially after ingest or bulk edits.
Quick Start
Ask the wiki to run a health check by saying: "Use /lumi-check to check the wiki for broken links, missing reverse links, and index issues."