From 8e01dd75a16c173ba61c50656278ba058b60e4bc Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 24 Apr 2026 10:47:19 +0200 Subject: [PATCH] chore: templates.json im Projektverzeichnis aktualisiert --- web/templates.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/templates.json b/web/templates.json index e93302b..1dff1c5 100644 --- a/web/templates.json +++ b/web/templates.json @@ -1,6 +1,6 @@ [ { - "path": "templates/custom/brainstorming.md", + "path": "../templates/custom/brainstorming.md", "type": "custom", "name": "Brainstorming Assistent", "description": "", @@ -9,7 +9,7 @@ "format": "md" }, { - "path": "templates/user/email_draft.md", + "path": "../templates/user/email_draft.md", "type": "user", "name": "Email Entwurf Assistent", "description": "", @@ -18,7 +18,7 @@ "format": "md" }, { - "path": "templates/system/code_reviewer.json", + "path": "../templates/system/code_reviewer.json", "type": "system", "name": "Code Reviewer", "description": "Analysiert Code auf Qualität, Best Practices und potenzielle Bugs", @@ -33,7 +33,7 @@ "format": "json" }, { - "path": "templates/system/commit_analysis.json", + "path": "../templates/system/commit_analysis.json", "type": "system", "name": "Git Commit Deep Analysis", "description": "Erstellt eine tiefe Analyse der letzten Git-Commits mit technischer und fachlicher Bewertung", @@ -49,7 +49,7 @@ "format": "json" }, { - "path": "templates/system/summarizer.json", + "path": "../templates/system/summarizer.json", "type": "system", "name": "Text Summarizer", "description": "Erstellt präzise Zusammenfassungen von Texten mit konfigurierbarer Länge",