Skip to content

Commit 4e63ab6

Browse files
authored
Merge pull request #21 from SharedIntellect/fix/spec-doc002-numeric-inaccuracies
fix: correct 3 stale numeric claims in SPEC.md (DOC-002)
2 parents c26a772 + 14ccc28 commit 4e63ab6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

SPEC.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Quorum's target architecture has **nine specialized agents** — six critics are
4343

4444
**Shipped infrastructure agents:**
4545

46-
7. **Fixer Agent** — Proposes and applies fixes for CRITICAL/HIGH findings (optional, 1-2 loops max)
46+
7. **Fixer Agent** — Proposes and applies fixes for CRITICAL/HIGH findings (optional, up to 3 loops)
4747
8. **Aggregator** — Merges findings, resolves conflicts, recalibrates confidence
4848
9. **Supervisor** — Manages workflow, checkpoints, final verdict
4949

@@ -415,14 +415,14 @@ Status as of v0.7.3 (reference implementation):
415415
- [x] File-based artifact passing (no in-memory state between agents)
416416
- [x] Pre-screen layer — 10 built-in checks (PS-001–PS-010) + DevSkim SAST integration
417417
- [x] 6 critics implemented — Correctness, Completeness, Security, Code Hygiene, Cross-Artifact Consistency† (`--relationships`), Tester (L1 + L2)
418-
- [x] Rubric system (JSON schema + validator, 3 built-in rubrics: research-synthesis, agent-config, python-code)
418+
- [x] Rubric system (JSON schema + validator, 4 built-in rubrics: research-synthesis, agent-config, python-code, documentation)
419419
- [x] Batch/multi-file validation with `BatchVerdict`
420420
- [x] Aggregator synthesis logic (conflict resolution)
421421
- [x] Verdict assignment logic (PASS/PASS_WITH_NOTES/REVISE/REJECT)
422422
- [x] Depth preset system (quick/standard/thorough YAML configs)
423423
- [x] Path traversal security (boundary enforcement)
424424
- [x] Exit codes (0/1/2)
425-
- [x] Parallel critic dispatch (ThreadPoolExecutor, max 6 critics; batch files max 3)
425+
- [x] Parallel critic dispatch (ThreadPoolExecutor, max 4 critics; batch files max 3)
426426
- [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)
427427
- [x] Python code rubric (25 criteria, PC-001–PC-025, auto-detects on .py files)
428428
- [x] Learning memory system (known_issues.json frequency tracking + mandatory check promotion — shipped in v0.5.3)

0 commit comments

Comments
 (0)