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>
33 lines
882 B
Markdown
33 lines
882 B
Markdown
# Modul: Mapping
|
||
|
||
> **Pfad:** `src/mapping/`
|
||
> **Zielgruppe:** Entwickler
|
||
|
||
---
|
||
|
||
## Übersicht
|
||
|
||
Semantic Mapping – Section-basierte Gruppierung von Links nach Edge-Typen, Edge-Type-Assignment.
|
||
|
||
---
|
||
|
||
## Komponenten
|
||
|
||
| Datei | Beschreibung |
|
||
|-------|--------------|
|
||
| `semanticMappingBuilder.ts` | Baut Mapping-Blöcke |
|
||
| `mappingExtractor.ts` | Extrahiert existierende Mappings |
|
||
| `mappingBuilder.ts` | Erstellt Mapping-Struktur |
|
||
| `edgeTypeSelector.ts` | Edge-Type-Auswahl (empfohlen via graph_schema) |
|
||
| `updateMappingBlocks.ts` | Aktualisiert Note |
|
||
| `sectionParser.ts` | Section-Parsing |
|
||
| `graphSchema.ts` | Schema-Lookup für Empfehlungen |
|
||
| `folderHelpers.ts` | Ordner-Hilfsfunktionen |
|
||
| `worklistBuilder.ts` | Worklist für Pending Assignments |
|
||
|
||
---
|
||
|
||
## Siehe auch
|
||
|
||
- [06_Konfigurationsdateien_Referenz](../06_Konfigurationsdateien_Referenz.md) – graph_schema
|