fix(conductor): update marketplace source path to plugins/conductor

The marketplace.json had the wrong source path for conductor plugin,
preventing successful installation.
This commit is contained in:
Seth Hobson
2026-01-15 20:38:14 -05:00
parent 1408671cb7
commit f4e89af1dd

View File

@@ -1949,7 +1949,7 @@
}, },
{ {
"name": "conductor", "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", "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", "version": "1.0.1",
"author": { "author": {