Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:08:50 +08:00
commit 1442e6b4d9
9 changed files with 676 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "droids",
"description": "Intelligent coding workflow system with automated analysis-code-test-review loop. Coordinates specialized AI agents to handle complex coding tasks with quality assurance.",
"version": "1.0.0",
"author": {
"name": "cheluen"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}