Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:48 +08:00
commit b79afb344c
15 changed files with 973 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "aitt",
"description": "AI-driven development toolkit with commands and agents for testing, code review, and commit management",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Byborg",
"email": "zhongweili@tubi.tv"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}