///BE-021/ tree URIs — must run todo BE-021 in the CURRENT contextReported by gritzko 2026-07-19. In the todo view's list-all board, a ticket link lands on e.g. ///BE-021/ — a (nonexistent) tree URI — instead of executing the spell todo BE-021 in the current context. The view emits hidden U word spells todo <KEY> by design (BE-038), and a spell is (context, verb, args) — the pager must hand it to the verb loop, never resolve it as a relative URI off ///. Somewhere on the emit or follow path the word spell degrades into URI resolution.
todo <KEY>/todo <TOPIC> U spells on every list row and body token (:222, :247, targetSpell :283, page splice :336-357) — no /// is composed in the view; the corruption is downstream (hunk uri slot, pager _uriAt/follow resolver, or the spell-vs-URI classifier).todo BE-021 spell runs in the CURRENT //WT/dir/ context.///.82ef082f (WORK-007 posted).[?] click, empty-context O //: todo STATUS-008): the arg welds onto the CURRENT //WT context — red bar //WORK-010/STATUS-008/: todo, expected //WORK-010/: todo STATUS-008; evidence in BRO-038 STALE. The staged fix predates //WORK/#36040cfb — needs a weave onto the moved tip + a pin for this variant.///KEY/ navigation red, then flips green.todo <KEY> with the pager's current context unchanged (BRO-024: context mutates only by navigation); the address bar shows (ctx): todo BE-021, not ///BE-021/._runSpell (views/bro/pager.js) treated a word-spell's ARG as a nav address — _fillAuth("BE-021") → ///BE-021 → _ctxFrom → context ///BE-021/; the page rendered right, the CONTEXT jumped wrong._isNavAddr(uri) — only a scheme, //authority, or absolute /path navigates; a bare relative arg leaves ctx unchanged and shows verbatim in the bar. ../?ref slot-edits untouched (_applySpell path).cat wiki/Page.mkd) now also keeps ctx at the meta root — consistent with BE-038's context-tree note; _isNavAddr is the seam if per-file descent is ever wanted.///BE-021/: todo on the unfixed pager.//: todo BE-021, context unchanged; suite 302/303 == baseline (the one red is the known pre-existing work/getctx pty).///BE-021/: todo, fixed (//BE-053) green //: todo BE-021; work/view pty suite PASS on the fixed tree.BE-053: keep pager context on a word-spell arg click