New notes and workbench edges now emit [[Note#Heading ^block]] or [[#^id]] so vaults stay ingestible without mass relinks. Create-from-profile always opens the wizard; a command can restart it on the current note. Co-authored-by: Cursor <cursoragent@cursor.com>
555 B
555 B
Modul: Graph
Pfad:
src/graph/
Zielgruppe: Entwickler
Übersicht
Graph Building, Traversal, Target Resolution, Report Rendering.
Komponenten
| Datei | Beschreibung |
|---|---|
GraphBuilder.ts |
Baut Graph aus Vault |
GraphIndex.ts |
Indexierung für Traversal |
traverse.ts |
BFS/DFS Traversal |
resolveTarget.ts |
Link → File Auflösung |
renderChainReport.ts |
Report-Rendering |
Siehe auch
- analysis/graphIndex – Graph Index für Chain Inspector