fix(flow): 完成分支合并逻辑修复
修复内容: 1. branch.py: _merge_normal 使用 merge_squash 替代错误的 reset_soft 2. tracker.py: finish 阶段先提交再合并,合并前额外提交状态文件 3. branch.py: 添加 _cleanup_lock_file 方法清理 lock 文件 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -65,7 +65,9 @@
|
||||
"task_id": "2025-12-17T06-03-45",
|
||||
"task_summary": "最终测试:验证合并功能",
|
||||
"started_at": "2025-12-17T06:03:45+08:00",
|
||||
"status": "active"
|
||||
"status": "finished",
|
||||
"end_commit": "d60f0bae2d783625d628aabf91fa74f631053a7c",
|
||||
"finished_at": "2025-12-17T06:05:19+08:00"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -6,8 +6,9 @@
|
||||
- **任务ID**: 2025-12-17T06-03-45
|
||||
- **源分支**: master
|
||||
- **起始提交**: 2b0c007
|
||||
- **状态**: active
|
||||
- **时间**: 2025-12-17 06:03
|
||||
- **结束提交**: d60f0ba
|
||||
- **状态**: finished
|
||||
- **时间**: 2025-12-17 06:03 ~ 06:05
|
||||
|
||||
## aide/005
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
42935
|
||||
@@ -1,5 +0,0 @@
|
||||
# 测试文件
|
||||
|
||||
这是一个测试文件,用于验证 aide flow 的合并功能是否正常工作。
|
||||
|
||||
创建时间: 2025-12-17
|
||||
Reference in New Issue
Block a user