From d750cf0e4446e9ca95a1cf5fa7b86edf869a3444 Mon Sep 17 00:00:00 2001 From: Seth Hobson Date: Thu, 15 Jan 2026 22:36:24 -0500 Subject: [PATCH] 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. --- .claude-plugin/marketplace.json | 3 +-- plugins/conductor/.claude-plugin/plugin.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index acfad25..63c1027 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1933,8 +1933,7 @@ "source": "./plugins/conductor", "category": "workflows", "homepage": "https://github.com/wshobson/agents", - "license": "Apache-2.0", - "attribution": "Based on gemini-cli-extensions/conductor by Google" + "license": "Apache-2.0" } ] } diff --git a/plugins/conductor/.claude-plugin/plugin.json b/plugins/conductor/.claude-plugin/plugin.json index 5bd5cf1..2370e4d 100644 --- a/plugins/conductor/.claude-plugin/plugin.json +++ b/plugins/conductor/.claude-plugin/plugin.json @@ -5,6 +5,5 @@ "name": "Seth Hobson", "email": "seth@major7apps.com" }, - "license": "Apache-2.0", - "attribution": "Based on gemini-cli-extensions/conductor by Google" + "license": "Apache-2.0" }