Ariver
2026-08-14 21e9dd7c95e3f58a19a7c7342ff3d6584eb9097e
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}