plugin.json 427 B

12345678910111213141516171819
  1. {
  2. "name": "oac",
  3. "description": "OpenAgents Control - Multi-agent orchestration and automation for Claude Code",
  4. "version": "1.0.0",
  5. "author": "darrenhinde",
  6. "license": "MIT",
  7. "repository": "https://github.com/darrenhinde/OpenAgentsControl",
  8. "tags": [
  9. "agents",
  10. "automation",
  11. "orchestration",
  12. "development",
  13. "testing",
  14. "code-review"
  15. ],
  16. "compatibility": {
  17. "claude": ">=1.0.0"
  18. }
  19. }