gpt skill ergünzt

This commit is contained in:
Christoph Schwörer
2026-08-26 16:54:32 +02:00
parent 844b4e5569
commit affde3a45f
3 changed files with 376 additions and 33 deletions
@@ -0,0 +1,20 @@
{
"type": "object",
"properties": {
"files": {
"type": "array",
"items": {
"type": "object",
"properties": {
"path": { "type": "string", "minLength": 1 },
"content": { "type": "string" }
},
"required": ["path", "content"],
"additionalProperties": false
}
},
"summary": { "type": "string" }
},
"required": ["files", "summary"],
"additionalProperties": false
}