PS: Broken Link Checker
The check-broken-links.ps1 script ensures the integrity of the knowledge graph by identifying links that point to non-existent notes.
Functional Checks
- Link Extraction: Scans all
.mdfiles for wikilink patterns. - Existence Verification: Cross-references every target against the actual filenames in
01_Wiki/and02_System/.
Usage
powershell.exe -ExecutionPolicy Bypass -File 02_System/check-broken-links.ps1
Output
Returns a list of "Dead Links" along with their source file, allowing for rapid repair of the knowledge graph.