Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 491 Bytes

File metadata and controls

8 lines (5 loc) · 491 Bytes

Notable Changes

Categories: New | Enhancement | Fix | Breaking | Migration | Architecture

2026-03-07 — Enhancement: Extended classify_benchmark.py with multi-mode support

Rewrote classify_benchmark.py with --mode flag: heuristic (default, fast, no LLM), full (heuristic+LLM+guards), ensemble (all voters + confidence scoring). Added confidence band reporting for ensemble mode. Backward-compatible --llm flag preserved.