chore: Bump version to 1.0.7

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-22 17:51:59 +02:00
parent d388ab4893
commit e8a371d0a3
3 changed files with 9 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
"name": "ab", "name": "ab",
"source": "./plugin", "source": "./plugin",
"description": "Spec-driven build orchestration with git worktree isolation and session memory", "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"] "keywords": ["build", "spec", "automation", "worktree", "qa"]
} }
] ]

View File

@@ -2,6 +2,13 @@
All notable changes to Auto-Build plugin. 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 ## [1.0.6] - 2024-12-22
### Changed (BREAKING) ### Changed (BREAKING)

View File

@@ -1,7 +1,7 @@
{ {
"name": "ab", "name": "ab",
"description": "Auto-Build: Spec-driven build orchestration with worktree isolation and session memory", "description": "Auto-Build: Spec-driven build orchestration with worktree isolation and session memory",
"version": "1.0.6", "version": "1.0.7",
"author": { "author": {
"name": "ROA2WEB Team" "name": "ROA2WEB Team"
} }