Plugin/desktop UI dispatcher gains a resolveTables method for resolving requests per surface
The internal dispatcher that manages UI environments (such as terminal and desktop plugin surfaces) gained a new resolveTables method, which resolves a batch of requests against per-surface "core" contexts and passes the answers back through the environment's storeResolved. The load() step now also threads through a tier and a nextTo set for each environment, and the dispatch and callInterface logic gained additional "framing" and "leftOut"/"floors" plumbing.
This is internal plumbing for how plugin UI surfaces resolve and route data; the finding doesn't specify what user-facing capability it enables.
What user-visible effect resolveTables and the new tier/nextTo/framing plumbing has, beyond the internal mechanism described.