BE-035: context conformance leftovers — silent ?rev drops, leaky be-snapshot

Now:
OPEN

Input

Context

Two smaller divergences from the context model (Nav: a ?rev context reads repo objects; verbs may DROP context parts, but not mislead). (1) views/status/status.js:92-93 and views/ls/ls.js:191 deliberately drop ?ref and read the live wt — at a pinned context //ABC-123/dir?<oldsha>, :ls/:status silently show live-wt content with no signal (cat/tree honor the rev, so views disagree). (2) _snapBe/_restoreBe (core/loop.js:245-249) snapshot {repo,sink,format,force,flags} but omit be.authority and be.verb, which _cli overwrites — a pager :spell reentry leaks its //name scope into the outer session until the next drive recomputes it.

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome