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) <noreply@anthropic.com>
This commit is contained in:
Reza Rezvani
2026-03-17 15:57:48 +01:00
parent c5844c8224
commit eb4943060e

View File

@@ -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"
}
]
}