From 3a6a24e1a6b7ddc4ad0be9075d3e4a8c5efe7de6 Mon Sep 17 00:00:00 2001 From: Seth Hobson Date: Thu, 15 Jan 2026 20:44:10 -0500 Subject: [PATCH] chore(conductor): bump version to 1.0.2 --- .claude-plugin/marketplace.json | 2 +- plugins/conductor/.claude-plugin/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",