repo-standard/scripts
Kjell Tore Guttormsen 568b8e374a fix(engine): LINK-DEAD false positive on API endpoint paths
URL_REF matched `open/<name>` anywhere in a URL path, so a Forgejo API
call like `.../api/v1/orgs/open/repos` read as a dead reference to a
repo named "repos" — "open" there is the org argument to the API, not
a repo reference. Restrict the host segment to exclude `/`, so `open`
must be the first path segment after the host, matching how every
real repo URL is shaped. Measured twice against the catalog's own
RUNBOOK.md:39 and :114.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01W1ZJFViVYpr8cvf4fs91j1
2026-08-04 22:01:53 +02:00
..
repo-standard-check.mjs fix(engine): LINK-DEAD false positive on API endpoint paths 2026-08-04 22:01:53 +02:00
repo-standard-check.test.mjs fix(engine): LINK-DEAD false positive on API endpoint paths 2026-08-04 22:01:53 +02:00