task_pages__calendar_event_grid__weekday_event_count¶
Identity¶
- Domain:
pages - Scene id:
calendar_event_grid - Source scene:
calendar_event_grid - Task id:
task_pages__calendar_event_grid__weekday_event_count
Contract¶
- Objective: count all event chips shown in a requested weekday column.
- Public task contract:
weekday_event_count - Supported
query_idvalues:single - Answer type:
integer - Annotation schema:
bbox_set - Annotation witness: event-chip boxes in the requested weekday column.
- Query argument axes: sampled weekday label and matching visible weekday-header abbreviation.
Program Contract¶
calendar_event_grid_weekday_event_count(weekday_label); output=integer_value; annotation=bbox_set(weekday_event_chips); scene=calendar_event_grid; scope=one month calendar with Top/Mid/Bottom event slots
Reasoning Operations¶
Families: counting
Prompt + Trace¶
- Prompt bundle:
pages_calendar_event_grid_v1 - Scene key:
calendar_event_grid - Task key:
calendar_event_grid_query - Prompt query key:
weekday_event_count - Trace records the month/year, requested weekday, visible weekday header, matching chip ids, final date-cell bboxes, and final event-chip bboxes.
- Generation is deterministic from
instance_seed; answers and annotation come from the finalized calendar event-grid metadata.