Files
2025-11-29 18:21:59 +08:00

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