- domain field required in plugin.json and marketplace.json (core/data/ops) - validate-marketplace.sh enforces domain presence and allowed values - claude-launch.sh new profiles: saas, ops, debug; infra deprecated - CANONICAL-PATHS.md and CLAUDE.md updated with domain conventions BREAKING CHANGE: validate-marketplace.sh rejects plugins without domain field Version: 8.0.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
24 lines
639 B
JSON
24 lines
639 B
JSON
{
|
|
"name": "pr-review",
|
|
"version": "1.1.0",
|
|
"description": "Multi-agent pull request review with confidence scoring and actionable feedback",
|
|
"author": {
|
|
"name": "Leo Miranda",
|
|
"email": "leobmiranda@gmail.com"
|
|
},
|
|
"homepage": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/src/branch/main/plugins/pr-review/README.md",
|
|
"repository": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace.git",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"pull-request",
|
|
"code-review",
|
|
"security",
|
|
"performance",
|
|
"multi-agent"
|
|
],
|
|
"commands": [
|
|
"./commands/"
|
|
],
|
|
"domain": "core"
|
|
}
|