docs(readme): trim the badge row to five, recolor the selftest count

repo-standard's presentation check flagged two WARNs. Both land on the
badge row, and one of them collides with a decision made yesterday.

BADGE-STATIC-CLAIM: green is CI idiom for "passing", and this repo has
no CI by design (a stated non-goal — the forge has no runner). Linking
the badge to a real run is therefore impossible, but DROPPING it is not
free either: the catalog's stat-mirror gate is per-axis and badge-gated,
so an unbadged axis is skipped silently and the number it protects can
rot again (measured 6 and 251 against a true 8 and 398). The badge stays
and turns blue, which reads as a count rather than a pass state. The
catalog parser splits label/value/color and ignores the color, so the
gate is unaffected.

BADGE-COUNT: seven badges, past the point a row reads as clutter. Five
of them are load-bearing — version is ERROR-gated by the catalog, and
hooks/skills/CLI scripts/selftest checks are the four axes it mirrors.
Platform and License are not: the first restates the opening line, the
second restates the License section that already links LICENSE. Dropping
those two lands exactly on five without ungating anything.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015bWgoaf46fu6DagYQyDVR5
This commit is contained in:
Kjell Tore Guttormsen 2026-08-04 11:49:29 +02:00
commit ddc978d4c1

View file

@ -11,12 +11,10 @@ Session A in repo X leaves a message for repo Y; the next session in repo Y gets
*AI-generated: all code produced by Claude Code through dialog-driven development.*
![Version](https://img.shields.io/badge/version-0.20.2-blue)
![Platform](https://img.shields.io/badge/platform-Claude_Code_Plugin-purple)
![Hooks](https://img.shields.io/badge/hooks-1-green)
![Skills](https://img.shields.io/badge/skills-3-orange)
![CLI scripts](https://img.shields.io/badge/CLI_scripts-8-blue)
![Selftest checks](https://img.shields.io/badge/selftest_checks-398-green)
![License](https://img.shields.io/badge/license-MIT-lightgrey)
![Selftest checks](https://img.shields.io/badge/selftest_checks-398-blue)
---