Renderer-neutral presentation widget shared by TUI and web surfaces.
Summary
Types
@type placement() :: :above_editor | :below_editor | :sidebar
@type t() :: %Vibe.Presentation.Widget{ id: String.t(), placement: placement(), props: map(), type: widget_type(), version: non_neg_integer() }
@type widget_type() :: :lines | :markdown | :status | :panel | :progress | :list