{ "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", "commands": [ { "name": "multi-agent-setup", "description": "Quick setup for multi-agent collaboration" }, { "name": "setup-agents", "description": "Full interactive multi-agent setup" } ] }