chore: templates.json im Projektverzeichnis aktualisiert
This commit is contained in:
parent
bd7203bfd2
commit
8e01dd75a1
1 changed files with 5 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue