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 防御 + 功能)