[product] Dev-Agent PR 前必须跑完整 e2e pipeline 验收 - 防止修复回归 #67

Closed
opened 2026-06-02 17:33:00 +08:00 by pzhang_zywl · 0 comments
Owner

背景

今日 QE-Agent 评估发现 Dev-Agent 修复 product-code bug 时频繁引入回归:

  • #53+#54 修复后覆盖率从 92.6% 降至 63% → 需 #57 重开修复
  • Layer C 从 80% 恶化为 100%

建议

Dev-Agent 在提交 PR 前必须运行:

python scripts/run_pipeline.py --input "input/车机娱乐系统禁止功能文档_脱敏 v1.0.docx" --test

只有当 Layer A + B + C 全部通过时才可提交 PR。这确保每次修复不会引入新的回归。

关联

  • 来自: #66 QE 系统性评估

[qe-agent: qa-0602-1358]

## 背景 今日 QE-Agent 评估发现 Dev-Agent 修复 product-code bug 时频繁引入回归: - #53+#54 修复后覆盖率从 92.6% 降至 63% → 需 #57 重开修复 - Layer C 从 80% 恶化为 100% ## 建议 Dev-Agent 在提交 PR 前必须运行: ```bash python scripts/run_pipeline.py --input "input/车机娱乐系统禁止功能文档_脱敏 v1.0.docx" --test ``` 只有当 Layer A + B + C 全部通过时才可提交 PR。这确保每次修复不会引入新的回归。 ## 关联 - 来自: #66 QE 系统性评估 --- [qe-agent: qa-0602-1358]
pzhang_zywl added the product-code label 2026-06-02 17:33:00 +08:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: zeekrAI/document_analyzer#67