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:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user