|
|
cfc7a1284a
|
[aide] 修复: _cleanup_lock_file 移到切换分支后执行,确保目标分支上的 lock 文件也被删除
|
2025-12-17 06:34:04 +08:00 |
|
|
|
ad6a10edca
|
[aide] 修复: aide flow finish 后工作目录不干净的问题
- 在 _merge_normal 方法中添加收尾提交
- record_branch_finish 更新 branches.json/md 后创建提交
- 确保 finish 完成后 git 仓库状态干净
|
2025-12-17 06:23:53 +08:00 |
|
|
|
afa676314e
|
fix(flow): 修复 _merge_normal 使用 merge_squash 替代错误的 reset_soft 逻辑
|
2025-12-17 06:00:25 +08:00 |
|
|
|
965d9162a0
|
fix(flow): 修复分支切换时 lock 文件冲突问题
在 BranchManager 中添加 _cleanup_lock_file 方法,
在 _merge_normal 和 _merge_with_temp_branch 调用 git checkout 前
先清理可能存在的 lock 文件,避免分支切换失败。
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-17 05:29:39 +08:00 |
|
|
|
79a22bc137
|
[aide] impl: 子计划1 Git分支管理核心功能实现完成
|
2025-12-17 04:08:17 +08:00 |
|