fix(agent-teams): simplify plugin.json and marketplace entry to match conductor patterns

Strip plugin.json to minimal fields (name, version, description, author, license).
Remove commands/agents/skills arrays, keywords, repository, and strict from marketplace entry.
This commit is contained in:
Seth Hobson
2026-02-05 17:41:00 -05:00
parent fb9eba62b2
commit 598ea85e7f
2 changed files with 6 additions and 51 deletions

View File

@@ -4,18 +4,7 @@
"description": "Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
"email": "seth@major7apps.com"
},
"license": "MIT",
"homepage": "https://github.com/wshobson/agents",
"repository": "https://github.com/wshobson/agents",
"keywords": [
"agent-teams",
"multi-agent",
"coordination",
"parallel-development",
"code-review",
"debugging",
"orchestration"
]
"license": "MIT"
}