fix: preserve blind review answer integrity

This commit is contained in:
yaojingang
2026-06-13 20:44:46 +08:00
parent 74541dd689
commit e8cebf93bb
24 changed files with 192 additions and 127 deletions
+10 -1
View File
@@ -665,7 +665,16 @@ def render_html(report: dict[str, Any]) -> str:
)
review_panel = render_kv_grid(
output_review_summary,
["pair_count", "judgment_count", "pending_count", "agreement_count", "disagreement_count", "invalid_decision_count"],
[
"pair_count",
"judgment_count",
"pending_count",
"agreement_count",
"disagreement_count",
"invalid_decision_count",
"answer_revealed_count",
"pending_answer_hidden_count",
],
"review adjudication report missing",
)
conformance_panel = render_kv_grid(