task_pages__concept_map__ordered_child_label¶
Identity¶
- Domain:
pages - Scene id:
concept_map - Source scene:
concept_map - Task id:
task_pages__concept_map__ordered_child_label
Contract¶
- Objective: read the visible child-item label at a requested ordinal position under a named concept-map branch.
- Public task contract:
ordered_child_label - Supported
query_idvalues:single - Answer type:
string - Annotation schema:
bbox - Annotation witness: selected child-item-node box.
- Query argument axes: target branch label, target ordinal rank, reading order, context topic, branch count, child-count support, non-radial layout variant, style variant, and node shape profile.
Program Contract¶
concept_map_ordered_child_label(branch_label, rank_ordinal, reading_order); output=child_label_string; annotation=bbox(answer_child); scene=concept_map; scope=one concept-map diagram
Reasoning Operations¶
Families: ranking, topology
Prompt + Trace¶
- Prompt bundle:
pages_concept_map_v1 - Scene key:
concept_map_diagram - Task key:
concept_map_lookup_query - Prompt query key:
nth_child_label - Trace records concept branches, child nodes, marker icons, rendered node boxes, sampled context/layout/style metadata, and selected target metadata.
- Generation is deterministic from
instance_seed; answers and annotation come from the finalized concept-map render metadata. - This task intentionally uses
left_right_mapandclustered_maplayouts only; dense ordered child lists are not sampled inradial_mind_mapbecause radial branch fans make ordinal reading visually cluttered.