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>
29 lines
555 B
Markdown
29 lines
555 B
Markdown
# 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](../analysis.md) – Graph Index für Chain Inspector
|