Solution
Changed the web-search handler to read process.env at call time instead of caching the API key at module import. Tension: the module-level read was stale. Outcome: Then ran the existing home-preparation script to create the expected local directory/persona/device-identity layout before rerunning the suite.
e7a2acfc-a131-49c5-9953-43a16d6dc27e
Changed the web-search handler to read process.env at call time instead of caching the API key at module import. Tension: the module-level read was stale. Outcome: Then ran the existing home-preparation script to create the expected local directory/persona/device-identity layout before rerunning the suite.