Commit 7f53663
refactor(auto-eval): freeze DETERMINISM_TEST_COHORT as tuple
Address review comment #3 on PR #764 Sub-project A: the determinism gate's
cohort is a fixed contract and tests shouldn't be able to mutate it.
Switching [] → () gives the CI gate the immutability the spec called for at
zero runtime cost.
Both consumers (auto_eval.compute_cqs and tests/test_determinism.py) iterate
the cohort; neither appends or indexes by slice, so the tuple is
drop-in compatible.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8486d70 commit 7f53663
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
0 commit comments