Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:06:07 +08:00
commit 2b8473662a
13 changed files with 1734 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "engineer",
"description": "Comprehensive Software engineering agents specializing in professional spec- and test-driven development of artifacts.",
"version": "0.1.0",
"author": {
"name": "Wieland Brendel",
"email": "wieland.brendel@tue.ellis.eu"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}