Files
2025-11-30 08:33:56 +08:00

18 lines
646 B
JSON

{
"name": "full-stack-orchestration",
"description": "End-to-end feature orchestration with testing, security, performance, and deployment",
"version": "1.2.1",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./plugins/full-stack-orchestration/agents/test-automator.md",
"./plugins/full-stack-orchestration/agents/security-auditor.md",
"./plugins/full-stack-orchestration/agents/performance-engineer.md",
"./plugins/full-stack-orchestration/agents/deployment-engineer.md"
],
"commands": [
"./plugins/full-stack-orchestration/commands/full-stack-feature.md"
]
}