lint-wiki
Procedure
- Walk the vault — collect all
.mdfiles underWiki/,Departments/,Agents/,Skills/,Brands/,Integrations/. - Parse YAML frontmatter; flag schema drift against SchemaConventions.md.
- Build link graph; detect orphans and broken links.
- Compute staleness from
last_synthesized. - Detect duplicate concepts (string distance ≤ 2 on titles).
- Walk
Raw/— flag files with no wiki node citing them. - Verify every file referenced in CLAUDE.md routing table exists.
- Group findings by severity (HIGH / MEDIUM / LOW) per LintingRules.md.
- Write report; append Log entry summarizing counts.