BRO-016: the follow/click resolver _resolveSpell is stale post-URI-014 retire it, route follows through the ONE composer

Now
OPEN
Sev
HIGH

The pager has TWO spell resolvers: typed spells ride _applySpell shared/spell.js compose/mergeUri, while Enter/click follows ride _runSpell _resolveSpell (pager.js:271-324). _resolveSpell's slot-edit branch is gated on cur.scheme (pager.js:307), but since URI-014 the tracked view URI is SCHEME-LESS (_splitSpell peels the verb), so the branch never fires: every relative/ref/frag follow falls to the path-only fallback that drops the //authority, the other slots, and the verb. Nav.mkd:3 promises ONE resolution path; today the same string navigates differently typed vs followed. 2026-07-07 audit, runtime-VERIFIED. Method Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome