mirror of
https://github.com/proffesor-for-testing/agentic-qe.git
synced 2026-09-19 08:45:47 +08:00
60bedd6c19
Findings from brutal honesty review: - 5 of 9 RVF modules were dead code with no production path - Benchmark baseline was overwritten with post-integration numbers - 21 dual-writer tests were mock-only asserting on call counts - Report claimed "Live" for modules that weren't wired Fixes applied: - Restore original pre-RVF baseline (Feb 22 20:34:28) - Wire MinCut test optimizer into test-execution coordinator - Wire brain exporter into CLI command registry (brain export/import/info) - Wire RVF dual-writer into QEReasoningBank (best-effort, try/catch) - Fix dual-writer tests: honest describe names, verify args not just counts - Rewrite benchmark report with accurate status (Wired/Internal vs Live) - Add "Modules Not Yet Wired" section to report Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>