task_pages__timeline__date_threshold_event_count¶
Identity¶
- Domain:
pages - Scene id:
timeline - Source scene:
timeline - Task id:
task_pages__timeline__date_threshold_event_count
Program Contract¶
- Program schema:
timeline_date_threshold_event_count(threshold_date, side) -> event_count; scene=timeline; scope=date_threshold_event_count - Scene:
timeline - Scope: one rendered milestone timeline with dated event cards and one prompt-specified threshold date.
- Supported
query_idvalues:before_threshold_date_count,after_threshold_date_count - Answer schema:
integer - Annotation schema:
bbox_set - Annotation roles: unordered event-card boxes for every counted event card.
- Query arguments:
side=before|after; counted cards must be strictly before or strictly after the prompt date. - Render arguments: month/year, event count, scene variant, style variant, accent color, render dimensions, and post-render noise.
Reasoning Operations¶
Families: filtering, counting, comparison
Prompt + Trace¶
- Prompt bundle:
pages_timeline_v1 - Scene key:
milestone_timeline - Task key:
timeline_milestone_query - Prompt query keys:
before_threshold_date_count,after_threshold_date_count - Trace records selected
query_id, threshold relation, threshold date, event order, dates, answer event ids, event-card bboxes, style metadata, and projected annotation. - Generation is deterministic from
instance_seed; answer and annotation come from the finalized render metadata.