Commit 8a0319e
docs: fix citation slug bug (C1) (#38)
## Summary
Same init-substitution bug as the workbench (fixed there in its sibling
PR): `docs/attribution/CITATIONS.adoc`'s BibTeX key contained a space
(`@software{Trope Checker_2026,` — invalid) and every citation URL
pointed at the nonexistent `github.com/hyperpolymath/Trope Checker`.
Keys and URLs now use the real slug; prose titles unchanged.
## Changes
- BibTeX key → `trope_checker_2026`; all URL occurrences →
`github.com/hyperpolymath/trope-checker`
## RSR Quality Checklist
### Required
- [x] Tests pass — grep confirms zero remaining un-slugged URLs
- [x] Code is formatted — N/A (prose)
- [x] Linter is clean
- [x] No banned language patterns
- [x] No `unsafe` blocks / banned functions — N/A
- [x] SPDX headers present (unchanged)
- [x] No secrets included
## Testing
`grep -c "hyperpolymath/Trope Checker"` → 0.
## Screenshots
N/A.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
https://claude.ai/code/session_01LPhj2Tjx4NUi8uTTsNbeJ1
---
_Generated by [Claude
Code](https://claude.ai/code/session_01LPhj2Tjx4NUi8uTTsNbeJ1)_
Co-authored-by: Claude <noreply@anthropic.com>1 parent f2899cd commit 8a0319e
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments