diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b647ac7..5577ab1 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1951,7 +1951,7 @@ "name": "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", + "version": "1.0.2", "author": { "name": "Seth Hobson", "url": "https://github.com/wshobson" diff --git a/plugins/conductor/.claude-plugin/plugin.json b/plugins/conductor/.claude-plugin/plugin.json index 5e351ed..a2e514a 100644 --- a/plugins/conductor/.claude-plugin/plugin.json +++ b/plugins/conductor/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "conductor", - "version": "1.0.1", + "version": "1.0.2", "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, and semantic git reversion.", "author": { "name": "Seth Hobson",