JGET-008 HIGH: sameSourceUri builds a malformed ssh:////host authority — same-source sub candidate always unreachable

For an ssh:// or be:// parent, the "fetch the sub from the SAME source we are talking to" candidate is always unreachable because sameSourceUri double-prefixes the authority: the URI binding already returns u.authority === "//localhost", and the builder prepends another //, yielding ssh:////localhost/…?/sub. So the primary (live-source) sub candidate is dead and recursion falls back to the .gitmodules URL (which then hits JGET-007). Part of JGET-001; method Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome