feat: 安徽运八需求全流水线输出同步 + 知识库/agents/资源文件更新

This commit is contained in:
xst
2026-07-14 15:50:17 +08:00
parent e34a3c64ce
commit 2bc036c867
79 changed files with 15673 additions and 2722 deletions
+1
View File
@@ -4,6 +4,7 @@ zone: review
description: 按 review_checklist 逐项评审用例,错误分级(阻断/建议/优化),标注到具体行号
tools: Read, Write, Glob
depends_on: ["case-designer"]
ai_generative: true
produces: ["output/analysis/{{BASE_NAME}}_评审报告.md"]
---
+1
View File
@@ -4,6 +4,7 @@ zone: review
description: 需求→测试点→用例三级追溯覆盖审计,识别覆盖缺口和过度覆盖
tools: Read, Write, Glob
depends_on: ["case-reviewer"]
ai_generative: true
produces: ["output/analysis/{{BASE_NAME}}_覆盖率审计.md"]
---
+1
View File
@@ -4,6 +4,7 @@ zone: review
description: 综合评审+覆盖率进行三级裁决:PASS / PASS_WITH_FIX / BLOCKED
tools: Read, Write
depends_on: ["case-reviewer", "coverage-auditor"]
ai_generative: true
produces: ["output/analysis/{{BASE_NAME}}_质量裁决.md"]
---