Dayscript recorder coverage

Every Event a Day app can receive, and the dayscript step the recorder writes for it (DESIGN.md §14.6). Derived from day-spec’s Event enum and day-script’s event_to_step; CI fails if this file drifts from them.

A new Event variant lands here as dropped by default. That is the point: the recorder ends in a catch-all, so an unmapped event is silent at runtime — the control replays but never records. If a new variant should produce a step, map it in event_to_step; if it should not, the dropped row is the record of that decision.

9 of 48 variants record.

EventStepDisposition
PressedTaprecorded
TextChangedInputrecorded
Submitteddropped
ToggleChangedSelectrecorded
ValueChangeddropped
ValueCommittedSetValuerecorded
SelectionChangedSelectrecorded
ListActivatedActivaterecorded
Undodropped
Editdropped
SelectionSetdropped
FocusChangeddropped
TapTaprecorded
LinkActivateddropped
LongPressdropped
ContextMenudropped
Dragdropped
Pinchdropped
Pandropped
Hoverdropped
ScrollChangeddropped
FrameChangeddropped
NavBackNavigaterecorded by the nav observer (on_nav)
NavPresentationChangeddropped
Keydropped
Pointerdropped
WindowResizeddropped
RouteRequestedNavigaterecorded by the nav observer (on_nav)
PresentResultdropped
ImageDecodeddropped
ImageEncodeddropped
Customdropped
MenuActiondropped
ToolbarChangeddropped
SearchChangeddropped
SearchScopeChangeddropped
SearchSuggestionChosendropped
Lifecycledropped
WindowCloseddropped
WindowFocuseddropped
ListReorderdropped
ListDeletedropped
ListSwipedropped
CoverHiddendropped
InspectorChangeddropped
TreeExpandeddropped
TreeMovedropped
TreeSelectiondropped