Files
agent-aide/.aide/branches.json
sayurinana(vm) 5c236672c5 fix(flow): 修复 finish 阶段分支合并的多个问题
1. 在 BranchManager 添加 _cleanup_lock_file 方法,清理 lock 文件
2. 将分支合并移到 git 提交之后执行
3. 在分支合并前再次提交状态文件(解决 save_status 更新 hash 后未提交的问题)

测试任务:创建 test-cache/hello.py

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-17 05:42:24 +08:00

26 lines
734 B
JSON

{
"next_number": 3,
"branches": [
{
"number": 1,
"branch_name": "aide/001",
"source_branch": "master",
"start_commit": "bd723629c5b471637a69c68dd5cdb6e4e4dee238",
"task_id": "2025-12-17T04-54-31",
"task_summary": "开始任务准备: 创建环境安装 Command",
"started_at": "2025-12-17T04:54:31+08:00",
"status": "active"
},
{
"number": 2,
"branch_name": "aide/002",
"source_branch": "master",
"start_commit": "be2573843758e916d4da0b4c11ed04eaa4143dde",
"task_id": "2025-12-17T05-33-04",
"task_summary": "测试任务:写一个 hello 程序",
"started_at": "2025-12-17T05:33:04+08:00",
"status": "active"
}
]
}