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
feat: add semantic bias option and update metrics documentation
Why:
The analyzer previously used only keyword bias cues. Users now need an
opt-in mode for transformer-based semantic bias checks. The metrics doc
and README also required updates to explain the new behavior.
What:
- Add --semantic-bias flag to analyse command
- Add semanticBias field through tools, workflow, and analyzer options
- Load semantic bias detector lazily to avoid extra startup cost
- Update metrics doc with keyword vs semantic bias note
- Update README with usage examples for semantic bias mode
- Update structured-report tests for new similarity fields and
analysis_window section
0 commit comments