task_pages__navigation_flow__navigation_path_target_label¶
Identity¶
- Domain:
pages - Scene id:
navigation_flow - Source scene:
navigation_flow - Task id:
task_pages__navigation_flow__navigation_path_target_label
Contract¶
- Objective: identify the candidate control reached by a visible navigation path.
- Public task contract:
navigation_path_target_label - Supported
query_idvalues:menu_path_target_label,sidebar_tree_target_label,ribbon_group_command_label - Answer type:
option_letter - Annotation schema:
bbox - Annotation witness: the selected target command/item/control bounding box.
- Query argument axes: navigation surface branch, target path, target label, menu/ribbon counts, scene variant, and information-scene treatment.
Program Contract¶
lookup_candidate_label(surface={menu_path,sidebar_tree,ribbon_group}, path); 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 keys:
menu_path_target_label,sidebar_tree_target_label, andribbon_group_command_label - Runtime
query_idis the semantic navigation-surface branch; the selected surface still records to trace metadata. - Public annotation is the selected target control bbox. Path support boxes for menu roots, sidebar groups, and ribbon groups remain in trace metadata as
path_support_bbox_map. - Trace records all controls, support boxes, candidate labels, target path, final geometry, sampled scene/style metadata, and prompt metadata.
- Generation is deterministic from
instance_seed; answer and annotation come from the finalized render metadata.