Commit 9f46d57
docs(robustness): first backfill batch — 3 [@bibkey] annotations in sensitivity_frontier
First real exercise of tools/suggest_bibkey_backfills.py. The suggester
identified 3 orphan bib entries whose arXiv ids already appear in this
file's References sections — the paper was cited, just without the
canonical [@bibkey] link. Appended the bibkey to the end of each
reference line:
copula_sensitivity -> [@balgi2025sensitivity] (arXiv:2508.08752)
survival_sensitivity -> [@hu2025nonparametric] (arXiv:2511.01412)
calibrate_confounding_strength -> [@baitairian2025calibrating] (arXiv:2510.16560)
Only the clean end-of-reference lines were touched; the mid-sentence
summary mentions at the top of the module docstring were deliberately
left alone (StatsPAI Phase 2 convention: bibkey annotations live in
the References block, not in prose).
Pure metadata — no function signatures, numerics, or algorithm paths
changed.
Verification
------------
coverage: 64.0% -> 64.6% (315 -> 318 cited keys)
orphans: 177 -> 174 (3 keys fully consumed)
candidate lines: 65 -> 59 (suggester re-run)
candidate keys: 21 -> 18
Gate 0 pytest 81 tests pass
Gate 1 audit_bib_duplicates --strict 0/0/0 pass
Gate 2 audit_bib_coverage --strict-dangling 0 dangling pass
Gate 3 audit_citations --strict 316/0/0 pass
Next bibkey backfills (18 keys / 59 lines remain). Tool output is
reproducible with:
python3 tools/suggest_bibkey_backfills.py
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 89665af commit 9f46d57
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
0 commit comments