mirror of
https://github.com/juherr/kill-the-news.git
synced 2026-08-05 00:54:16 +00:00
email-processor parsed input.from twice — once via EmailAddress for the native-feed base, once via the favicon infra helper extractEmailDomain just to get the domain. CLAUDE.md forbids reaching across a layer to parse a domain: parse once and derive both siteBaseUrl() and domain.value from the EmailAddress VO, removing the infrastructure/favicon-fetcher import. Co-Authored-By: Claude Opus 4.7 <[email protected]>