14 lines
348 B
JSON
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"
|
|
]
|
|
} |