From f4e89af1ddbba5ebc1d7c4a11c3669c7bac9a85b Mon Sep 17 00:00:00 2001 From: Seth Hobson Date: Thu, 15 Jan 2026 20:38:14 -0500 Subject: [PATCH] fix(conductor): update marketplace source path to plugins/conductor The marketplace.json had the wrong source path for conductor plugin, preventing successful installation. --- .claude-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index aaeaefa..b647ac7 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1949,7 +1949,7 @@ }, { "name": "conductor", - "source": "./conductor", + "source": "./plugins/conductor", "description": "Context-Driven Development plugin that transforms Claude Code into a project management tool. Implements structured workflow: Context → Spec & Plan → Implement with full TDD support, track-based work units, semantic git reversion, and resumable sessions", "version": "1.0.1", "author": {