Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:21:59 +08:00
commit ffe7bd4d90
12 changed files with 1910 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"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"
]
}