scripts/adapter-count.mjs already computes adapters, keyless adapters and total tools, and CI already fails if a quoted number drifts. The numbers could be badges instead of text that has to be maintained.
What to do
- A workflow step writes
{"schemaVersion":1,"label":"adapters","message":"188","color":"2563eb"} to a gist or to a path served from the site.
- README uses shields.io's endpoint badge to render it.
- Same for tool count.
Self-contained, no backend work, visible result. Good first issue.
scripts/adapter-count.mjsalready computes adapters, keyless adapters and total tools, and CI already fails if a quoted number drifts. The numbers could be badges instead of text that has to be maintained.What to do
{"schemaVersion":1,"label":"adapters","message":"188","color":"2563eb"}to a gist or to a path served from the site.Self-contained, no backend work, visible result. Good first issue.