Skip to content

docs: label the CI badge as tests and add a version badge - #30

Merged
AqueGen merged 1 commit into
mainfrom
docs/badges
Aug 11, 2026
Merged

docs: label the CI badge as tests and add a version badge#30
AqueGen merged 1 commit into
mainfrom
docs/badges

Conversation

@AqueGen

@AqueGen AqueGen commented Aug 11, 2026

Copy link
Copy Markdown
Owner

Two of the three things asked for here already existed, so this PR is only the part that did not.

Tests already run in CI. .github/workflows/validate.yml runs node --test hooks/dispatch-counter.test.mjs hooks/update-check.test.mjs on every push and pull request, and has since before this release. A badge already existed too - it just read validate, which tells a reader nothing about what is being guarded.

So: the badge is relabelled tests, and a version badge is added.

Green on the tests badge means the hook suites passed - they are the workflow's first step and nothing downstream can turn a failed run green. The imprecision worth stating plainly: a RED badge can also mean a manifest or frontmatter check failed rather than a test. Splitting the workflow in two to make the badge exact would double the CI runs to remove an ambiguity that only appears when something is already broken.

The version badge tracks the newest tag, which is the version the marketplace serves. That is worth showing next to a plugin whose update flow is manual on both steps - catalog refresh and install - and it lets someone compare against what their own notice reports.

Both badge URLs were fetched before committing rather than assumed: the tests badge renders passing, the version badge renders v0.14.0.

The repository About was filled in separately, since it is repo metadata rather than a file: description set, and three topics added (subagents, cost-optimization, reasoning-effort) on top of the four already there. Homepage left empty on purpose - there is no site, and pointing it back at this same repo is noise.

The workflow badge read "validate", which says nothing about what it guards. It is now labelled "tests" - green means the hook suites passed, since they are the first thing the workflow runs and nothing downstream can turn a failed run green. The one imprecision is worth stating: a red badge can also mean a manifest or frontmatter check failed, not only a test.

The version badge tracks the newest tag, which is the version the marketplace serves - useful next to a plugin whose update flow is manual on both steps.
@AqueGen
AqueGen merged commit 9b6a6a9 into main Aug 11, 2026
2 checks passed
@AqueGen
AqueGen deleted the docs/badges branch August 11, 2026 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant