f622351983
- Switch BRANDS pass from text.includes(kw) to pre-compiled word-boundary regex (same (?<![a-z0-9])...(?![a-z0-9]) pattern as AUTO_SI) — fixes false positive where "php" matched the "hp" keyword - Add Apache to BRANDS with aliases apache, apache2, httpd (AUTO_SI regex excluded apache2 because the trailing digit broke the boundary) - Add custom ICON_HAPROXY (H-shaped path, #1489C8) — HAProxy is absent from simple-icons Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>