mindnet_obsidian/docs/00_Dokumentations_Index.md
Lars 56ae6a2407
Some checks failed
Node.js build / build (20.x) (push) Failing after 8s
Node.js build / build (22.x) (push) Failing after 9s
Write stable block-id links and always start the interview wizard.
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>
2026-08-13 17:25:09 +02:00

112 lines
5.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Mindnet Causal Assistant Dokumentations-Index
> **Version:** 1.0.0
> **Stand:** Januar 2026
> **Plugin:** Mindnet Causal Assistant (Obsidian)
---
## Übersicht
Die Dokumentation ist in **zwei Perspektiven** organisiert:
1. **Nach Modul** technische Inhalte nach Komponenten (Analysis, Interview, Mapping, usw.)
2. **Nach Rolle** gezielte Einstiege für Nutzer, Administratoren, Entwickler, Architekten, Projektleitung
---
## Einstieg nach Rolle
| Rolle | Primäre Dokumente | Kurzbeschreibung |
|-------|-------------------|------------------|
| **Nutzer** | [13_Erfassung_Causal_Ketten](13_Erfassung_Causal_Ketten.md), [01_Benutzerhandbuch](01_Benutzerhandbuch.md), [07_Event_Handler_Commands](07_Event_Handler_Commands.md) | Erfassung & Ketten, Installation, Commands, Troubleshooting |
| **Administrator** | [02_Administratorhandbuch](02_Administratorhandbuch.md), [06_Konfigurationsdateien_Referenz](06_Konfigurationsdateien_Referenz.md), [Interview_Config_Guide](Interview_Config_Guide.md) | Konfiguration, Pfade, Live-Reload, Wartung |
| **Entwickler** | [03_Entwicklerhandbuch](03_Entwicklerhandbuch.md), [04_Architektur](04_Architektur.md), [Module](modules/README.md) | Code-Struktur, Testing, Build, Erweiterungen |
| **Architekt** | [04_Architektur](04_Architektur.md), [02_concepts/03_chain_identification_and_matching](02_concepts/03_chain_identification_and_matching.md) | System-Design, Datenfluss, Konzepte |
| **Projektleitung** | [04_Architektur](04_Architektur.md), [README](../README.md), [STATUS_DOD](../STATUS_DOD.md) | Überblick, Scope, Definition of Done |
| **Systemadmin** | [05_Installation_Deployment](05_Installation_Deployment.md), [02_Administratorhandbuch](02_Administratorhandbuch.md) | Installation, Deployment, Umgebung |
---
## Einstieg nach Modul
| Modul | Pfad | Beschreibung |
|-------|------|--------------|
| **Analysis** | [modules/analysis](modules/analysis.md) | Chain Inspector, Template Matching, Scoring, Findings |
| **Dictionary** | [modules/dictionary](modules/dictionary.md) | Config-Loader, Chain Roles, Chain Templates, Dictionary |
| **Interview** | [modules/interview](modules/interview.md) | Wizard, Loop State, Renderer, Section Key Resolver |
| **Mapping** | [modules/mapping](modules/mapping.md) | Semantic Mapping, Edge Type Selector, Update Mapping Blocks |
| **Parser** | [modules/parser](modules/parser.md) | Edges aus Callouts, Frontmatter, Links |
| **Graph** | [modules/graph](modules/graph.md) | Graph Builder, Traversal, Resolution, Export |
| **Vocabulary** | [modules/vocabulary](modules/vocabulary.md) | Edge Vocabulary, Normalisierung, Aliases |
| **Unresolved Link** | [modules/unresolvedLink](modules/unresolvedLink.md) | Link-Handler, Adoption, Heading-Normalisierung |
| **Workbench** | [modules/workbench](modules/workbench.md) | Chain Workbench, Todo-Generator, Status, Actions |
| **Lint** | [modules/lint](modules/lint.md) | Lint Engine, Rules, Findings |
| **UI** | [modules/ui](modules/ui.md) | Modals, Settings Tab, Entity Picker |
---
## Kern-Dokumente
### Nutzung & Konfiguration
- [13_Erfassung_Causal_Ketten](13_Erfassung_Causal_Ketten.md) **Praxis-Handbuch:** Elemente erfassen und Causal-Ketten schließen
- [01_Benutzerhandbuch](01_Benutzerhandbuch.md) Endnutzer-Workflows, Commands, Einstellungen
- [07_Event_Handler_Commands](07_Event_Handler_Commands.md) alle Commands und Event-Handler
- [02_Administratorhandbuch](02_Administratorhandbuch.md) Plugin-Konfiguration, Pfade, Wartung
- [06_Konfigurationsdateien_Referenz](06_Konfigurationsdateien_Referenz.md) Format aller Config-Dateien, Gewichtung, Analysis Policies
- [Interview_Config_Guide](Interview_Config_Guide.md) interview_config.yaml (Profile, Steps, Loops, WP-26)
### Technik & Konzepte
- [04_Architektur](04_Architektur.md) System-Design, Komponenten, Datenfluss
- [03_Entwicklerhandbuch](03_Entwicklerhandbuch.md) Projekt-Struktur, Build, Testing
- [02_concepts/03_chain_identification_and_matching](02_concepts/03_chain_identification_and_matching.md) Template Matching, Scoring, Confidence
- [02_causal_chain_retrieving](02_causal_chain_retrieving.md) Kausale Ketten-Retrieval
### Operation & Deployment
- [05_Installation_Deployment](05_Installation_Deployment.md) Installation, Deployment
---
## Spezialthemen
- [12_Heading_Block_Link_Recommendation](12_Heading_Block_Link_Recommendation.md) Überschrift vs. Block-Link, Normalisierung, Obsidian-Verhalten
- [09_Workbench_Analysis_Basis](09_Workbench_Analysis_Basis.md) Workbench-Analyse
- [10_Workbench_Findings_Integration](10_Workbench_Findings_Integration.md) Findings-Integration
- [DANGLING_TARGET_CASES](DANGLING_TARGET_CASES.md) Dangling-Target-Fälle
---
## WP-26 Integration
- [06_LH_WP26_Plugin_Integration](06_LH_WP26_Plugin_Integration.md) Lastenheft für WP-26 Plugin-Integration
- [WP26_Plugin_Interface_Specification](WP26_Plugin_Interface_Specification.md) Schnittstellenspezifikation
- [WP26_Implementation_Checklist](WP26_Implementation_Checklist.md) Implementierungs-Checkliste
---
## Reports & Archive
- [CHAIN_INSPECTOR_V042_REPORT](CHAIN_INSPECTOR_V042_REPORT.md) aktuellster Chain Inspector Report
- Weitere Reports: [CHAIN_INSPECTOR_V0_REPORT](CHAIN_INSPECTOR_V0_REPORT.md) … [CHAIN_INSPECTOR_V04_REPORT](CHAIN_INSPECTOR_V04_REPORT.md)
- Legacy: [readme](readme.md), [Handbuch](Handbuch.md), [TESTING_WITH_REAL_VAULT](TESTING_WITH_REAL_VAULT.md)
---
## Vollständigkeits-Checkliste (Stand)
| Bereich | Status |
|---------|--------|
| Module | 14 Module dokumentiert |
| Commands | 11+ Commands |
| Settings | 40+ Settings |
| Config-Dateien | 6 Dateien (edge_vocabulary, graph_schema, interview_config, chain_roles, chain_templates, analysis_policies) |
| Scoring & Gewichtung | Template Matching + Profile + Analysis Policies |
| Heading-Normalisierung | normalizeHeadingForMatch (^Block-ID entfernen, Idempotenz ohne ^) |
---
**Ende des Dokumentations-Index**