BE-033: scheme-less //host still routes to cached remote — spec says worktree, period

Now:
DONE

Input

Context

Ruling 2026-07-09 (URI, Invariants): a scheme-less //name is ALWAYS a worktree; a remote URI always carries its transport scheme. The code decides local-vs-remote by EXISTENCE, not shape: core/loop.js:197-201 (authorityRepo) lets a dotted //host or a _isCachedRemote hit fall through to the wire, NAVNONE only for dotless non-cached misses; verbs/get/get.js:111 classifies cached = !hasScheme && hasAuth and seedCached (get.js:248) resets from the remote-tracking tip. The get.js D7 comment still quotes the pre-ruling GET.mkd ("uses the cached tip if no scheme set") — amended in the wiki this same day.

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome