task_pages__calendar__date_weekday_label¶
Identity¶
- Domain:
pages - Scene id:
calendar - Source scene:
calendar - Task id:
task_pages__calendar__date_weekday_label
Contract¶
- Objective: find the visible weekday header label above a queried date in one month-view calendar.
- Public task contract:
date_weekday_label - Supported
query_id:single - Answer type:
string - Annotation schema:
bbox - Annotation witness: the queried date cell.
- Query argument axes: sampled target date number.
Program Contract¶
calendar_month_date_weekday_header_lookup(target_date); output=visible_weekday_header_label; annotation=bbox(target_date_cell); scene=calendar; scope=one Gregorian month-view calendar
Reasoning Operations¶
Families: direct_retrieval
Prompt + Trace¶
- Prompt bundle:
pages_calendar_v1 - Scene key:
month_calendar - Task key:
calendar_date_weekday_label_query - Prompt query key:
date_weekday_label - Trace records the month/year, displayed week start, target date, semantic weekday index, exact answer label, valid answer labels, and date-cell bbox.
- Generation is deterministic from
instance_seed; answers and annotation come from the finalized calendar metadata. - Displayed week start is a scene/rendering axis (
monday|sunday) and is not a publicquery_id; the answer string must match the visible three-letter weekday header label (Mon,Tue,Wed,Thu,Fri,Sat, orSun).