mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user