Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:00:21 +08:00
commit f5496428cd
50 changed files with 10011 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "ai-toolkit",
"description": "Comprehensive AI-assisted development workflow system with specialized agents, orchestrated commands, and file-based state management",
"version": "0.40.0",
"author": {
"name": "Taylor Huston",
"email": "taylor.a.huston@gmail.com",
"url": "https://github.com/TaylorHuston"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}