From 1b9ecddc53628d9b64d9647743a15d6c166b5b1c Mon Sep 17 00:00:00 2001 From: Seth Hobson Date: Thu, 15 Jan 2026 20:11:17 -0500 Subject: [PATCH] chore(conductor): bump version to 1.0.1 --- .claude-plugin/marketplace.json | 2 +- 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 c70bcb6..aaeaefa 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1951,7 +1951,7 @@ "name": "conductor", "source": "./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": "0.1.0", + "version": "1.0.1", "author": { "name": "Seth Hobson", "url": "https://github.com/wshobson" diff --git a/conductor/.claude-plugin/plugin.json b/conductor/.claude-plugin/plugin.json index 3c35611..d56f191 100644 --- a/conductor/.claude-plugin/plugin.json +++ b/conductor/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "conductor", - "version": "0.1.0", + "version": "1.0.1", "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",