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
|**quick**| Correctness, Completeness | 0 | 5-10 min | Fast feedback; low stakes |
106
106
|**standard**| + Security, Code Hygiene | 0 | 15-30 min | Most work; default |
107
-
|**thorough**| All shipped critics | 1 (proposal mode) | 30-60 min | Critical decisions; production |
107
+
|**thorough**| All shipped critics | 1 (apply + re-verify) | 30-60 min | Critical decisions; production |
108
108
109
-
Pre-screen (10 built-in checks + optional DevSkim SAST, §3.1) runs before LLM critics at all depth levels. Fix loops are implemented (Phase 1.5 — proposal mode). The Fixer proposes text replacements for CRITICAL/HIGH findings when max_fix_loops > 0; re-validation loops (apply → re-run) are deferred. Full 9-critic panels are the roadmap target for thorough depth.
109
+
Pre-screen (10 built-in checks + optional DevSkim SAST, §3.1) runs before LLM critics at all depth levels. Fix loops are implemented (Phase 1.5): the Fixer proposes text replacements for CRITICAL/HIGH findings, applies them, and re-runs critics to verify resolution. Full 9-critic panels are the roadmap target for thorough depth.
110
110
111
111
### 2.6 Transparency Over Convenience
112
112
@@ -265,7 +265,7 @@ relationships:
265
265
- **PASS_WITH_NOTES** — Issues found, all addressable, recommendations provided
- [x] Parallel critic dispatch (ThreadPoolExecutor, max 4 critics; batch files max 3)
416
-
- [x] Fixer agent — proposal mode (Phase 1.5; proposes text replacements for CRITICAL/HIGH)
416
+
- [x] Fixer agent — proposal mode + re-validation loops (Phase 1.5; proposes and applies text replacements for CRITICAL/HIGH, then re-runs critics to verify)
- Critic debate mode (when two critics conflict, run a structured debate)
@@ -473,7 +471,7 @@ Quorum is built on these peer-reviewed papers:
473
471
---
474
472
475
473
**Quorum is a production-oriented, early-stage validation framework.**
476
-
*Architecture is sound and tested, but the product is still growing: no test suite, no CI, 4/9 critics shipped, learning/trust/monitoring systems specified but not wired.*
474
+
*Architecture is sound and tested, but the product is still growing: 4/9 critics shipped, trust/monitoring systems specified but not wired; learning memory and fix re-validation shipped in v0.5.3.*
0 commit comments