From 6e3c0ee2bf9493253a242cda4b531137e27adb7d Mon Sep 17 00:00:00 2001 From: ymq Date: Mon, 24 Aug 2026 12:57:59 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=AD=A3=20bug=5Fflow=20?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=9C=BA=E6=B3=A8=E9=87=8A(verified=20?= =?UTF-8?q?=E5=88=86=E6=B5=81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipeline_service/bug_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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