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:
@@ -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"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user