From 490642b78aacb762cc0c40ddf1783965541dd28a Mon Sep 17 00:00:00 2001 From: Via Date: Fri, 17 Jul 2026 06:21:18 +0000 Subject: [PATCH] fix(feedback-lint): tighten census value scoping and defect-keyword matching MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Addresses C1-C7 from Rames's adversarial review + N2/N3 nits: - C1 (positionFixed): inline probe now value-scopes to 'fixed' — previously fired on any position value (absolute, relative, sticky), producing a false-positive anatomy that would mislead maintainers pattern-matching the 'sub-comp + position:fixed capture' bug family. - C2 (overflowHidden): symmetric fix — inline path now catches style='overflow: hidden' via the value-scoped probe, matching the