fix: remove stale code-review-ai plugin (#134, #135)

Plugin had inconsistent content (OpenAI references, CI/CD workflow baked
into review command). Replaced by official pr-review-toolkit and
comprehensive-review plugins. Also answered discussions #138, #421, #422.
This commit is contained in:
Seth Hobson
2026-02-19 14:21:59 -05:00
parent 086557180a
commit 682abfcdeb
8 changed files with 15 additions and 666 deletions

View File

@@ -6,8 +6,8 @@
"url": "https://github.com/wshobson"
},
"metadata": {
"description": "Production-ready workflow orchestration with 73 focused plugins, 112 specialized agents, and 146 skills - optimized for granular installation and minimal token usage",
"version": "1.5.2"
"description": "Production-ready workflow orchestration with 72 focused plugins, 112 specialized agents, and 146 skills - optimized for granular installation and minimal token usage",
"version": "1.5.3"
},
"plugins": [
{
@@ -114,19 +114,6 @@
"license": "MIT",
"category": "workflows"
},
{
"name": "code-review-ai",
"source": "./plugins/code-review-ai",
"description": "AI-powered architectural review and code quality analysis",
"version": "1.2.1",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"homepage": "https://github.com/wshobson/agents",
"license": "MIT",
"category": "quality"
},
{
"name": "code-refactoring",
"source": "./plugins/code-refactoring",