lint_project
Scan project documentation to find broken internal links, orphaned files, stale markers (WIP/TODO/FIXME/DRAFT/DEPRECATED), and outdated year references. Optionally filter by project name for targeted audits.
Instructions
Lint project documentation for semantic issues: broken links, orphaned files, stale markers (WIP/TODO/FIXME/DRAFT/DEPRECATED), and stale year references.
Use this tool when the user asks to check doc quality beyond policy compliance, find broken internal links, locate TODO/WIP content, or audit doc hygiene.
Checks:
broken-link (warning): wikilinks [[target]] or markdown links text that resolve to no file
orphan (info): files not linked from any other document (index/readme/moc excluded)
stale-marker (warning): files containing WIP, TODO, FIXME, DRAFT, DEPRECATED, DO NOT USE, OUTDATED
stale-date (info): files mentioning a year that is 2+ years in the past
Optionally filter by project name. If omitted, scans all projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name to lint (omit for all projects) |