AI-planned child-theme overrides that survive parent-theme updates
TL;DR Parent themes refactor between major versions. A v2.7 parent ships with a home.php that calls three helper functions. The v3.0 release moves those helpers into a hooks-and-filters extension layer and the function names go away. A child theme that…