-- Roadmap items gain an optional `features` column — a JSON array of short -- strings, each rendered as a plus-icon bullet in the route card's hover -- expansion (and the mobile timeline). Lists the concrete capabilities an -- item ships. NULL / '[]' when not set; the UI hides the list in that case. ALTER TABLE roadmap_items ADD COLUMN features TEXT;