Local adapter. Persists outbound messages into the in-memory Slackbox.Store
(which powers the fake-Slack dev UI) instead of talking to the real Slack API.
open_view opens a modal in the store (surfaced by the dev UI). The remaining
interactive actions (respond, delete) are safe no-ops here.