Ariver
2026-08-14 86f0b4bd20cdec86dfb5bdb7978d1f6ff4af111a
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}