Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:47 +08:00
commit c48e30c4a2
53 changed files with 4044 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "taskmaster",
"description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Hamster",
"url": "https://github.com/eyaltoledano/claude-task-master"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}