BRO-015: nav keys replay MUTATION verbs back/R re-drive the tracked spell, with its rest args stripped

Now
OPEN
Sev
HIGH

The pager's back key (-/BS popView+_refresh, pager.js:471) and R refresh (pager.js:728-741) re-EXECUTE the view's tracked spell. Two compounding defects: (1) _driveApply (pager.js:713-722) tracks only (verb, arg0) and discards rest, so the re-driven spell loses the verb's real arguments; (2) _refresh re-drives ANY verb, including mutations. :post ?feat 'msg' then - re-drives post //WT/x?feat post's DIS-054 bare-advance form (post.js:592-593, needs NO message) a branch FF fired by a navigation key. Nav.mkd:33 wants an abandoned post … screen inert on back. Found in the 2026-07-07 pager nav audit, runtime-VERIFIED (headless Pager + driveSpell stub). Method Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome