15 lines
362 B
JSON
15 lines
362 B
JSON
{
|
|
"name": "feature-dev",
|
|
"description": "Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Sid Bidasaria",
|
|
"email": "sbidasaria@anthropic.com"
|
|
},
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |