Ariver
2026-07-13 14a1efc86d0295be3a0d3fe1ebe7b8080266da2d
C3.tools/round1-candidate-filter-fixture-qa.sh
@@ -104,6 +104,7 @@
    "Sheet Candidate",
    "Dialog Candidate",
    "Candidate Standard Untitled",
    "CG-only Space-backed Candidate",
}
rejected_titles = {
    "Accessory Rejected",
@@ -114,7 +115,6 @@
    "Desktop",
    "Security Confirmation",
    "Noninteractive Rejected",
    "CG-only Offscreen Rejected",
}
expected_title_hashes = {stable_fingerprint(title) for title in expected_titles}
rejected_title_hashes = {stable_fingerprint(title) for title in rejected_titles}