Commit 7a71742
fix(ci): track the paper count the published version actually declares (#1584)
* fix(ci): track the paper count the published version actually declares
check_catalog_count.py printed, on every invocation, that the SSOT's 83 disagreed
with a paper count of 84 and that an erratum to arXiv:2606.09686 was required. The
erratum in question is ERRATA_2026-06-14.md, and the v2 replacement carried it out.
Fetching the current entry shows both the title and the abstract were corrected:
TITLE : An 83-Format Numeric Catalog with Bit-Exact Conformance Vectors: ...
ID : http://arxiv.org/abs/2606.09686v2
UPDATED : 2026-06-22T12:28:45Z
abstract: "a catalog of 83 numeric formats spanning 13 families"
The constant tracked the withdrawn v1.
The existing comment warns against silently editing this to match the SSOT, and
that warning is right -- but this is not that edit. The constant tracks what the
PAPER declares, and the paper changed. Matching it to the SSOT would defeat the
gate; matching it to the current published title and abstract is what keeps the
gate doing its job. The comment now carries the fetch command, the version and the
date, so the next reader can re-check in one line rather than trusting this one.
The alarm is intact, verified by mutation in the spirit of wp18_selftest_gate.py:
with a divergent constant the gate still warns and still exits 3 under
--strict-paper. With the corrected value it reports SSOT == fresh regen == paper ==
83 and exits 0.
A gate that cries wolf every run is one nobody reads on the day the divergence is
real. This silences the false alarm without touching the alarm.
Closes #1583
* docs(now): record #1584 in the coordination anchor
now-sync-gate requires every PR to master to update docs/NOW.md.
This PR predates my knowing that; the entry describes what it
lands and states its honesty limits, in the file's existing shape.
---------
Co-authored-by: gHashTag <admin@t27.ai>1 parent e38294a commit 7a71742
2 files changed
Lines changed: 44 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
1 | 22 | | |
2 | 23 | | |
3 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
45 | 63 | | |
46 | 64 | | |
47 | 65 | | |
| |||
0 commit comments