Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:40:21 +08:00
commit 17a685e3a6
89 changed files with 43606 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "multi-agent",
"description": "76-agent automated development system with PR-based workflow, git worktree-based parallel development, runtime testing verification, workflow compliance validation, comprehensive summaries, and quality gates",
"version": "0.0.0-2025.11.28",
"author": {
"name": "michael-harris",
"email": "michael-harris@users.noreply.github.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}