16 lines
400 B
JSON
16 lines
400 B
JSON
{
|
|
"name": "research-plan-build",
|
|
"description": "Comprehensive workflow tools for codebase research, planning, and implementation with specialized agents for Django/Python projects",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Simon Kelly",
|
|
"email": "skelly@dimagi.com",
|
|
"url": "https://github.com/dimagi"
|
|
},
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |