Commit abb4ecd
docs(readme): repair stale badges, version, link and counts (#35)
## Summary
Pure documentation cleanup. README had several stale claims that
survived the 2026-02-08 rename, the 136b38b license migration, and the
steady growth of the codebase since v2.1.0.
| Field | Before | After | Why stale |
|---|---|---|---|
| OpenSSF badge URL | `panic-attacker` (404) | `panic-attack` | Repo
renamed 2026-02-08 (see `.claude/CLAUDE.md`) |
| License badge | `PMPL-1.0` → palimpsest-license | `MPL-2.0` →
mozilla.org | Finishes the migration started in 136b38b |
| Tests badge | 196 | 402 | Actual count: `grep -rcE '^\s*#\[test\]'`
across src+tests+benches |
| Status version | v2.1.0 | v2.5.0 | Authoritative source is
`Cargo.toml` |
| Status SLOC | 19,000+ | 32,000+ | `wc -l` reports 32,894 across `src/`
|
| Status tests | 196 | 400+ | Range-y so it doesn't rot per PR |
| Status subcommands | 22 | 25+ | Made range-y for the same reason
(actual `Commands::*` variants: 28) |
| ROADMAP link | `ROADMAP.md` (broken) | `ROADMAP.adoc` | File has
always been `.adoc` |
## Test plan
- [x] `git diff --stat` shows README.adoc-only change (cosmetic, no
code)
- [ ] CI on PR: dogfood-gate, governance, secret-scanner stay green
- [ ] Render check: the asciidoctor render on github.com still shows the
badges and Status block correctly
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8ac09d2 commit abb4ecd
1 file changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | | - | |
205 | | - | |
| 204 | + | |
| 205 | + | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
0 commit comments