From 627dc5cdd740fbc372be53a840c0742bab5b6321 Mon Sep 17 00:00:00 2001 From: Seth Hobson Date: Thu, 15 Jan 2026 22:35:17 -0500 Subject: [PATCH] chore(conductor): add license and attribution to plugin metadata - Add Apache-2.0 license to marketplace.json and plugin.json - Add attribution field referencing original Google project - Bump version to 1.0.7 --- .claude-plugin/marketplace.json | 6 ++++-- plugins/conductor/.claude-plugin/plugin.json | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index f5aea8e..acfad25 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1925,14 +1925,16 @@ { "name": "conductor", "description": "Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement", - "version": "1.0.6", + "version": "1.0.7", "author": { "name": "Seth Hobson", "email": "seth@major7apps.com" }, "source": "./plugins/conductor", "category": "workflows", - "homepage": "https://github.com/wshobson/agents" + "homepage": "https://github.com/wshobson/agents", + "license": "Apache-2.0", + "attribution": "Based on gemini-cli-extensions/conductor by Google" } ] } diff --git a/plugins/conductor/.claude-plugin/plugin.json b/plugins/conductor/.claude-plugin/plugin.json index 240bd45..5bd5cf1 100644 --- a/plugins/conductor/.claude-plugin/plugin.json +++ b/plugins/conductor/.claude-plugin/plugin.json @@ -4,5 +4,7 @@ "author": { "name": "Seth Hobson", "email": "seth@major7apps.com" - } + }, + "license": "Apache-2.0", + "attribution": "Based on gemini-cli-extensions/conductor by Google" }