FSM state for the search prompt mode (project-wide search).
Tracks the accumulated query input. Used by SPC s p / SPC / to
collect a search query before running project search.
Summary
Types
@type t() :: %Minga.Mode.SearchPromptState{ count: non_neg_integer() | nil, input: String.t() }