You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,23 @@ All notable changes to Quorum will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
7
+
## [0.7.0] — 2026-03-12
8
+
9
+
### Added
10
+
-**TesterCritic wired into pipeline as Phase 3** (DEC-020). The Tester verifies other critics' findings after Phase 1 (single-file critics) and Phase 2 (cross-consistency), before the Aggregator produces the verdict.
11
+
-**L1 contradictions auto-excluded**: If a critic cites a file/line that doesn't exist or content that doesn't match, the finding is silently removed from verdict calculation. Preserved in tester output for audit.
12
+
-**L2 contradictions annotated**: If the Tester's LLM judges a claim unsupported by evidence, the finding gets a `[L2-CONTRADICTED]` annotation but remains in the verdict. Human decides.
13
+
-**Depth-based activation**: Quick = skip, Standard = L1 only (zero API cost), Thorough = L1 + L2.
14
+
-**Tester stats in run manifest**: `verified`, `unverified`, `contradicted`, `verification_rate`, `runtime_ms`.
15
+
-**Verification section in report.md** when tester results are present: table of verified/unverified/contradicted counts with per-finding exclusion details.
0 commit comments