task_pages__calendar_event_grid__busiest_date_label¶
Identity¶
- Domain:
pages - Scene id:
calendar_event_grid - Source scene:
calendar_event_grid - Task id:
task_pages__calendar_event_grid__busiest_date_label
Contract¶
- Objective: find the unique date with the most event chips.
- Public task contract:
busiest_date_label - Supported
query_idvalues:single - Answer type:
integer - Annotation schema:
bbox_set - Annotation witness: event-chip boxes on the busiest date.
- Query argument axes: sampled month/year and busiest date.
Program Contract¶
calendar_event_grid_busiest_date_label(); output=integer_date_number; annotation=bbox_set(event_chips_on_unique_busiest_date); scene=calendar_event_grid; scope=one month calendar with Top/Mid/Bottom event slots
Reasoning Operations¶
Families: filtering, ranking
Prompt + Trace¶
- Prompt bundle:
pages_calendar_event_grid_v1 - Scene key:
calendar_event_grid - Task key:
calendar_event_grid_query - Prompt query key:
busiest_date_label - Trace records the month/year, busiest date, per-date event counts, 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.