task_pages__schedule__overlap_count¶
Identity¶
- Domain:
pages - Scene id:
schedule - Source scene:
schedule - Task id:
task_pages__schedule__overlap_count
Program Contract¶
- Program schema:
schedule_overlap_count(reference_event) -> event_count; scene=schedule; scope=overlap_count - Scene:
schedule - Scope: one rendered single-day schedule with time labels, scheduled event blocks, and one highlighted reference event.
- Supported
query_idvalues:single - Answer schema:
integer - Annotation schema:
bbox_set - Annotation roles: unordered event-block boxes for every non-reference event overlapping the highlighted reference event.
- Query arguments: fixed overlap predicate; old source branch is recorded as
source_query_id=overlap_count. - Render arguments: day label, event intervals, lane assignments, scene variant, style variant, accent color, render dimensions, and post-render noise.
Reasoning Operations¶
Families: filtering, counting, spatial_relations
Prompt + Trace¶
- Prompt bundle:
pages_schedule_v1 - Scene key:
day_schedule - Task key:
schedule_day_query - Prompt query key:
overlap_count - Trace records selected public
query_id, source query id, event intervals, lane assignments, reference event id, answer event ids, event-block bboxes, style metadata, and projected annotation. - Generation is deterministic from
instance_seed; answer and annotation come from the finalized render metadata.