mirror of
https://github.com/wassname/persona-steering-template-library.git
synced 2026-08-11 11:23:11 +08:00
Judge each pole pairwise vs a no-persona baseline generation instead of pos-vs-neg, so one-sided templates (one persona = default behaviour) fail strict_pass via the new --min-side-threshold gate; rank by weakest side. Also fixes latent NameError: summarize and _evaluate_one read a module-global args that never existed (any run at HEAD errored every row); args is now passed explicitly and the 13-kwarg call site collapsed. Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>