Files
gh-chmouel-claude-code-plug…/.claude-plugin/plugin.json
2025-11-29 18:09:08 +08:00

15 lines
342 B
JSON

{
"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"
]
}