task_pages__navigation_flow__same_group_target_label¶
Identity¶
- Domain:
pages - Scene id:
navigation_flow - Source scene:
navigation_flow - Task id:
task_pages__navigation_flow__same_group_target_label
Contract¶
- Objective: identify the other lettered control in the same visible group as a named reference candidate letter.
- Public task contract:
same_group_target_label - Supported
query_idvalues:single - Answer type:
option_letter - Annotation schema:
bbox - Annotation witness: the selected target control bounding box.
- Query argument axes: navigation surface, reference group, reference candidate letter, target label, scene variant, and information-scene treatment.
Program Contract¶
same_group_target(reference_candidate_letter); output=option_letter; annotation=bbox(target_control); scene=navigation_flow; scope=one desktop application navigation screen
Reasoning Operations¶
Families: topology
Prompt + Trace¶
- Prompt bundle:
pages_navigation_flow_v1 - Scene key:
navigation_flow - Task key:
navigation_path_query - Prompt query key:
same_group_target_label - Runtime
query_idissingle; selected surface and reference-control metadata are recorded in trace metadata. - Public annotation is the selected target control bbox. The reference control bbox is recorded in trace metadata as
reference_control_bbox_px. - Generation forces two lettered controls per visible group for this task so the same-group target is unique by construction.
- Generation is deterministic from
instance_seed; answer and annotation come from the finalized render metadata.