From abbedad21a6791c4a876495e11fbf19520e20582 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Fri, 5 Jun 2026 23:07:52 +0800 Subject: [PATCH] auto-sync: 2026-06-05 23:07:52 (catch-all) --- docs/test-plan-e2e-v27.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/test-plan-e2e-v27.md b/docs/test-plan-e2e-v27.md index 14e50e6..4504287 100644 --- a/docs/test-plan-e2e-v27.md +++ b/docs/test-plan-e2e-v27.md @@ -375,7 +375,7 @@ tests/ │ ├── test_health.py # 健康检查 │ ├── test_cli.py # CLI 命令 │ ├── test_skill_system.py # Skill 匹配/推荐 -│ └── test_guardrails.py # Guardrail 规则 +│ └── test_guardrails.py # Guardrail 规则(实际逻辑在 test_router.py + test_review_integration.py) ├── integration/ # 集成测试(不 spawn 真实 Agent) │ ├── test_api.py # 项目管理 + Daemon API │ ├── test_api_mail.py # 邮件 API(A1-A10 防御 + 功能)