docs(catalog): correct repo-standard stat mirror — 20 checks, 245 tests

repo-standard removed both numbers from its own README prose to stop an
ungated figure going stale again, and gave a corrected unit for checks
(check-table rows, not exported functions). Self-measured at the pinned
v0.11.2 tag per the catalog's own badge-less-axis convention: checks =
table rows (README.md:68-87, 20 — their own grep recipe overcounts by
hitting a second table in the file), tests = `node --test` (245/245).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WPstjCdfFm5dUWFC3pFTNE
This commit is contained in:
Kjell Tore Guttormsen 2026-08-14 20:32:29 +02:00
commit 3f5afeeb99

View file

@ -203,13 +203,13 @@ A local mailbox for coordination between Claude Code sessions in different repos
Per-repo gate for the open/ presentation standard: README first screen, install block, files required by the repo's class, and dead repo references.
- **Twelve checks** — first screen, install block and install truth, required headings, files required by the repo's class and traits, dead `open/<name>` references, relative links, licence claim, badge honesty, boilerplate, version consistency, description length
- **20 checks** — first screen, install block and install truth, required headings, files required by the repo's class and traits, dead `open/<name>` references, relative links, licence claim, badge honesty, boilerplate, version consistency, description length
- **Two axes on every finding** — level (`ERROR`/`WARN`/`SKIP`/`OK`) and bucket (broken/missing/weakening); the output is grouped by bucket, which is the order the work gets done in
- **A `SKIP` is never a pass** — checks that could not run print under their own "NOT CHECKED" heading instead of counting as green
- **The class decides what is required** — plugin, catalog, shared-asset, standalone and org-profile each get their own install form and required files, so a five-line org profile is not measured against a plugin's bar
- **It records, it does not fix** — findings first, remediation afterwards
1 skill · 14 checks · 170 tests · [Full documentation →](https://git.fromaitochitta.com/open/repo-standard)
1 skill · 20 checks · 245 tests · [Full documentation →](https://git.fromaitochitta.com/open/repo-standard)
---