test(pubsub-repro): minimal two-tile GLOBAL pubsub round-trip repro
Standing regression test for the cross-tile pubsub bug. A minimal
feature (features/pubsub-repro/) has one background tile and one
window tile. home publishes reproduce:request on GLOBAL, bg is
supposed to respond with reproduce:response. The response never
arrives — same symptom as websearch before the single-tile merge.
Proves the bug is architectural, not websearch-specific. Any v2
feature with a bg + window pair communicating via pubsub is
affected. Candidates identified by the Explore agent: entities,
groups, lex, tag-actions all exhibit this pattern too.
The test is marked test.fail() so Playwright flags a surprise pass
when the fix lands. When the underlying home-to-bg leg is fixed,
flip test.fail to test to promote it to a normal assertion.