fix(conductor): remove invalid attribution field from plugin metadata

The attribution field is not part of the Claude Code plugin schema.
Attribution is properly documented in README.md instead.
This commit is contained in:
Seth Hobson
2026-01-15 22:36:24 -05:00
parent 627dc5cdd7
commit d750cf0e44
2 changed files with 2 additions and 4 deletions

View File

@@ -1933,8 +1933,7 @@
"source": "./plugins/conductor", "source": "./plugins/conductor",
"category": "workflows", "category": "workflows",
"homepage": "https://github.com/wshobson/agents", "homepage": "https://github.com/wshobson/agents",
"license": "Apache-2.0", "license": "Apache-2.0"
"attribution": "Based on gemini-cli-extensions/conductor by Google"
} }
] ]
} }

View File

@@ -5,6 +5,5 @@
"name": "Seth Hobson", "name": "Seth Hobson",
"email": "seth@major7apps.com" "email": "seth@major7apps.com"
}, },
"license": "Apache-2.0", "license": "Apache-2.0"
"attribution": "Based on gemini-cli-extensions/conductor by Google"
} }