Task: Fix readme badges
This page documents a task in the Fix readme badges story. It captures the goal, current status, acceptance, and any notes or results.
Goal
Fix the broken "PRs since v0.0.20" badge (shields.io rejects the dynamic JSON url= parameter for GitHub Search API URLs) and the stale Sprint badge (was Sprint-20, should be Sprint-21). Update the version bump recipe to document both the static badge pattern and the sprint badge step.
Status
| Field | Value |
|---|---|
| State | DONE |
| Parent story | Fix readme badges |
| Now | Nothing. |
| Waiting on | Nothing. |
| Next | Nothing. |
| Last touched | 2026-06-12 |
Acceptance
- Sprint badge shows "Sprint-21" and links to sprint_21/sprint.html.
- PRs badge shows "PRs since v0.0.20 | GitHub search" (static) and links to the GitHub PR search.
- Version bump recipe documents: sprint badge update, static PRs badge format, commits-since badge, screenshot update.
Plan
(Implementation strategy. Written when work starts; key decisions
are distilled into the parent story's * Decisions at close, but the
plan itself stays — it is the historical record of what we did.)
Notes
PRs
Review
| Comment summary | File | Decision | Notes |
|---|---|---|---|
Result
Fixed the broken dynamic PRs badge and stale Sprint badge in readme.org.
Updated the badge URLs and version bump recipe. PR #1276 merged.