From eb4943060e6a8b3f329882888fbb14a2718ca7c9 Mon Sep 17 00:00:00 2001 From: Reza Rezvani Date: Tue, 17 Mar 2026 15:57:48 +0100 Subject: [PATCH] fix(marketplace): restore agenthub entry lost during PR #369 merge conflict resolution The agenthub marketplace entry was added in commit 2f57ef8 but dropped when PR #369 (code-to-prd) merged with a conflict in marketplace.json. Re-adds the entry with all cross-domain keywords and 7 slash commands. Total plugins: 22 (was 21) Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude-plugin/marketplace.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index f525d57..33c1c30 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -419,6 +419,28 @@ "express" ], "category": "product" + }, + { + "name": "agenthub", + "source": "./engineering/agenthub", + "description": "Multi-agent collaboration — spawn N parallel subagents that compete on code optimization, content drafts, research approaches, or any task that benefits from diverse solutions. 7 slash commands (/hub:init, /hub:spawn, /hub:status, /hub:eval, /hub:merge, /hub:board, /hub:run), agent templates, DAG-based orchestration, LLM judge mode, message board coordination.", + "version": "2.1.2", + "author": { + "name": "Alireza Rezvani" + }, + "keywords": [ + "multi-agent", + "collaboration", + "parallel", + "git-dag", + "orchestration", + "competition", + "worktree", + "content-generation", + "research", + "optimization" + ], + "category": "development" } ] }