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",
|
"type": "custom",
|
||||||
"name": "Brainstorming Assistent",
|
"name": "Brainstorming Assistent",
|
||||||
"description": "",
|
"description": "",
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
"format": "md"
|
"format": "md"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "templates/user/email_draft.md",
|
"path": "../templates/user/email_draft.md",
|
||||||
"type": "user",
|
"type": "user",
|
||||||
"name": "Email Entwurf Assistent",
|
"name": "Email Entwurf Assistent",
|
||||||
"description": "",
|
"description": "",
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
"format": "md"
|
"format": "md"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "templates/system/code_reviewer.json",
|
"path": "../templates/system/code_reviewer.json",
|
||||||
"type": "system",
|
"type": "system",
|
||||||
"name": "Code Reviewer",
|
"name": "Code Reviewer",
|
||||||
"description": "Analysiert Code auf Qualität, Best Practices und potenzielle Bugs",
|
"description": "Analysiert Code auf Qualität, Best Practices und potenzielle Bugs",
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
"format": "json"
|
"format": "json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "templates/system/commit_analysis.json",
|
"path": "../templates/system/commit_analysis.json",
|
||||||
"type": "system",
|
"type": "system",
|
||||||
"name": "Git Commit Deep Analysis",
|
"name": "Git Commit Deep Analysis",
|
||||||
"description": "Erstellt eine tiefe Analyse der letzten Git-Commits mit technischer und fachlicher Bewertung",
|
"description": "Erstellt eine tiefe Analyse der letzten Git-Commits mit technischer und fachlicher Bewertung",
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
"format": "json"
|
"format": "json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "templates/system/summarizer.json",
|
"path": "../templates/system/summarizer.json",
|
||||||
"type": "system",
|
"type": "system",
|
||||||
"name": "Text Summarizer",
|
"name": "Text Summarizer",
|
||||||
"description": "Erstellt präzise Zusammenfassungen von Texten mit konfigurierbarer Länge",
|
"description": "Erstellt präzise Zusammenfassungen von Texten mit konfigurierbarer Länge",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue