diff --git a/pipeline_service/bug_flow.py b/pipeline_service/bug_flow.py index 58f6b2a..a9f361b 100644 --- a/pipeline_service/bug_flow.py +++ b/pipeline_service/bug_flow.py @@ -10,7 +10,7 @@ Bug 循环(本模块 + init.py 的 bug poller)扫 sd_bugs 表驱动 bug 状 - 任务执行时角色 agent 调 start_fix/fix_bug/verify_bug 反馈推进 bug 状态。 本模块只做「确定性流转」(无需 LLM 判断): -- verified → closed(自动关闭) +- verified → 分流(agent 报告 → closed 自动关闭;human 报告 → 创建 bug 验收任务给报告人) - fixed → 派发「复测」任务给 test - confirmed → 派发「修复 Bug」任务给 develop