diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 5196836..7707adb 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -11,7 +11,7 @@ "name": "ab", "source": "./plugin", "description": "Spec-driven build orchestration with git worktree isolation and session memory", - "version": "1.0.6", + "version": "1.0.7", "keywords": ["build", "spec", "automation", "worktree", "qa"] } ] diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f0fed4..418648e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to Auto-Build plugin. +## [1.0.7] - 2024-12-22 + +### Fixed +- Improved `/ab:migrate` command with clearer execution instructions +- Changed migration from `mv` to `cp` for safer data preservation +- Added explicit "Execute These Steps Immediately" section for Claude + ## [1.0.6] - 2024-12-22 ### Changed (BREAKING) diff --git a/plugin/.claude-plugin/plugin.json b/plugin/.claude-plugin/plugin.json index 58805b8..2224bab 100644 --- a/plugin/.claude-plugin/plugin.json +++ b/plugin/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "ab", "description": "Auto-Build: Spec-driven build orchestration with worktree isolation and session memory", - "version": "1.0.6", + "version": "1.0.7", "author": { "name": "ROA2WEB Team" }