23 lines
674 B
JSON
23 lines
674 B
JSON
{
|
|
"name": "multi-agent-guide",
|
|
"version": "2.0.0",
|
|
"description": "Multi-agent collaboration framework for complex projects. Sets up agent hierarchies, ownership rules, guardrails, handoff protocols, and CI/CD integration for Claude, Gemini, Codex, and Human agents working together. v2.0 includes consolidated MULTI_AGENT_FRAMEWORK.md template and quick-setup command.",
|
|
"author": {
|
|
"name": "OurDigital",
|
|
"email": "ourdigital@example.com"
|
|
},
|
|
"keywords": [
|
|
"multi-agent",
|
|
"collaboration",
|
|
"guardrails",
|
|
"ownership",
|
|
"ci-cd",
|
|
"project-management",
|
|
"framework",
|
|
"claude",
|
|
"gemini",
|
|
"codex"
|
|
],
|
|
"license": "MIT"
|
|
}
|