Commit 3727426
authored
fix(lint): allow the v225 GOA snapshot (#227)
The reranker-token linter forbids bare 'vN' tokens in publishable prose to stop the
historical reranker shorthand creeping back in. Its GOA allowlist holds v160, v200,
v210, v215, v220, v226, v227, v229 and v230, and skips v225.
v225 is a real, loaded annotation_set (GOA 225, source_version '225' in the live
database) and it is the start of the validation window of the sealed frame: the model
is selected on v225 to v227 and measured on v227 to v230. Excluding it forces every
document that states the frame honestly to hide half of it. PROTEA's rewritten results
chapter tripped on exactly this line: 'validation window v225 to v227'.
The two guard tests that pin the allowlist to nine exact tokens are updated to ten.
v228 stays excluded, as its comment explains: it is a real release but outside the
slice spec, and the spec is the authority.
Verified: patched linter passes PROTEA's docs branch (was 1 offence) and still passes
PROTEA develop; agent-farm's own 7 offences are pre-existing under both versions.1 parent f7262c5 commit 3727426
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments