Browse Source

Merge branch 'main' into feature/oac-package-refactor

Resolved conflicts:
- .claude-plugin/marketplace.json: Updated to use plugins/claude-code path with improved description
- claude-plugin/.claude-plugin/plugin.json: Removed old location (moved to plugins/claude-code)

The plugin directory was reorganized from claude-plugin/ to plugins/claude-code/
for better organization and to support multiple IDE plugins in the future.
darrenhinde 5 months ago
parent
commit
a58ebc0f0b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .claude-plugin/marketplace.json

+ 2 - 2
.claude-plugin/marketplace.json

@@ -1,6 +1,6 @@
 {
   "name": "oac-marketplace",
-  "description": "OpenAgents Control - Multi-agent orchestration for intelligent code review, automated testing, documentation generation, and task management",
+  "description": "AI-powered development workflow automation - code review, testing, documentation, and task management for Claude Code",
   "owner": {
     "name": "darrenhinde",
     "url": "https://github.com/darrenhinde/OpenAgentsControl"
@@ -9,7 +9,7 @@
     {
       "name": "oac",
       "source": "./plugins/claude-code",
-      "description": "OpenAgents Control - Intelligent code review with security analysis, TDD test generation, automated documentation, and smart task breakdown. Context-aware agents understand your codebase and enforce your team's standards.",
+      "description": "Ship faster with AI-powered development workflows. Automates code review, test generation, documentation, and task breakdown. Context-aware agents understand your codebase and enforce your team's standards.",
       "version": "1.0.0",
       "author": {
         "name": "darrenhinde",