From f4db74554e21cecb62c3cce8981d874e7735a346 Mon Sep 17 00:00:00 2001 From: Will Eastcott Date: Mon, 31 Aug 2026 00:07:09 +0100 Subject: [PATCH 1/2] Resolve bare entity names against the nearest enclosing scope An exact entity-name match now resolves lexically through the entity hierarchy first - the closest entity-fronting ancestor's inclusive subtree, then each outer one, then the containing pc-app - before the existing document-wide selector/id/name lookup runs unchanged as the fallback. A