What to build: Implement 30052 — Tomorrow's Headline. Card text: "When this agenda is scored or stolen, give the Runner 1 tag." Follow docs/adding-a-card.md for the definition of done: one contiguous hook block in rust/netrunner-core/src/cards/sg.rs, at least one card_30052_* Rust test, and implemented/has_tests flipped in game/cards_impl/sg.json.
Blocked by: 10 — implement sg remaining (this ticket's parent).
Status: fixed
2026-08-01: One hook on both ON_SCORE and ON_STEAL, routed through engine::give_runner_tags so NBN: Reality Plus sees the taking-of-tags. Landed with ticket 10.