SKILL.md's opening list still glossed `SKIP` as "the check could not run" and then contradicted itself five lines later, where 0.8.0 had added the two kinds. A session reading only the list reports every deliberate skip as something that failed to run, and sends someone to fix fixture links that are deliberate on purpose. 0.7.1 exists because 0.7.0 shipped the same class of defect; this is the check that was supposed to stop it happening twice. README's `--offline` note and its bilingual-undecidable paragraph now name which kind their skips are, and what resolves them. Both were true and incomplete — incomplete in the one direction that matters now that the summary line names only one of the two. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DHaQTcaD3w2C6PqVsAmrcv
12 lines
478 B
JSON
12 lines
478 B
JSON
{
|
|
"name": "repo-standard",
|
|
"version": "0.8.1",
|
|
"description": "Per-repo gate for the open/ presentation standard: README first screen, install block, files required by the repo's class, and dead repo references.",
|
|
"author": {
|
|
"name": "Kjell Tore Guttormsen"
|
|
},
|
|
"auto_discover": true,
|
|
"license": "MIT",
|
|
"repository": "https://git.fromaitochitta.com/open/repo-standard",
|
|
"keywords": ["repository-standard", "readme", "gate", "documentation", "multi-repo"]
|
|
}
|