Skip to content

Commit 8b940f8

Browse files
committed
Fix marketplace.json conflict and plugins.json total
- Remove duplicate orphaned cc entry in marketplace.json - Fix plugins.json total from 106 to 107
1 parent fda2f26 commit 8b940f8

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -209,14 +209,6 @@
209209
"category": "Development & Workflow",
210210
"description": "Reverse of OpenAI's official Claude-hosted plugin: use Claude Code from Codex for reviews, rescue tasks, tracked background jobs, and hook-powered review gates.",
211211
"icon": "./plugins/sendbird/cc-plugin-codex/assets/icon.png"
212-
},
213-
"policy": {
214-
"installation": "AVAILABLE",
215-
"authentication": "ON_INSTALL"
216-
},
217-
"category": "Development & Workflow",
218-
"description": "Reverse of OpenAI's official Claude-hosted plugin: use Claude Code from Codex for reviews, rescue tasks, tracked background jobs, and hook-powered review gates.",
219-
"icon": "./plugins/sendbird/cc-plugin-codex/assets/cc-small.svg"
220212
},
221213
{
222214
"name": "claude-code-harness",

plugins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "awesome-codex-plugins",
44
"version": "1.0.0",
55
"last_updated": "2026-06-08",
6-
"total": 106,
6+
"total": 107,
77
"categories": [
88
"Development & Workflow",
99
"Tools & Integrations"

0 commit comments

Comments
 (0)