`checkInternalLinks` compared a link's resolved target only against `present` (tracked files), so `[x](dir/)` was always LINK-INTERNAL-MISSING even when every file under it was tracked. Reported by portfolio-optimiser-claude with a minimal repro; the same defect inflated ERROR counts in voyage, linkedin-studio and portfolio-optimiser — 12 of the org's 71 measured ERRORs were this one check, not twelve repo problems. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Uwwfdmrfnp7FuGQ4z25RKH
12 lines
478 B
JSON
12 lines
478 B
JSON
{
|
|
"name": "repo-standard",
|
|
"version": "0.1.2",
|
|
"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"]
|
|
}
|