fix(links): a directory link is not a missing file, so a tracked dir now resolves
`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
This commit is contained in:
parent
0945e88598
commit
3c2a535297
7 changed files with 50 additions and 5 deletions
|
|
@ -12,7 +12,7 @@ description: >-
|
|||
"fiks install-blokka", "finn døde repo-referanser", "gjør repoet presentabelt".
|
||||
Trigger when someone is about to release, publish, or hand over a repository
|
||||
and wants its public surface to hold up.
|
||||
version: "0.1.1"
|
||||
version: "0.1.2"
|
||||
---
|
||||
|
||||
# repo-standard — the per-repo gate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue