Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:09:08 +08:00
commit 763910a8f3
8 changed files with 383 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "bug-hunter",
"description": "A bug hunting workflow with specialized agents for codebase exploration, root cause analysis, and fix validation.",
"version": "1.0.0",
"author": {
"name": "Sid Bidasaria",
"email": "sbidasaria@anthropic.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}