feat(pagestream): global card navigation while page host is open
When a page is opened from pagestream, Cmd+J/K and Cmd+Up/Down navigate
between cards globally (even when page host has focus). The open page
navigates to the new card's URL via page:navigate pubsub message.
Adds page:navigate subscriber to page host. Refactors keyboard handling
to share moveSelection() between local keydown and global shortcuts.
Also adds docs/extension-modes.md research note for future formalized
extension mode API.