summaryrefslogtreecommitdiff
path: root/src/judge.py
AgeCommit message (Expand)Author
2026-03-02feat: regex checker now returns score (e.g. 6/7) instead of binary PASS/FAILCaptainJack2491
2026-03-02fix: sharpen glassbox category definitions for ROBUST_HONEST vs UNINTENTIONAL...CaptainJack2491
2026-03-02feat: add benign_goal (task description) context to blackbox judgeCaptainJack2491
2026-03-02fix: judge resilience for missing baselines and list-format regex rulesCaptainJack2491
2026-03-01feat(judge): updated blackbox to include source document for added accuracyCaptainJack2491
2026-02-27fix(judge): hash run_id to stay under Anthropic batch custom_id 64-char limitCaptainJack2491
2026-02-26chore: add .env.example + config.yaml.example, gitignore config.yamlCaptainJack2491
2026-02-25feat: implement judging system with regex, blackbox, and glassbox checksCaptainJack2491