meldestelle/.junie
Stefan Mogeritsch a454e6c97a docs: restructure domain documentation and update references
Implemented a standardized folder structure for domain documentation to improve clarity and maintainability. Migrated existing files to the new structure, updated links in related documentation, and added README files for navigation and guidance.
2026-01-15 13:44:49 +01:00
..
scripts docs: restructure domain documentation and update references 2026-01-15 13:44:49 +01:00
vale/MoCode docs(ci): Front-Matter + CI-Docs + YT-Sync vorbereitet (MP-7) 2025-10-22 11:11:10 +02:00
README.md tooling: make .junie/.gemini docs-first (remove legacy guidelines) 2026-01-13 14:32:49 +01:00

.junie/ Tooling für Docs-as-Code

Dieses Verzeichnis enthält nur Tooling/Guardrails für das Projekt.

Wichtig: Die Single Source of Truth für Projektwissen ist docs/. In .junie/ liegen keine verbindlichen Projektregeln und keine zweite Dokumentationswelt.

Scripts

  • ./.junie/scripts/validate-links.sh

    • Prüft Markdown-Links in docs/**/*.md auf gebrochene relative Links.
    • Schlägt fehl, wenn veraltete Pfade (z.B. docs/00_Domain/, docs/adr/) im Text vorkommen.
  • ./.junie/scripts/check-docs-drift.sh

    • Sehr schlanke Drift-Checks gegen die aktuelle Doku-Struktur (z.B. Konsistenz-Checks in Architektur/ADRs/C4).
  • ./.junie/scripts/markdown-autofix.sh

    • Hilfsscript für Markdown-Formatierung.
  • ./.junie/scripts/render-plantuml.sh

    • Rendern von PlantUML-Diagrammen (wenn genutzt).