plugin.json 582 B

12345678910111213
  1. {
  2. "name": "oac",
  3. "description": "OpenAgents Control - Intelligent code review, TDD test generation, automated documentation, and smart task breakdown with context-aware AI agents",
  4. "version": "1.0.0",
  5. "author": {
  6. "name": "darrenhinde",
  7. "url": "https://github.com/darrenhinde"
  8. },
  9. "license": "MIT",
  10. "repository": "https://github.com/darrenhinde/OpenAgentsControl",
  11. "homepage": "https://github.com/darrenhinde/OpenAgentsControl#readme",
  12. "keywords": ["code-review", "tdd", "multi-agent", "context-aware", "task-management", "parallel-execution", "workflow"]
  13. }