Files
nexus/wiki/concepts/Evidence-Over-Claims.md
2026-05-03 05:42:12 +08:00

40 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Evidence Over Claims"
type: concept
tags: [multi-agent, quality, evidence, nexus]
sources: [executive-brief, quickstart]
last_updated: 2026-05-01
aliases:
- Evidence-Based Quality
- Proof Over Promise
---
## Definition
证据优于主张Evidence Over Claims—— NEXUS 多 Agent 编排框架的核心质量原则:所有质量声明必须基于可验证的证据(截图/测试结果/性能数据),而非口头断言或自我评估。
## Core Principle
```
主张:✓ 功能已完成,质量优秀
证据:✓ 自动化测试通过率 100%,覆盖率 85%Lighthouse 性能评分 95
```
只有证据才能推动流程前进。口头断言、承诺或自我评估都不是有效的质量证明。
## Evidence Hierarchy
| 证据类型 | 优先级 | 示例 |
|---------|-------|------|
| 截图/录屏 | 最高 | 关键功能运行录屏、UI 对比截图 |
| 自动化测试结果 | 高 | Jest/Vitest 测试报告、覆盖率报告 |
| 性能数据 | 高 | Lighthouse 报告、API 响应时间表 |
| 第三方审计报告 | 中 | 安全扫描报告、无障碍审计报告 |
| 口头断言/自我评估 | 最低 | "功能已实现"、"质量很好" |
## Related Concepts
- [[Reality Checker]]Evidence Over Claims 原则的强制执行者——默认"NEEDS WORK",要求提供证据
- [[Quality Gate]]Evidence Over Claims 是质量门控的判断标准
- [[Dev↔QA Loop]]Dev↔QA 循环中的 PASS/FAIL 判定必须基于证据