Files
2025-11-29 18:08:50 +08:00

14 lines
348 B
JSON

{
"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"
]
}