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 |
||
|---|---|---|
| .. | ||
| repo-standard-check.mjs | ||
| repo-standard-check.test.mjs | ||