16 lines
410 B
JSON
16 lines
410 B
JSON
{
|
|
"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"
|
|
]
|
|
} |