{ "directed": false, "multigraph": false, "graph": {}, "nodes": [ { "label": "__init__.py", "file_type": "code", "source_file": "ba_auto/__init__.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_init", "community": 25, "norm_label": "__init__.py" }, { "label": "Python-first Blue Archive daily-automation package.", "file_type": "rationale", "source_file": "ba_auto/__init__.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_init_rationale_1", "community": 25, "norm_label": "python-first blue archive daily-automation package." }, { "label": "config.py", "file_type": "code", "source_file": "ba_auto/config.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_config", "community": 9, "norm_label": "config.py" }, { "label": "Central configuration for ba-auto-daily, ported from the old ba_dailies.sh.", "file_type": "rationale", "source_file": "ba_auto/config.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_config_rationale_1", "community": 9, "norm_label": "central configuration for ba-auto-daily, ported from the old ba_dailies.sh." }, { "label": "detector.py", "file_type": "code", "source_file": "ba_auto/detector.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_detector", "community": 2, "norm_label": "detector.py" }, { "label": "_masked_template()", "file_type": "code", "source_file": "ba_auto/detector.py", "source_location": "L56", "_origin": "ast", "id": "ba_auto_detector_masked_template", "community": 2, "norm_label": "_masked_template()" }, { "label": "find_cafe_sparkle()", "file_type": "code", "source_file": "ba_auto/detector.py", "source_location": "L63", "_origin": "ast", "id": "ba_auto_detector_find_cafe_sparkle", "community": 2, "norm_label": "find_cafe_sparkle()" }, { "label": "find_template()", "file_type": "code", "source_file": "ba_auto/detector.py", "source_location": "L88", "_origin": "ast", "id": "ba_auto_detector_find_template", "community": 2, "norm_label": "find_template()" }, { "label": "template_visible()", "file_type": "code", "source_file": "ba_auto/detector.py", "source_location": "L125", "_origin": "ast", "id": "ba_auto_detector_template_visible", "community": 2, "norm_label": "template_visible()" }, { "label": "_color_mask()", "file_type": "code", "source_file": "ba_auto/detector.py", "source_location": "L133", "_origin": "ast", "id": "ba_auto_detector_color_mask", "community": 2, "norm_label": "_color_mask()" }, { "label": "region_contains_color()", "file_type": "code", "source_file": "ba_auto/detector.py", "source_location": "L143", "_origin": "ast", "id": "ba_auto_detector_region_contains_color", "community": 2, "norm_label": "region_contains_color()" }, { "label": "find_color_centroid()", "file_type": "code", "source_file": "ba_auto/detector.py", "source_location": "L155", "_origin": "ast", "id": "ba_auto_detector_find_color_centroid", "community": 2, "norm_label": "find_color_centroid()" }, { "label": "_ocr_crop()", "file_type": "code", "source_file": "ba_auto/detector.py", "source_location": "L179", "_origin": "ast", "id": "ba_auto_detector_ocr_crop", "community": 2, "norm_label": "_ocr_crop()" }, { "label": "read_text()", "file_type": "code", "source_file": "ba_auto/detector.py", "source_location": "L194", "_origin": "ast", "id": "ba_auto_detector_read_text", "community": 2, "norm_label": "read_text()" }, { "label": "read_int_white_on_dark()", "file_type": "code", "source_file": "ba_auto/detector.py", "source_location": "L213", "_origin": "ast", "id": "ba_auto_detector_read_int_white_on_dark", "community": 2, "norm_label": "read_int_white_on_dark()" }, { "label": "read_int()", "file_type": "code", "source_file": "ba_auto/detector.py", "source_location": "L237", "_origin": "ast", "id": "ba_auto_detector_read_int", "community": 2, "norm_label": "read_int()" }, { "label": "read_int_bordered()", "file_type": "code", "source_file": "ba_auto/detector.py", "source_location": "L243", "_origin": "ast", "id": "ba_auto_detector_read_int_bordered", "community": 2, "norm_label": "read_int_bordered()" }, { "label": "read_int_on_heart_badge()", "file_type": "code", "source_file": "ba_auto/detector.py", "source_location": "L278", "_origin": "ast", "id": "ba_auto_detector_read_int_on_heart_badge", "community": 2, "norm_label": "read_int_on_heart_badge()" }, { "label": "Image/color matching helpers (OpenCV-based). Ported from scripts/detect_and_clic", "file_type": "rationale", "source_file": "ba_auto/detector.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_detector_rationale_1", "community": 2, "norm_label": "image/color matching helpers (opencv-based). ported from scripts/detect_and_clic" }, { "label": "Generic named-template match against a fresh screenshot, optionally restrict", "file_type": "rationale", "source_file": "ba_auto/detector.py", "source_location": "L89", "_origin": "ast", "id": "ba_auto_detector_rationale_89", "community": 2, "norm_label": "generic named-template match against a fresh screenshot, optionally restrict" }, { "label": "Boolean presence check built on find_template -- the common case for screen-", "file_type": "rationale", "source_file": "ba_auto/detector.py", "source_location": "L126", "_origin": "ast", "id": "ba_auto_detector_rationale_126", "community": 2, "norm_label": "boolean presence check built on find_template -- the common case for screen-" }, { "label": "Whether any pixel within `region` (x1, y1, x2, y2) falls in the given RGB ra", "file_type": "rationale", "source_file": "ba_auto/detector.py", "source_location": "L144", "_origin": "ast", "id": "ba_auto_detector_rationale_144", "community": 2, "norm_label": "whether any pixel within `region` (x1, y1, x2, y2) falls in the given rgb ra" }, { "label": "Centroid `(x, y)` of every pixel within `region` (x1, y1, x2, y2) falling in", "file_type": "rationale", "source_file": "ba_auto/detector.py", "source_location": "L156", "_origin": "ast", "id": "ba_auto_detector_rationale_156", "community": 2, "norm_label": "centroid `(x, y)` of every pixel within `region` (x1, y1, x2, y2) falling in" }, { "label": "OCR a pixel rectangle `(x1, y1, x2, y2)` from a fresh screenshot. Local equ", "file_type": "rationale", "source_file": "ba_auto/detector.py", "source_location": "L195", "_origin": "ast", "id": "ba_auto_detector_rationale_195", "community": 2, "norm_label": "ocr a pixel rectangle `(x1, y1, x2, y2)` from a fresh screenshot. local equ" }, { "label": "OCR a digit crop that renders bright text directly on a dark card background", "file_type": "rationale", "source_file": "ba_auto/detector.py", "source_location": "L214", "_origin": "ast", "id": "ba_auto_detector_rationale_214", "community": 2, "norm_label": "ocr a digit crop that renders bright text directly on a dark card background" }, { "label": "Local equivalent of the reference's recognize_int.", "file_type": "rationale", "source_file": "ba_auto/detector.py", "source_location": "L238", "_origin": "ast", "id": "ba_auto_detector_rationale_238", "community": 2, "norm_label": "local equivalent of the reference's recognize_int." }, { "label": "read_int, but with a white margin added around the upscaled crop before OCR.", "file_type": "rationale", "source_file": "ba_auto/detector.py", "source_location": "L244", "_origin": "ast", "id": "ba_auto_detector_rationale_244", "community": 2, "norm_label": "read_int, but with a white margin added around the upscaled crop before ocr." }, { "label": "OCR a small dark-navy digit rendered on lesson.py's pink/magenta heart-shape", "file_type": "rationale", "source_file": "ba_auto/detector.py", "source_location": "L279", "_origin": "ast", "id": "ba_auto_detector_rationale_279", "community": 2, "norm_label": "ocr a small dark-navy digit rendered on lesson.py's pink/magenta heart-shape" }, { "label": "driver.py", "file_type": "code", "source_file": "ba_auto/driver.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_driver", "community": 7, "norm_label": "driver.py" }, { "label": "run_command()", "file_type": "code", "source_file": "ba_auto/driver.py", "source_location": "L13", "_origin": "ast", "id": "ba_auto_driver_run_command", "community": 7, "norm_label": "run_command()" }, { "label": "focus_game()", "file_type": "code", "source_file": "ba_auto/driver.py", "source_location": "L19", "_origin": "ast", "id": "ba_auto_driver_focus_game", "community": 7, "norm_label": "focus_game()" }, { "label": "click()", "file_type": "code", "source_file": "ba_auto/driver.py", "source_location": "L40", "_origin": "ast", "id": "ba_auto_driver_click", "community": 7, "norm_label": "click()" }, { "label": "move_mouse()", "file_type": "code", "source_file": "ba_auto/driver.py", "source_location": "L51", "_origin": "ast", "id": "ba_auto_driver_move_mouse", "community": 7, "norm_label": "move_mouse()" }, { "label": "drag()", "file_type": "code", "source_file": "ba_auto/driver.py", "source_location": "L55", "_origin": "ast", "id": "ba_auto_driver_drag", "community": 7, "norm_label": "drag()" }, { "label": "scroll()", "file_type": "code", "source_file": "ba_auto/driver.py", "source_location": "L79", "_origin": "ast", "id": "ba_auto_driver_scroll", "community": 7, "norm_label": "scroll()" }, { "label": "keypress()", "file_type": "code", "source_file": "ba_auto/driver.py", "source_location": "L92", "_origin": "ast", "id": "ba_auto_driver_keypress", "community": 7, "norm_label": "keypress()" }, { "label": "screenshot()", "file_type": "code", "source_file": "ba_auto/driver.py", "source_location": "L97", "_origin": "ast", "id": "ba_auto_driver_screenshot", "community": 7, "norm_label": "screenshot()" }, { "label": "color_at()", "file_type": "code", "source_file": "ba_auto/driver.py", "source_location": "L101", "_origin": "ast", "id": "ba_auto_driver_color_at", "community": 7, "norm_label": "color_at()" }, { "label": "colors_at()", "file_type": "code", "source_file": "ba_auto/driver.py", "source_location": "L108", "_origin": "ast", "id": "ba_auto_driver_colors_at", "community": 7, "norm_label": "colors_at()" }, { "label": "wait()", "file_type": "code", "source_file": "ba_auto/driver.py", "source_location": "L128", "_origin": "ast", "id": "ba_auto_driver_wait", "community": 7, "norm_label": "wait()" }, { "label": "kill_game()", "file_type": "code", "source_file": "ba_auto/driver.py", "source_location": "L132", "_origin": "ast", "id": "ba_auto_driver_kill_game", "community": 7, "norm_label": "kill_game()" }, { "label": "launch_game()", "file_type": "code", "source_file": "ba_auto/driver.py", "source_location": "L139", "_origin": "ast", "id": "ba_auto_driver_launch_game", "community": 7, "norm_label": "launch_game()" }, { "label": "is_game_running()", "file_type": "code", "source_file": "ba_auto/driver.py", "source_location": "L155", "_origin": "ast", "id": "ba_auto_driver_is_game_running", "community": 7, "norm_label": "is_game_running()" }, { "label": "window_exists()", "file_type": "code", "source_file": "ba_auto/driver.py", "source_location": "L163", "_origin": "ast", "id": "ba_auto_driver_window_exists", "community": 7, "norm_label": "window_exists()" }, { "label": "Local PC/Steam/Proton control backend (xdotool/scrot wrappers).", "file_type": "rationale", "source_file": "ba_auto/driver.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_driver_rationale_1", "community": 7, "norm_label": "local pc/steam/proton control backend (xdotool/scrot wrappers)." }, { "label": "Click-and-drag gesture: mousedown at (start_x, start_y), move to (end_x, end", "file_type": "rationale", "source_file": "ba_auto/driver.py", "source_location": "L56", "_origin": "ast", "id": "ba_auto_driver_rationale_56", "community": 7, "norm_label": "click-and-drag gesture: mousedown at (start_x, start_y), move to (end_x, end" }, { "label": "Sample multiple (x, y) points from a single screenshot, instead of one scrot", "file_type": "rationale", "source_file": "ba_auto/driver.py", "source_location": "L109", "_origin": "ast", "id": "ba_auto_driver_rationale_109", "community": 7, "norm_label": "sample multiple (x, y) points from a single screenshot, instead of one scrot" }, { "label": "navigation.py", "file_type": "code", "source_file": "ba_auto/navigation.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_navigation", "community": 0, "norm_label": "navigation.py" }, { "label": "is_on_subscreen()", "file_type": "code", "source_file": "ba_auto/navigation.py", "source_location": "L21", "_origin": "ast", "id": "ba_auto_navigation_is_on_subscreen", "community": 0, "norm_label": "is_on_subscreen()" }, { "label": "is_modal_open()", "file_type": "code", "source_file": "ba_auto/navigation.py", "source_location": "L26", "_origin": "ast", "id": "ba_auto_navigation_is_modal_open", "community": 0, "norm_label": "is_modal_open()" }, { "label": "is_header_bar_visible()", "file_type": "code", "source_file": "ba_auto/navigation.py", "source_location": "L50", "_origin": "ast", "id": "ba_auto_navigation_is_header_bar_visible", "community": 0, "norm_label": "is_header_bar_visible()" }, { "label": "_not_home()", "file_type": "code", "source_file": "ba_auto/navigation.py", "source_location": "L61", "_origin": "ast", "id": "ba_auto_navigation_not_home", "community": 0, "norm_label": "_not_home()" }, { "label": "return_to_home()", "file_type": "code", "source_file": "ba_auto/navigation.py", "source_location": "L79", "_origin": "ast", "id": "ba_auto_navigation_return_to_home", "community": 0, "norm_label": "return_to_home()" }, { "label": "click_back()", "file_type": "code", "source_file": "ba_auto/navigation.py", "source_location": "L180", "_origin": "ast", "id": "ba_auto_navigation_click_back", "community": 0, "norm_label": "click_back()" }, { "label": "wait_for_state()", "file_type": "code", "source_file": "ba_auto/navigation.py", "source_location": "L211", "_origin": "ast", "id": "ba_auto_navigation_wait_for_state", "community": 0, "norm_label": "wait_for_state()" }, { "label": "Shared navigation helpers (home, menu, popups, back/escape).", "file_type": "rationale", "source_file": "ba_auto/navigation.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_navigation_rationale_1", "community": 0, "norm_label": "shared navigation helpers (home, menu, popups, back/escape)." }, { "label": "Bounded \"press back until the home screen is reached\" loop -- the shared rec", "file_type": "rationale", "source_file": "ba_auto/navigation.py", "source_location": "L80", "_origin": "ast", "id": "ba_auto_navigation_rationale_80", "community": 0, "norm_label": "bounded \"press back until the home screen is reached\" loop -- the shared rec" }, { "label": "Click the shared BACK_BUTTON with retry, for callers that need to go back ex", "file_type": "rationale", "source_file": "ba_auto/navigation.py", "source_location": "L181", "_origin": "ast", "id": "ba_auto_navigation_rationale_181", "community": 0, "norm_label": "click the shared back_button with retry, for callers that need to go back ex" }, { "label": "Generic \"watch the screen, react to anything recognized, stop once a recogni", "file_type": "rationale", "source_file": "ba_auto/navigation.py", "source_location": "L212", "_origin": "ast", "id": "ba_auto_navigation_rationale_212", "community": 0, "norm_label": "generic \"watch the screen, react to anything recognized, stop once a recogni" }, { "label": "__init__.py", "file_type": "code", "source_file": "ba_auto/tasks/__init__.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_init", "community": 26, "norm_label": "__init__.py" }, { "label": "Task modules dispatched by ba_daily.py.", "file_type": "rationale", "source_file": "ba_auto/tasks/__init__.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_init_rationale_1", "community": 26, "norm_label": "task modules dispatched by ba_daily.py." }, { "label": "arena.py", "file_type": "code", "source_file": "ba_auto/tasks/arena.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_arena", "community": 6, "norm_label": "arena.py" }, { "label": "_color_in_range()", "file_type": "code", "source_file": "ba_auto/tasks/arena.py", "source_location": "L125", "_origin": "ast", "id": "ba_auto_tasks_arena_color_in_range", "community": 6, "norm_label": "_color_in_range()" }, { "label": "_read_ticket_count()", "file_type": "code", "source_file": "ba_auto/tasks/arena.py", "source_location": "L131", "_origin": "ast", "id": "ba_auto_tasks_arena_read_ticket_count", "community": 6, "norm_label": "_read_ticket_count()" }, { "label": "_read_rank()", "file_type": "code", "source_file": "ba_auto/tasks/arena.py", "source_location": "L138", "_origin": "ast", "id": "ba_auto_tasks_arena_read_rank", "community": 6, "norm_label": "_read_rank()" }, { "label": "_open_tactical_challenge()", "file_type": "code", "source_file": "ba_auto/tasks/arena.py", "source_location": "L142", "_origin": "ast", "id": "ba_auto_tasks_arena_open_tactical_challenge", "community": 6, "norm_label": "_open_tactical_challenge()" }, { "label": "_reward_claimable()", "file_type": "code", "source_file": "ba_auto/tasks/arena.py", "source_location": "L172", "_origin": "ast", "id": "ba_auto_tasks_arena_reward_claimable", "community": 6, "norm_label": "_reward_claimable()" }, { "label": "_collect_rewards()", "file_type": "code", "source_file": "ba_auto/tasks/arena.py", "source_location": "L176", "_origin": "ast", "id": "ba_auto_tasks_arena_collect_rewards", "community": 6, "norm_label": "_collect_rewards()" }, { "label": "_is_modal_open()", "file_type": "code", "source_file": "ba_auto/tasks/arena.py", "source_location": "L196", "_origin": "ast", "id": "ba_auto_tasks_arena_is_modal_open", "community": 6, "norm_label": "_is_modal_open()" }, { "label": "_open_opponent_modal()", "file_type": "code", "source_file": "ba_auto/tasks/arena.py", "source_location": "L204", "_origin": "ast", "id": "ba_auto_tasks_arena_open_opponent_modal", "community": 6, "norm_label": "_open_opponent_modal()" }, { "label": "_refresh_opponents()", "file_type": "code", "source_file": "ba_auto/tasks/arena.py", "source_location": "L210", "_origin": "ast", "id": "ba_auto_tasks_arena_refresh_opponents", "community": 6, "norm_label": "_refresh_opponents()" }, { "label": "_choose_enemy()", "file_type": "code", "source_file": "ba_auto/tasks/arena.py", "source_location": "L215", "_origin": "ast", "id": "ba_auto_tasks_arena_choose_enemy", "community": 6, "norm_label": "_choose_enemy()" }, { "label": "_skip_is_on()", "file_type": "code", "source_file": "ba_auto/tasks/arena.py", "source_location": "L245", "_origin": "ast", "id": "ba_auto_tasks_arena_skip_is_on", "community": 6, "norm_label": "_skip_is_on()" }, { "label": "_ensure_skip_on()", "file_type": "code", "source_file": "ba_auto/tasks/arena.py", "source_location": "L249", "_origin": "ast", "id": "ba_auto_tasks_arena_ensure_skip_on", "community": 6, "norm_label": "_ensure_skip_on()" }, { "label": "_opponent_info_modal_showing()", "file_type": "code", "source_file": "ba_auto/tasks/arena.py", "source_location": "L262", "_origin": "ast", "id": "ba_auto_tasks_arena_opponent_info_modal_showing", "community": 6, "norm_label": "_opponent_info_modal_showing()" }, { "label": "_back_on_challenge_list()", "file_type": "code", "source_file": "ba_auto/tasks/arena.py", "source_location": "L270", "_origin": "ast", "id": "ba_auto_tasks_arena_back_on_challenge_list", "community": 6, "norm_label": "_back_on_challenge_list()" }, { "label": "_wait_for_result()", "file_type": "code", "source_file": "ba_auto/tasks/arena.py", "source_location": "L283", "_origin": "ast", "id": "ba_auto_tasks_arena_wait_for_result", "community": 6, "norm_label": "_wait_for_result()" }, { "label": "_fight_one()", "file_type": "code", "source_file": "ba_auto/tasks/arena.py", "source_location": "L346", "_origin": "ast", "id": "ba_auto_tasks_arena_fight_one", "community": 6, "norm_label": "_fight_one()" }, { "label": "run()", "file_type": "code", "source_file": "ba_auto/tasks/arena.py", "source_location": "L386", "_origin": "ast", "id": "ba_auto_tasks_arena_run", "community": 6, "norm_label": "run()" }, { "label": "Arena / Tactical Challenge. Reference: baas-reference/module/arena.py. Ports `i", "file_type": "rationale", "source_file": "ba_auto/tasks/arena.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_arena_rationale_1", "community": 6, "norm_label": "arena / tactical challenge. reference: baas-reference/module/arena.py. ports `i" }, { "label": "Port of choose_enemy: reroll the shown opponents (this client has one \"\u30ea\u30b9\u30c8\u66f4\u65b0", "file_type": "rationale", "source_file": "ba_auto/tasks/arena.py", "source_location": "L216", "_origin": "ast", "id": "ba_auto_tasks_arena_rationale_216", "community": 6, "norm_label": "port of choose_enemy: reroll the shown opponents (this client has one \"\u30ea\u30b9\u30c8\u66f4\u65b0" }, { "label": "Dismiss whatever unpredictable sequence of screens follows Sortie: the \"\u5bfe\u6226\u7d50\u679c", "file_type": "rationale", "source_file": "ba_auto/tasks/arena.py", "source_location": "L284", "_origin": "ast", "id": "ba_auto_tasks_arena_rationale_284", "community": 6, "norm_label": "dismiss whatever unpredictable sequence of screens follows sortie: the \"\u5bfe\u6226\u7d50\u679c" }, { "label": "Fight exactly one battle: reroll to an acceptable opponent, commit to attack", "file_type": "rationale", "source_file": "ba_auto/tasks/arena.py", "source_location": "L347", "_origin": "ast", "id": "ba_auto_tasks_arena_rationale_347", "community": 6, "norm_label": "fight exactly one battle: reroll to an acceptable opponent, commit to attack" }, { "label": "bounty.py", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_bounty", "community": 3, "norm_label": "bounty.py" }, { "label": "_is_stage_modal_open()", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L135", "_origin": "ast", "id": "ba_auto_tasks_bounty_is_stage_modal_open", "community": 3, "norm_label": "_is_stage_modal_open()" }, { "label": "_color_in_range()", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L140", "_origin": "ast", "id": "ba_auto_tasks_bounty_color_in_range", "community": 3, "norm_label": "_color_in_range()" }, { "label": "_is_sweep_usage_confirm()", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L146", "_origin": "ast", "id": "ba_auto_tasks_bounty_is_sweep_usage_confirm", "community": 3, "norm_label": "_is_sweep_usage_confirm()" }, { "label": "_is_ticket_purchase_prompt()", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L150", "_origin": "ast", "id": "ba_auto_tasks_bounty_is_ticket_purchase_prompt", "community": 3, "norm_label": "_is_ticket_purchase_prompt()" }, { "label": "_confirm_dialog_is_sweep()", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L154", "_origin": "ast", "id": "ba_auto_tasks_bounty_confirm_dialog_is_sweep", "community": 3, "norm_label": "_confirm_dialog_is_sweep()" }, { "label": "_find_result_button()", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L171", "_origin": "ast", "id": "ba_auto_tasks_bounty_find_result_button", "community": 3, "norm_label": "_find_result_button()" }, { "label": "_count_raised_above_one()", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L178", "_origin": "ast", "id": "ba_auto_tasks_bounty_count_raised_above_one", "community": 3, "norm_label": "_count_raised_above_one()" }, { "label": "_open_bounty_screen()", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L186", "_origin": "ast", "id": "ba_auto_tasks_bounty_open_bounty_screen", "community": 3, "norm_label": "_open_bounty_screen()" }, { "label": "_open_area()", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L205", "_origin": "ast", "id": "ba_auto_tasks_bounty_open_area", "community": 3, "norm_label": "_open_area()" }, { "label": "_row_number_rect()", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L216", "_origin": "ast", "id": "ba_auto_tasks_bounty_row_number_rect", "community": 3, "norm_label": "_row_number_rect()" }, { "label": "_open_latest_stage_modal()", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L223", "_origin": "ast", "id": "ba_auto_tasks_bounty_open_latest_stage_modal", "community": 3, "norm_label": "_open_latest_stage_modal()" }, { "label": "_click_max_and_verify()", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L241", "_origin": "ast", "id": "ba_auto_tasks_bounty_click_max_and_verify", "community": 3, "norm_label": "_click_max_and_verify()" }, { "label": "_click_min_and_verify()", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L251", "_origin": "ast", "id": "ba_auto_tasks_bounty_click_min_and_verify", "community": 3, "norm_label": "_click_min_and_verify()" }, { "label": "_click_plus_and_verify()", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L273", "_origin": "ast", "id": "ba_auto_tasks_bounty_click_plus_and_verify", "community": 3, "norm_label": "_click_plus_and_verify()" }, { "label": "_set_sweep_count()", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L289", "_origin": "ast", "id": "ba_auto_tasks_bounty_set_sweep_count", "community": 3, "norm_label": "_set_sweep_count()" }, { "label": "_close_stage_modal()", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L295", "_origin": "ast", "id": "ba_auto_tasks_bounty_close_stage_modal", "community": 3, "norm_label": "_close_stage_modal()" }, { "label": "_watch_sweep_result()", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L310", "_origin": "ast", "id": "ba_auto_tasks_bounty_watch_sweep_result", "community": 3, "norm_label": "_watch_sweep_result()" }, { "label": "_click_sweep_start_and_verify()", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L359", "_origin": "ast", "id": "ba_auto_tasks_bounty_click_sweep_start_and_verify", "community": 3, "norm_label": "_click_sweep_start_and_verify()" }, { "label": "_sweep_latest_stage()", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L369", "_origin": "ast", "id": "ba_auto_tasks_bounty_sweep_latest_stage", "community": 3, "norm_label": "_sweep_latest_stage()" }, { "label": "_rotation_area()", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L430", "_origin": "ast", "id": "ba_auto_tasks_bounty_rotation_area", "community": 3, "norm_label": "_rotation_area()" }, { "label": "run()", "file_type": "code", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L435", "_origin": "ast", "id": "ba_auto_tasks_bounty_run", "community": 3, "norm_label": "run()" }, { "label": "Bounty (\u6307\u540d\u624b\u914d). Reference: baas-reference/module/rewarded_task.py. Ported per ex", "file_type": "rationale", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_bounty_rationale_1", "community": 3, "norm_label": "bounty (\u6307\u540d\u624b\u914d). reference: baas-reference/module/rewarded_task.py. ported per ex" }, { "label": "OCR-verify the confirm dialog reached after clicking \u6383\u8a0e\u958b\u59cb is genuinely the s", "file_type": "rationale", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L155", "_origin": "ast", "id": "ba_auto_tasks_bounty_rationale_155", "community": 3, "norm_label": "ocr-verify the confirm dialog reached after clicking \u6383\u8a0e\u958b\u59cb is genuinely the s" }, { "label": "cafe.py", "file_type": "code", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_cafe", "community": 8, "norm_label": "cafe.py" }, { "label": "_claim_disabled()", "file_type": "code", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L99", "_origin": "ast", "id": "ba_auto_tasks_cafe_claim_disabled", "community": 8, "norm_label": "_claim_disabled()" }, { "label": "_enter_room()", "file_type": "code", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L109", "_origin": "ast", "id": "ba_auto_tasks_cafe_enter_room", "community": 8, "norm_label": "_enter_room()" }, { "label": "_dismiss_rank_up_if_shown()", "file_type": "code", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L122", "_origin": "ast", "id": "ba_auto_tasks_cafe_dismiss_rank_up_if_shown", "community": 8, "norm_label": "_dismiss_rank_up_if_shown()" }, { "label": "_pat_current_view()", "file_type": "code", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L151", "_origin": "ast", "id": "ba_auto_tasks_cafe_pat_current_view", "community": 8, "norm_label": "_pat_current_view()" }, { "label": "_pan_camera()", "file_type": "code", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L199", "_origin": "ast", "id": "ba_auto_tasks_cafe_pan_camera", "community": 8, "norm_label": "_pan_camera()" }, { "label": "_pat_room()", "file_type": "code", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L205", "_origin": "ast", "id": "ba_auto_tasks_cafe_pat_room", "community": 8, "norm_label": "_pat_room()" }, { "label": "_claim_income()", "file_type": "code", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L227", "_origin": "ast", "id": "ba_auto_tasks_cafe_claim_income", "community": 8, "norm_label": "_claim_income()" }, { "label": "_open_invite_list()", "file_type": "code", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L248", "_origin": "ast", "id": "ba_auto_tasks_cafe_open_invite_list", "community": 8, "norm_label": "_open_invite_list()" }, { "label": "_invite_heart_rect()", "file_type": "code", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L316", "_origin": "ast", "id": "ba_auto_tasks_cafe_invite_heart_rect", "community": 8, "norm_label": "_invite_heart_rect()" }, { "label": "_read_invite_affection()", "file_type": "code", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L323", "_origin": "ast", "id": "ba_auto_tasks_cafe_read_invite_affection", "community": 8, "norm_label": "_read_invite_affection()" }, { "label": "_ensure_invite_sort()", "file_type": "code", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L327", "_origin": "ast", "id": "ba_auto_tasks_cafe_ensure_invite_sort", "community": 8, "norm_label": "_ensure_invite_sort()" }, { "label": "_is_swap_or_move_warning()", "file_type": "code", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L352", "_origin": "ast", "id": "ba_auto_tasks_cafe_is_swap_or_move_warning", "community": 8, "norm_label": "_is_swap_or_move_warning()" }, { "label": "_try_invite_row()", "file_type": "code", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L356", "_origin": "ast", "id": "ba_auto_tasks_cafe_try_invite_row", "community": 8, "norm_label": "_try_invite_row()" }, { "label": "_invite_student()", "file_type": "code", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L383", "_origin": "ast", "id": "ba_auto_tasks_cafe_invite_student", "community": 8, "norm_label": "_invite_student()" }, { "label": "run()", "file_type": "code", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L419", "_origin": "ast", "id": "ba_auto_tasks_cafe_run", "community": 8, "norm_label": "run()" }, { "label": "Cafe daily task. Ported from baas-reference module/cafe_reward.py's state-probe", "file_type": "rationale", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_cafe_rationale_1", "community": 8, "norm_label": "cafe daily task. ported from baas-reference module/cafe_reward.py's state-probe" }, { "label": "Click a row's \u62db\u5f85 button and resolve whatever dialog appears. Returns \"invite", "file_type": "rationale", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L357", "_origin": "ast", "id": "ba_auto_tasks_cafe_rationale_357", "community": 8, "norm_label": "click a row's \u62db\u5f85 button and resolve whatever dialog appears. returns \"invite" }, { "label": "Invite the highest-affection available student into the current room, before", "file_type": "rationale", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L384", "_origin": "ast", "id": "ba_auto_tasks_cafe_rationale_384", "community": 8, "norm_label": "invite the highest-affection available student into the current room, before" }, { "label": "circle.py", "file_type": "code", "source_file": "ba_auto/tasks/circle.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_circle", "community": 14, "norm_label": "circle.py" }, { "label": "_reached_circle()", "file_type": "code", "source_file": "ba_auto/tasks/circle.py", "source_location": "L99", "_origin": "ast", "id": "ba_auto_tasks_circle_reached_circle", "community": 14, "norm_label": "_reached_circle()" }, { "label": "_enter_circle()", "file_type": "code", "source_file": "ba_auto/tasks/circle.py", "source_location": "L103", "_origin": "ast", "id": "ba_auto_tasks_circle_enter_circle", "community": 14, "norm_label": "_enter_circle()" }, { "label": "_dismiss_reward()", "file_type": "code", "source_file": "ba_auto/tasks/circle.py", "source_location": "L117", "_origin": "ast", "id": "ba_auto_tasks_circle_dismiss_reward", "community": 14, "norm_label": "_dismiss_reward()" }, { "label": "_leave_circle()", "file_type": "code", "source_file": "ba_auto/tasks/circle.py", "source_location": "L127", "_origin": "ast", "id": "ba_auto_tasks_circle_leave_circle", "community": 14, "norm_label": "_leave_circle()" }, { "label": "run()", "file_type": "code", "source_file": "ba_auto/tasks/circle.py", "source_location": "L137", "_origin": "ast", "id": "ba_auto_tasks_circle_run", "community": 14, "norm_label": "run()" }, { "label": "Circle (\u30b5\u30fc\u30af\u30eb / guild) daily check-in. Ports module/group.py. Reference flow (`i", "file_type": "rationale", "source_file": "ba_auto/tasks/circle.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_circle_rationale_1", "community": 14, "norm_label": "circle (\u30b5\u30fc\u30af\u30eb / guild) daily check-in. ports module/group.py. reference flow (`i" }, { "label": "event_sweep.py", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_event_sweep", "community": 5, "norm_label": "event_sweep.py" }, { "label": "_is_stage_modal_open()", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L316", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_is_stage_modal_open", "community": 5, "norm_label": "_is_stage_modal_open()" }, { "label": "_color_in_range()", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L321", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_color_in_range", "community": 5, "norm_label": "_color_in_range()" }, { "label": "_is_sweep_usage_confirm()", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L327", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_is_sweep_usage_confirm", "community": 5, "norm_label": "_is_sweep_usage_confirm()" }, { "label": "_is_ap_purchase_prompt()", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L331", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_is_ap_purchase_prompt", "community": 5, "norm_label": "_is_ap_purchase_prompt()" }, { "label": "_find_result_button()", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L335", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_find_result_button", "community": 5, "norm_label": "_find_result_button()" }, { "label": "_count_raised_above_one()", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L342", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_count_raised_above_one", "community": 5, "norm_label": "_count_raised_above_one()" }, { "label": "_open_event_screen()", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L352", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_open_event_screen", "community": 5, "norm_label": "_open_event_screen()" }, { "label": "_row_number_rect()", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L378", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_row_number_rect", "community": 5, "norm_label": "_row_number_rect()" }, { "label": "_scan_stage_rows_once()", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L384", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_scan_stage_rows_once", "community": 5, "norm_label": "_scan_stage_rows_once()" }, { "label": "_is_finished_event_page()", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L396", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_is_finished_event_page", "community": 5, "norm_label": "_is_finished_event_page()" }, { "label": "_find_stage_row()", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L411", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_find_stage_row", "community": 5, "norm_label": "_find_stage_row()" }, { "label": "_click_max_and_verify()", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L453", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_click_max_and_verify", "community": 5, "norm_label": "_click_max_and_verify()" }, { "label": "_click_plus_and_verify()", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L463", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_click_plus_and_verify", "community": 5, "norm_label": "_click_plus_and_verify()" }, { "label": "_set_sweep_count()", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L474", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_set_sweep_count", "community": 5, "norm_label": "_set_sweep_count()" }, { "label": "_close_stage_modal()", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L480", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_close_stage_modal", "community": 5, "norm_label": "_close_stage_modal()" }, { "label": "_watch_sweep_result()", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L496", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_watch_sweep_result", "community": 5, "norm_label": "_watch_sweep_result()" }, { "label": "_open_stage_modal()", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L553", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_open_stage_modal", "community": 5, "norm_label": "_open_stage_modal()" }, { "label": "_click_sweep_start_and_verify()", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L568", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_click_sweep_start_and_verify", "community": 5, "norm_label": "_click_sweep_start_and_verify()" }, { "label": "_sweep_target()", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L583", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_sweep_target", "community": 5, "norm_label": "_sweep_target()" }, { "label": "_rotation_target()", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L636", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_rotation_target", "community": 5, "norm_label": "_rotation_target()" }, { "label": "run()", "file_type": "code", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L646", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_run", "community": 5, "norm_label": "run()" }, { "label": "Event AP sweep. Reference: baas-reference/module/sweep_activity.py and module/ac", "file_type": "rationale", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_event_sweep_rationale_1", "community": 5, "norm_label": "event ap sweep. reference: baas-reference/module/sweep_activity.py and module/ac" }, { "label": "exit_game.py", "file_type": "code", "source_file": "ba_auto/tasks/exit_game.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_exit_game", "community": 9, "norm_label": "exit_game.py" }, { "label": "_raise_exit_dialog()", "file_type": "code", "source_file": "ba_auto/tasks/exit_game.py", "source_location": "L37", "_origin": "ast", "id": "ba_auto_tasks_exit_game_raise_exit_dialog", "community": 9, "norm_label": "_raise_exit_dialog()" }, { "label": "_confirm_exit()", "file_type": "code", "source_file": "ba_auto/tasks/exit_game.py", "source_location": "L49", "_origin": "ast", "id": "ba_auto_tasks_exit_game_confirm_exit", "community": 9, "norm_label": "_confirm_exit()" }, { "label": "run()", "file_type": "code", "source_file": "ba_auto/tasks/exit_game.py", "source_location": "L61", "_origin": "ast", "id": "ba_auto_tasks_exit_game_run", "community": 9, "norm_label": "run()" }, { "label": "Exit the Blue Archive client. No baas-reference counterpart -- see ba_auto/refer", "file_type": "rationale", "source_file": "ba_auto/tasks/exit_game.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_exit_game_rationale_1", "community": 9, "norm_label": "exit the blue archive client. no baas-reference counterpart -- see ba_auto/refer" }, { "label": "gem_shop.py", "file_type": "code", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_gem_shop", "community": 13, "norm_label": "gem_shop.py" }, { "label": "_dialog_open()", "file_type": "code", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L46", "_origin": "ast", "id": "ba_auto_tasks_gem_shop_dialog_open", "community": 13, "norm_label": "_dialog_open()" }, { "label": "_open_gem_shop()", "file_type": "code", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L55", "_origin": "ast", "id": "ba_auto_tasks_gem_shop_open_gem_shop", "community": 13, "norm_label": "_open_gem_shop()" }, { "label": "_open_package_tab()", "file_type": "code", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L65", "_origin": "ast", "id": "ba_auto_tasks_gem_shop_open_package_tab", "community": 13, "norm_label": "_open_package_tab()" }, { "label": "_color_matches()", "file_type": "code", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L76", "_origin": "ast", "id": "ba_auto_tasks_gem_shop_color_matches", "community": 13, "norm_label": "_color_matches()" }, { "label": "_read_free_card_status()", "file_type": "code", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L80", "_origin": "ast", "id": "ba_auto_tasks_gem_shop_read_free_card_status", "community": 13, "norm_label": "_read_free_card_status()" }, { "label": "_close_gem_shop()", "file_type": "code", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L89", "_origin": "ast", "id": "ba_auto_tasks_gem_shop_close_gem_shop", "community": 13, "norm_label": "_close_gem_shop()" }, { "label": "_claim_free_package()", "file_type": "code", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L107", "_origin": "ast", "id": "ba_auto_tasks_gem_shop_claim_free_package", "community": 13, "norm_label": "_claim_free_package()" }, { "label": "run()", "file_type": "code", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L118", "_origin": "ast", "id": "ba_auto_tasks_gem_shop_run", "community": 13, "norm_label": "run()" }, { "label": "Gem shop (\u9752\u8f1d\u77f3\u8cfc\u5165) daily free package. Ports module/collect_daily_free_power.py.", "file_type": "rationale", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_gem_shop_rationale_1", "community": 13, "norm_label": "gem shop (\u9752\u8f1d\u77f3\u8cfc\u5165) daily free package. ports module/collect_daily_free_power.py." }, { "label": "lesson.py", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_lesson", "community": 1, "norm_label": "lesson.py" }, { "label": "_read_ticket_count()", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L63", "_origin": "ast", "id": "ba_auto_tasks_lesson_read_ticket_count", "community": 1, "norm_label": "_read_ticket_count()" }, { "label": "_ensure_location_select_list()", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L70", "_origin": "ast", "id": "ba_auto_tasks_lesson_ensure_location_select_list", "community": 1, "norm_label": "_ensure_location_select_list()" }, { "label": "_open_schedule_screen()", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L105", "_origin": "ast", "id": "ba_auto_tasks_lesson_open_schedule_screen", "community": 1, "norm_label": "_open_schedule_screen()" }, { "label": "_scroll_region_list()", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L115", "_origin": "ast", "id": "ba_auto_tasks_lesson_scroll_region_list", "community": 1, "norm_label": "_scroll_region_list()" }, { "label": "_is_grid_idle()", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L122", "_origin": "ast", "id": "ba_auto_tasks_lesson_is_grid_idle", "community": 1, "norm_label": "_is_grid_idle()" }, { "label": "_is_action_button_showing()", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L127", "_origin": "ast", "id": "ba_auto_tasks_lesson_is_action_button_showing", "community": 1, "norm_label": "_is_action_button_showing()" }, { "label": "_open_region_grid()", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L133", "_origin": "ast", "id": "ba_auto_tasks_lesson_open_region_grid", "community": 1, "norm_label": "_open_region_grid()" }, { "label": "_close_grid_modal()", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L153", "_origin": "ast", "id": "ba_auto_tasks_lesson_close_grid_modal", "community": 1, "norm_label": "_close_grid_modal()" }, { "label": "_slot_center()", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L158", "_origin": "ast", "id": "ba_auto_tasks_lesson_slot_center", "community": 1, "norm_label": "_slot_center()" }, { "label": "_badge_rect()", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L164", "_origin": "ast", "id": "ba_auto_tasks_lesson_badge_rect", "community": 1, "norm_label": "_badge_rect()" }, { "label": "_checkmark_rect()", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L172", "_origin": "ast", "id": "ba_auto_tasks_lesson_checkmark_rect", "community": 1, "norm_label": "_checkmark_rect()" }, { "label": "_is_slot_already_done()", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L180", "_origin": "ast", "id": "ba_auto_tasks_lesson_is_slot_already_done", "community": 1, "norm_label": "_is_slot_already_done()" }, { "label": "_read_slot_affection()", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L185", "_origin": "ast", "id": "ba_auto_tasks_lesson_read_slot_affection", "community": 1, "norm_label": "_read_slot_affection()" }, { "label": "_scan_open_grid_cells()", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L196", "_origin": "ast", "id": "ba_auto_tasks_lesson_scan_open_grid_cells", "community": 1, "norm_label": "_scan_open_grid_cells()" }, { "label": "_close_region_grid()", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L217", "_origin": "ast", "id": "ba_auto_tasks_lesson_close_region_grid", "community": 1, "norm_label": "_close_region_grid()" }, { "label": "_scan_all_regions()", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L233", "_origin": "ast", "id": "ba_auto_tasks_lesson_scan_all_regions", "community": 1, "norm_label": "_scan_all_regions()" }, { "label": "_build_priority_queue()", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L259", "_origin": "ast", "id": "ba_auto_tasks_lesson_build_priority_queue", "community": 1, "norm_label": "_build_priority_queue()" }, { "label": "_click_cell()", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L272", "_origin": "ast", "id": "ba_auto_tasks_lesson_click_cell", "community": 1, "norm_label": "_click_cell()" }, { "label": "_run_one_schedule()", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L277", "_origin": "ast", "id": "ba_auto_tasks_lesson_run_one_schedule", "community": 1, "norm_label": "_run_one_schedule()" }, { "label": "_run_queue()", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L306", "_origin": "ast", "id": "ba_auto_tasks_lesson_run_queue", "community": 1, "norm_label": "_run_queue()" }, { "label": "run()", "file_type": "code", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L353", "_origin": "ast", "id": "ba_auto_tasks_lesson_run", "community": 1, "norm_label": "run()" }, { "label": "Lesson/Schedule. Reference: baas-reference/module/lesson.py. Selection priority", "file_type": "rationale", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_lesson_rationale_1", "community": 1, "norm_label": "lesson/schedule. reference: baas-reference/module/lesson.py. selection priority" }, { "label": "Recover to the Location Select list if the schedule icon resumed directly on", "file_type": "rationale", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L71", "_origin": "ast", "id": "ba_auto_tasks_lesson_rationale_71", "community": 1, "norm_label": "recover to the location select list if the schedule icon resumed directly on" }, { "label": "Scan the CURRENTLY OPEN grid modal's 9 cells. Returns a list of (row, col, a", "file_type": "rationale", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L197", "_origin": "ast", "id": "ba_auto_tasks_lesson_rationale_197", "community": 1, "norm_label": "scan the currently open grid modal's 9 cells. returns a list of (row, col, a" }, { "label": "Open every region's grid once, record its schedulable cells, close it again", "file_type": "rationale", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L234", "_origin": "ast", "id": "ba_auto_tasks_lesson_rationale_234", "community": 1, "norm_label": "open every region's grid once, record its schedulable cells, close it again" }, { "label": "Order scanned cells by the user's min/max priority (2026-07-13): triples fir", "file_type": "rationale", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L260", "_origin": "ast", "id": "ba_auto_tasks_lesson_rationale_260", "community": 1, "norm_label": "order scanned cells by the user's min/max priority (2026-07-13): triples fir" }, { "label": "Click a grid cell through to a completed schedule. Returns True once settled", "file_type": "rationale", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L278", "_origin": "ast", "id": "ba_auto_tasks_lesson_rationale_278", "community": 1, "norm_label": "click a grid cell through to a completed schedule. returns true once settled" }, { "label": "Execute a priority-ordered queue of (region_index, row, col) targets, one ti", "file_type": "rationale", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L307", "_origin": "ast", "id": "ba_auto_tasks_lesson_rationale_307", "community": 1, "norm_label": "execute a priority-ordered queue of (region_index, row, col) targets, one ti" }, { "label": "login.py", "file_type": "code", "source_file": "ba_auto/tasks/login.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_login", "community": 11, "norm_label": "login.py" }, { "label": "_color_matches()", "file_type": "code", "source_file": "ba_auto/tasks/login.py", "source_location": "L253", "_origin": "ast", "id": "ba_auto_tasks_login_color_matches", "community": 11, "norm_label": "_color_matches()" }, { "label": "_logo_state()", "file_type": "code", "source_file": "ba_auto/tasks/login.py", "source_location": "L257", "_origin": "ast", "id": "ba_auto_tasks_login_logo_state", "community": 11, "norm_label": "_logo_state()" }, { "label": "_news_dialog_open()", "file_type": "code", "source_file": "ba_auto/tasks/login.py", "source_location": "L266", "_origin": "ast", "id": "ba_auto_tasks_login_news_dialog_open", "community": 11, "norm_label": "_news_dialog_open()" }, { "label": "_loading_buffer_visible()", "file_type": "code", "source_file": "ba_auto/tasks/login.py", "source_location": "L271", "_origin": "ast", "id": "ba_auto_tasks_login_loading_buffer_visible", "community": 11, "norm_label": "_loading_buffer_visible()" }, { "label": "_home_nav_bar_visible()", "file_type": "code", "source_file": "ba_auto/tasks/login.py", "source_location": "L284", "_origin": "ast", "id": "ba_auto_tasks_login_home_nav_bar_visible", "community": 11, "norm_label": "_home_nav_bar_visible()" }, { "label": "_true_home()", "file_type": "code", "source_file": "ba_auto/tasks/login.py", "source_location": "L293", "_origin": "ast", "id": "ba_auto_tasks_login_true_home", "community": 11, "norm_label": "_true_home()" }, { "label": "_connectivity_confirmed()", "file_type": "code", "source_file": "ba_auto/tasks/login.py", "source_location": "L302", "_origin": "ast", "id": "ba_auto_tasks_login_connectivity_confirmed", "community": 11, "norm_label": "_connectivity_confirmed()" }, { "label": "_wait_for_home()", "file_type": "code", "source_file": "ba_auto/tasks/login.py", "source_location": "L352", "_origin": "ast", "id": "ba_auto_tasks_login_wait_for_home", "community": 11, "norm_label": "_wait_for_home()" }, { "label": "_wait_for_window()", "file_type": "code", "source_file": "ba_auto/tasks/login.py", "source_location": "L400", "_origin": "ast", "id": "ba_auto_tasks_login_wait_for_window", "community": 11, "norm_label": "_wait_for_window()" }, { "label": "_recover()", "file_type": "code", "source_file": "ba_auto/tasks/login.py", "source_location": "L409", "_origin": "ast", "id": "ba_auto_tasks_login_recover", "community": 11, "norm_label": "_recover()" }, { "label": "run()", "file_type": "code", "source_file": "ba_auto/tasks/login.py", "source_location": "L424", "_origin": "ast", "id": "ba_auto_tasks_login_run", "community": 11, "norm_label": "run()" }, { "label": "Login: title screen through daily popups to the true home screen. Reference flo", "file_type": "rationale", "source_file": "ba_auto/tasks/login.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_login_rationale_1", "community": 11, "norm_label": "login: title screen through daily popups to the true home screen. reference flo" }, { "label": "Positive detector for the full-bleed loading transition's center spinner bad", "file_type": "rationale", "source_file": "ba_auto/tasks/login.py", "source_location": "L272", "_origin": "ast", "id": "ba_auto_tasks_login_rationale_272", "community": 11, "norm_label": "positive detector for the full-bleed loading transition's center spinner bad" }, { "label": "Opens the Mission panel (a cheap, always-available screen, same icon stamina", "file_type": "rationale", "source_file": "ba_auto/tasks/login.py", "source_location": "L303", "_origin": "ast", "id": "ba_auto_tasks_login_rationale_303", "community": 11, "norm_label": "opens the mission panel (a cheap, always-available screen, same icon stamina" }, { "label": "mailbox.py", "file_type": "code", "source_file": "ba_auto/tasks/mailbox.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_mailbox", "community": 9, "norm_label": "mailbox.py" }, { "label": "_claim_all_disabled()", "file_type": "code", "source_file": "ba_auto/tasks/mailbox.py", "source_location": "L13", "_origin": "ast", "id": "ba_auto_tasks_mailbox_claim_all_disabled", "community": 9, "norm_label": "_claim_all_disabled()" }, { "label": "run()", "file_type": "code", "source_file": "ba_auto/tasks/mailbox.py", "source_location": "L23", "_origin": "ast", "id": "ba_auto_tasks_mailbox_run", "community": 9, "norm_label": "run()" }, { "label": "Mailbox daily task. Ported from baas-reference module/mail.py's color-probe patt", "file_type": "rationale", "source_file": "ba_auto/tasks/mailbox.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_mailbox_rationale_1", "community": 9, "norm_label": "mailbox daily task. ported from baas-reference module/mail.py's color-probe patt" }, { "label": "shop_common.py", "file_type": "code", "source_file": "ba_auto/tasks/shop_common.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_shop_common", "community": 0, "norm_label": "shop_common.py" }, { "label": "run()", "file_type": "code", "source_file": "ba_auto/tasks/shop_common.py", "source_location": "L8", "_origin": "ast", "id": "ba_auto_tasks_shop_common_run", "community": 0, "norm_label": "run()" }, { "label": "Common Shop (\u901a\u5e38\u30a2\u30a4\u30c6\u30e0) daily task. Ported from baas-reference module/shop/common_s", "file_type": "rationale", "source_file": "ba_auto/tasks/shop_common.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_shop_common_rationale_1", "community": 0, "norm_label": "common shop (\u901a\u5e38\u30a2\u30a4\u30c6\u30e0) daily task. ported from baas-reference module/shop/common_s" }, { "label": "shop_tactical.py", "file_type": "code", "source_file": "ba_auto/tasks/shop_tactical.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_shop_tactical", "community": 0, "norm_label": "shop_tactical.py" }, { "label": "run()", "file_type": "code", "source_file": "ba_auto/tasks/shop_tactical.py", "source_location": "L15", "_origin": "ast", "id": "ba_auto_tasks_shop_tactical_run", "community": 0, "norm_label": "run()" }, { "label": "Tactical Challenge Shop (\u6226\u8853\u5bfe\u6297\u6226) daily task. Ported from baas-reference module/sh", "file_type": "rationale", "source_file": "ba_auto/tasks/shop_tactical.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_shop_tactical_rationale_1", "community": 0, "norm_label": "tactical challenge shop (\u6226\u8853\u5bfe\u6297\u6226) daily task. ported from baas-reference module/sh" }, { "label": "shop_utils.py", "file_type": "code", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_shop_utils", "community": 0, "norm_label": "shop_utils.py" }, { "label": "_checkbox_center()", "file_type": "code", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L20", "_origin": "ast", "id": "ba_auto_tasks_shop_utils_checkbox_center", "community": 0, "norm_label": "_checkbox_center()" }, { "label": "_checkbox_region()", "file_type": "code", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L24", "_origin": "ast", "id": "ba_auto_tasks_shop_utils_checkbox_region", "community": 0, "norm_label": "_checkbox_region()" }, { "label": "_price_rect()", "file_type": "code", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L29", "_origin": "ast", "id": "ba_auto_tasks_shop_utils_price_rect", "community": 0, "norm_label": "_price_rect()" }, { "label": "_is_checked()", "file_type": "code", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L35", "_origin": "ast", "id": "ba_auto_tasks_shop_utils_is_checked", "community": 0, "norm_label": "_is_checked()" }, { "label": "select_targets()", "file_type": "code", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L40", "_origin": "ast", "id": "ba_auto_tasks_shop_utils_select_targets", "community": 0, "norm_label": "select_targets()" }, { "label": "confirm_purchase()", "file_type": "code", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L65", "_origin": "ast", "id": "ba_auto_tasks_shop_utils_confirm_purchase", "community": 0, "norm_label": "confirm_purchase()" }, { "label": "run_shop_tab()", "file_type": "code", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L86", "_origin": "ast", "id": "ba_auto_tasks_shop_utils_run_shop_tab", "community": 0, "norm_label": "run_shop_tab()" }, { "label": "Shared Common Shop / Tactical Shop grid logic. Ported from baas-reference modul", "file_type": "rationale", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_shop_utils_rationale_1", "community": 0, "norm_label": "shared common shop / tactical shop grid logic. ported from baas-reference modul" }, { "label": "OCR-verify each target's price, then click its checkbox and confirm it regis", "file_type": "rationale", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L41", "_origin": "ast", "id": "ba_auto_tasks_shop_utils_rationale_41", "community": 0, "norm_label": "ocr-verify each target's price, then click its checkbox and confirm it regis" }, { "label": "Click the bulk Buy button, then click through the purchase-confirm dialog an", "file_type": "rationale", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L66", "_origin": "ast", "id": "ba_auto_tasks_shop_utils_rationale_66", "community": 0, "norm_label": "click the bulk buy button, then click through the purchase-confirm dialog an" }, { "label": "Shared control flow for both shop tabs: open the tab, verify enough currency", "file_type": "rationale", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L87", "_origin": "ast", "id": "ba_auto_tasks_shop_utils_rationale_87", "community": 0, "norm_label": "shared control flow for both shop tabs: open the tab, verify enough currency" }, { "label": "stamina.py", "file_type": "code", "source_file": "ba_auto/tasks/stamina.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_stamina", "community": 15, "norm_label": "stamina.py" }, { "label": "_button_claimable()", "file_type": "code", "source_file": "ba_auto/tasks/stamina.py", "source_location": "L32", "_origin": "ast", "id": "ba_auto_tasks_stamina_button_claimable", "community": 15, "norm_label": "_button_claimable()" }, { "label": "_claim_enabled()", "file_type": "code", "source_file": "ba_auto/tasks/stamina.py", "source_location": "L37", "_origin": "ast", "id": "ba_auto_tasks_stamina_claim_enabled", "community": 15, "norm_label": "_claim_enabled()" }, { "label": "_daily_gem_claimable()", "file_type": "code", "source_file": "ba_auto/tasks/stamina.py", "source_location": "L41", "_origin": "ast", "id": "ba_auto_tasks_stamina_daily_gem_claimable", "community": 15, "norm_label": "_daily_gem_claimable()" }, { "label": "_claim_daily_gem()", "file_type": "code", "source_file": "ba_auto/tasks/stamina.py", "source_location": "L45", "_origin": "ast", "id": "ba_auto_tasks_stamina_claim_daily_gem", "community": 15, "norm_label": "_claim_daily_gem()" }, { "label": "run()", "file_type": "code", "source_file": "ba_auto/tasks/stamina.py", "source_location": "L60", "_origin": "ast", "id": "ba_auto_tasks_stamina_run", "community": 15, "norm_label": "run()" }, { "label": "Mission/task-menu AP+pyroxene claim. Ported from baas-reference module/collect_d", "file_type": "rationale", "source_file": "ba_auto/tasks/stamina.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_stamina_rationale_1", "community": 15, "norm_label": "mission/task-menu ap+pyroxene claim. ported from baas-reference module/collect_d" }, { "label": "story_sweep.py", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_story_sweep", "community": 4, "norm_label": "story_sweep.py" }, { "label": "_is_stage_modal_open()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L42", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_is_stage_modal_open", "community": 4, "norm_label": "_is_stage_modal_open()" }, { "label": "_color_in_range()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L47", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_color_in_range", "community": 4, "norm_label": "_color_in_range()" }, { "label": "_is_sweep_usage_confirm()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L53", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_is_sweep_usage_confirm", "community": 4, "norm_label": "_is_sweep_usage_confirm()" }, { "label": "_is_ap_purchase_prompt()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L59", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_is_ap_purchase_prompt", "community": 4, "norm_label": "_is_ap_purchase_prompt()" }, { "label": "_find_result_button()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L68", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_find_result_button", "community": 4, "norm_label": "_find_result_button()" }, { "label": "_count_raised_above_one()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L77", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_count_raised_above_one", "community": 4, "norm_label": "_count_raised_above_one()" }, { "label": "_open_task_screen()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L86", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_open_task_screen", "community": 4, "norm_label": "_open_task_screen()" }, { "label": "_read_current_region()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L105", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_read_current_region", "community": 4, "norm_label": "_read_current_region()" }, { "label": "_region_arrow_visible()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L109", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_region_arrow_visible", "community": 4, "norm_label": "_region_arrow_visible()" }, { "label": "_go_to_region()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L127", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_go_to_region", "community": 4, "norm_label": "_go_to_region()" }, { "label": "_normalize_label()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L159", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_normalize_label", "community": 4, "norm_label": "_normalize_label()" }, { "label": "_label_suffix()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L165", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_label_suffix", "community": 4, "norm_label": "_label_suffix()" }, { "label": "_row_label_rect()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L177", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_row_label_rect", "community": 4, "norm_label": "_row_label_rect()" }, { "label": "_find_stage_row()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L183", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_find_stage_row", "community": 4, "norm_label": "_find_stage_row()" }, { "label": "_click_max_and_verify()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L209", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_click_max_and_verify", "community": 4, "norm_label": "_click_max_and_verify()" }, { "label": "_click_plus_and_verify()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L219", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_click_plus_and_verify", "community": 4, "norm_label": "_click_plus_and_verify()" }, { "label": "_set_sweep_count()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L230", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_set_sweep_count", "community": 4, "norm_label": "_set_sweep_count()" }, { "label": "_close_stage_modal()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L236", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_close_stage_modal", "community": 4, "norm_label": "_close_stage_modal()" }, { "label": "_watch_sweep_result()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L248", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_watch_sweep_result", "community": 4, "norm_label": "_watch_sweep_result()" }, { "label": "_sweep_target()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L279", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_sweep_target", "community": 4, "norm_label": "_sweep_target()" }, { "label": "_rotation_target()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L345", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_rotation_target", "community": 4, "norm_label": "_rotation_target()" }, { "label": "run()", "file_type": "code", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L354", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_run", "community": 4, "norm_label": "run()" }, { "label": "Normal story AP sweep. Reference: baas-reference/module/explore_tasks/sweep_task", "file_type": "rationale", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L1", "_origin": "ast", "id": "ba_auto_tasks_story_sweep_rationale_1", "community": 4, "norm_label": "normal story ap sweep. reference: baas-reference/module/explore_tasks/sweep_task" }, { "label": "ba_cron_run.sh", "file_type": "code", "source_file": "ba_cron_run.sh", "source_location": "L1", "metadata": { "language": "bash", "kind": "file" }, "_origin": "ast", "id": "ba_cron_run", "community": 27, "norm_label": "ba_cron_run.sh" }, { "label": "ba_cron_run.sh script", "file_type": "code", "source_file": "ba_cron_run.sh", "source_location": "L1", "metadata": { "language": "bash", "kind": "bash_entrypoint" }, "_origin": "ast", "id": "ba_cron_run_sh__entry", "community": 27, "norm_label": "ba_cron_run.sh script" }, { "label": "ba_dailies.sh", "file_type": "code", "source_file": "ba_dailies.sh", "source_location": "L1", "metadata": { "language": "bash", "kind": "file" }, "_origin": "ast", "id": "ba_dailies", "community": 28, "norm_label": "ba_dailies.sh" }, { "label": "ba_dailies.sh script", "file_type": "code", "source_file": "ba_dailies.sh", "source_location": "L1", "metadata": { "language": "bash", "kind": "bash_entrypoint" }, "_origin": "ast", "id": "ba_dailies_sh__entry", "community": 28, "norm_label": "ba_dailies.sh script" }, { "label": "ba_daily.py", "file_type": "code", "source_file": "ba_daily.py", "source_location": "L1", "_origin": "ast", "id": "ba_daily", "community": 9, "norm_label": "ba_daily.py" }, { "label": "_ensure_home()", "file_type": "code", "source_file": "ba_daily.py", "source_location": "L87", "_origin": "ast", "id": "ba_daily_ensure_home", "community": 9, "norm_label": "_ensure_home()" }, { "label": "_run_task()", "file_type": "code", "source_file": "ba_daily.py", "source_location": "L105", "_origin": "ast", "id": "ba_daily_run_task", "community": 9, "norm_label": "_run_task()" }, { "label": "_run_sequence()", "file_type": "code", "source_file": "ba_daily.py", "source_location": "L173", "_origin": "ast", "id": "ba_daily_run_sequence", "community": 9, "norm_label": "_run_sequence()" }, { "label": "main()", "file_type": "code", "source_file": "ba_daily.py", "source_location": "L179", "_origin": "ast", "id": "ba_daily_main", "community": 9, "norm_label": "main()" }, { "label": "Self-healing pre-task recovery: retry navigation.return_to_home across multi", "file_type": "rationale", "source_file": "ba_daily.py", "source_location": "L88", "_origin": "ast", "id": "ba_daily_rationale_88", "community": 9, "norm_label": "self-healing pre-task recovery: retry navigation.return_to_home across multi" }, { "label": "Run one task, guaranteeing the game is at the home screen both before it sta", "file_type": "rationale", "source_file": "ba_daily.py", "source_location": "L106", "_origin": "ast", "id": "ba_daily_rationale_106", "community": 9, "norm_label": "run one task, guaranteeing the game is at the home screen both before it sta" }, { "label": "clean_scratchpad.sh", "file_type": "code", "source_file": "clean_scratchpad.sh", "source_location": "L1", "metadata": { "language": "bash", "kind": "file" }, "_origin": "ast", "id": "clean_scratchpad", "community": 29, "norm_label": "clean_scratchpad.sh" }, { "label": "clean_scratchpad.sh script", "file_type": "code", "source_file": "clean_scratchpad.sh", "source_location": "L1", "metadata": { "language": "bash", "kind": "bash_entrypoint" }, "_origin": "ast", "id": "clean_scratchpad_sh__entry", "community": 29, "norm_label": "clean_scratchpad.sh script" }, { "label": "ba_dailies.bash", "file_type": "code", "source_file": "completions/ba_dailies.bash", "source_location": "L1", "metadata": { "language": "bash", "kind": "file" }, "_origin": "ast", "id": "completions_ba_dailies", "community": 22, "norm_label": "ba_dailies.bash" }, { "label": "ba_dailies.bash script", "file_type": "code", "source_file": "completions/ba_dailies.bash", "source_location": "L1", "metadata": { "language": "bash", "kind": "bash_entrypoint" }, "_origin": "ast", "id": "completions_ba_dailies_bash__entry", "community": 22, "norm_label": "ba_dailies.bash script" }, { "label": "_ba_dailies_completions()", "file_type": "code", "source_file": "completions/ba_dailies.bash", "source_location": "L15", "metadata": { "language": "bash", "kind": "bash_function" }, "_origin": "ast", "id": "completions_ba_dailies_ba_dailies_completions", "community": 22, "norm_label": "_ba_dailies_completions()" }, { "label": "pull_logs.sh", "file_type": "code", "source_file": "pull_logs.sh", "source_location": "L1", "metadata": { "language": "bash", "kind": "file" }, "_origin": "ast", "id": "pull_logs", "community": 30, "norm_label": "pull_logs.sh" }, { "label": "pull_logs.sh script", "file_type": "code", "source_file": "pull_logs.sh", "source_location": "L1", "metadata": { "language": "bash", "kind": "bash_entrypoint" }, "_origin": "ast", "id": "pull_logs_sh__entry", "community": 30, "norm_label": "pull_logs.sh script" }, { "label": "setup.sh", "file_type": "code", "source_file": "setup.sh", "source_location": "L1", "metadata": { "language": "bash", "kind": "file" }, "_origin": "ast", "id": "setup", "community": 35, "norm_label": "setup.sh" }, { "label": "setup.sh script", "file_type": "code", "source_file": "setup.sh", "source_location": "L1", "metadata": { "language": "bash", "kind": "bash_entrypoint" }, "_origin": "ast", "id": "setup_sh__entry", "community": 35, "norm_label": "setup.sh script" }, { "label": "cafe_sparkle.png Template Image", "file_type": "image", "source_file": "assets/cafe_sparkle.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "assets_cafe_sparkle_template", "community": 19, "norm_label": "cafe_sparkle.png template image" }, { "label": "Cafe Reward Screen Screenshot (Cursor on Top)", "file_type": "image", "source_file": "screenshots/cafe/cafe_reward/01_cafe_reward_cursor_on_top.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_cafe_reward_01_cafe_reward_cursor_on_top_screenshot", "community": 17, "norm_label": "cafe reward screen screenshot (cursor on top)" }, { "label": "Cafe Income Percentage Display (\u30ab\u30d5\u30a7\u306e\u53ce\u5165 8.3%)", "file_type": "concept", "source_file": "screenshots/cafe/cafe_reward/01_cafe_reward_cursor_on_top.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_cafe_reward_01_cafe_reward_cursor_on_top_cafe_income_display", "community": 17, "norm_label": "cafe income percentage display (\u30ab\u30d5\u30a7\u306e\u53ce\u5165 8.3%)" }, { "label": "Invitation Ticket Buttons (\u62db\u5f85\u5238 / \u8ffd\u52a0\u62db\u5f85\u5238) with Countdown Timer", "file_type": "concept", "source_file": "screenshots/cafe/cafe_reward/01_cafe_reward_cursor_on_top.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_cafe_reward_01_cafe_reward_cursor_on_top_invitation_tickets", "community": 17, "norm_label": "invitation ticket buttons (\u62db\u5f85\u5238 / \u8ffd\u52a0\u62db\u5f85\u5238) with countdown timer" }, { "label": "Comfort Level Meter (\u5feb\u9069\u5ea6 5500)", "file_type": "concept", "source_file": "screenshots/cafe/cafe_reward/01_cafe_reward_cursor_on_top.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_cafe_reward_01_cafe_reward_cursor_on_top_comfort_meter", "community": 17, "norm_label": "comfort level meter (\u5feb\u9069\u5ea6 5500)" }, { "label": "Cafe Room Interior Scene (furniture, students, train set)", "file_type": "concept", "source_file": "screenshots/cafe/cafe_reward/01_cafe_reward_cursor_on_top.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_cafe_reward_01_cafe_reward_cursor_on_top_cafe_room_scene", "community": 17, "norm_label": "cafe room interior scene (furniture, students, train set)" }, { "label": "Cafe Top Navigation Bar (AP / Gold / Gems, Back Button, Visit Buttons)", "file_type": "concept", "source_file": "screenshots/cafe/cafe_reward/01_cafe_reward_cursor_on_top.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_cafe_reward_01_cafe_reward_cursor_on_top_nav_bar", "community": 17, "norm_label": "cafe top navigation bar (ap / gold / gems, back button, visit buttons)" }, { "label": "Cafe Reward Menu Popup Screenshot", "file_type": "image", "source_file": "screenshots/cafe/cafe_reward/02_cafe_reward_menu_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_cafe_reward_02_cafe_reward_menu_popup", "community": 10, "norm_label": "cafe reward menu popup screenshot" }, { "label": "Cafe Income Popup (\u30ab\u30d5\u30a7\u306e\u53ce\u5165)", "file_type": "image", "source_file": "screenshots/cafe/cafe_reward/02_cafe_reward_menu_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_cafe_reward_02_cafe_reward_menu_popup_cafeincomepopup", "community": 10, "norm_label": "cafe income popup (\u30ab\u30d5\u30a7\u306e\u53ce\u5165)" }, { "label": "Receive Button (\u53d7\u53d6 / Enter)", "file_type": "image", "source_file": "screenshots/cafe/cafe_reward/02_cafe_reward_menu_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_cafe_reward_02_cafe_reward_menu_popup_receivebutton", "community": 10, "norm_label": "receive button (\u53d7\u53d6 / enter)" }, { "label": "Popup Close Button (X)", "file_type": "image", "source_file": "screenshots/cafe/cafe_reward/02_cafe_reward_menu_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_cafe_reward_02_cafe_reward_menu_popup_closebutton", "community": 10, "norm_label": "popup close button (x)" }, { "label": "Store 1 Credits Income Panel (1\u53f7\u5e97 Credits)", "file_type": "image", "source_file": "screenshots/cafe/cafe_reward/02_cafe_reward_menu_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_cafe_reward_02_cafe_reward_menu_popup_store1creditscard", "community": 10, "norm_label": "store 1 credits income panel (1\u53f7\u5e97 credits)" }, { "label": "Store 1 AP Income Panel (1\u53f7\u5e97 AP)", "file_type": "image", "source_file": "screenshots/cafe/cafe_reward/02_cafe_reward_menu_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_cafe_reward_02_cafe_reward_menu_popup_store1apincome", "community": 10, "norm_label": "store 1 ap income panel (1\u53f7\u5e97 ap)" }, { "label": "Store 2 Credits Income Panel (2\u53f7\u5e97 Credits)", "file_type": "image", "source_file": "screenshots/cafe/cafe_reward/02_cafe_reward_menu_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_cafe_reward_02_cafe_reward_menu_popup_store2creditscard", "community": 10, "norm_label": "store 2 credits income panel (2\u53f7\u5e97 credits)" }, { "label": "do_cafe() cafe routine (ba_dailies.sh)", "file_type": "code", "source_file": "screenshots/cafe/cafe_reward/02_cafe_reward_menu_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "ba_dailies_do_cafe", "community": 10, "norm_label": "do_cafe() cafe routine (ba_dailies.sh)" }, { "label": "Cafe Reward Claim Popup Screenshot", "file_type": "image", "source_file": "screenshots/cafe/cafe_reward/03_cafe_reward_claim_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_cafe_reward_03_cafe_reward_claim_popup_screenshot", "community": 10, "norm_label": "cafe reward claim popup screenshot" }, { "label": "Reward Display Panel (Credit Points / AP)", "file_type": "concept", "source_file": "screenshots/cafe/cafe_reward/03_cafe_reward_claim_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_cafe_reward_03_cafe_reward_claim_popup_reward_display", "community": 10, "norm_label": "reward display panel (credit points / ap)" }, { "label": "\u53d7\u53d6 (Claim) Button", "file_type": "concept", "source_file": "screenshots/cafe/cafe_reward/03_cafe_reward_claim_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_cafe_reward_03_cafe_reward_claim_popup_claim_button", "community": 10, "norm_label": "\u53d7\u53d6 (claim) button" }, { "label": "Cafe Room 1 Reference Screenshot", "file_type": "image", "source_file": "screenshots/cafe/room1.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_room1_png", "community": 16, "norm_label": "cafe room 1 reference screenshot" }, { "label": "Cafe Room 1 Furniture Layout (train set, animal pen, swing, car, music stand)", "file_type": "image", "source_file": "screenshots/cafe/room1.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_room1_room_layout", "community": 16, "norm_label": "cafe room 1 furniture layout (train set, animal pen, swing, car, music stand)" }, { "label": "\"Move to Shop 2\" (2\u53f7\u5e97\u306b\u79fb\u52d5) Navigation Button", "file_type": "image", "source_file": "screenshots/cafe/room1.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_room1_room2_nav_button", "community": 16, "norm_label": "\"move to shop 2\" (2\u53f7\u5e97\u306b\u79fb\u52d5) navigation button" }, { "label": "Cafe Income (\u30ab\u30d5\u30a7\u306e\u53ce\u5165) and Comfort Level (\u5feb\u9069\u5ea6) Display", "file_type": "image", "source_file": "screenshots/cafe/room1.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_room1_income_comfort_display", "community": 16, "norm_label": "cafe income (\u30ab\u30d5\u30a7\u306e\u53ce\u5165) and comfort level (\u5feb\u9069\u5ea6) display" }, { "label": "Cafe Edit-Mode Bottom Toolbar (edit/gift/furniture-info/preset/store-all)", "file_type": "image", "source_file": "screenshots/cafe/room1.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_room1_edit_toolbar", "community": 16, "norm_label": "cafe edit-mode bottom toolbar (edit/gift/furniture-info/preset/store-all)" }, { "label": "Designated Visit / Random Visit Icons (\u6307\u5b9a\u8a2a\u554f\u30fb\u30e9\u30f3\u30c0\u30e0\u8a2a\u554f)", "file_type": "image", "source_file": "screenshots/cafe/room1.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_room1_visit_icons", "community": 16, "norm_label": "designated visit / random visit icons (\u6307\u5b9a\u8a2a\u554f\u30fb\u30e9\u30f3\u30bf\u30e0\u8a2a\u554f)" }, { "label": "Student Characters Scattered in Cafe Room 1 (potential sparkle click targets)", "file_type": "image", "source_file": "screenshots/cafe/room1.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_room1_students_present", "community": 16, "norm_label": "student characters scattered in cafe room 1 (potential sparkle click targets)" }, { "label": "Cafe Room 2 Reference Screenshot", "file_type": "image", "source_file": "screenshots/cafe/room2.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_room2_screenshot", "community": 12, "norm_label": "cafe room 2 reference screenshot" }, { "label": "Top HUD: AP / Gold / Gems Counters", "file_type": "image", "source_file": "screenshots/cafe/room2.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_room2_currency_hud", "community": 12, "norm_label": "top hud: ap / gold / gems counters" }, { "label": "Comfort Level Indicator (\u5feb\u9069\u5ea6 5500)", "file_type": "image", "source_file": "screenshots/cafe/room2.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_room2_comfort_meter", "community": 12, "norm_label": "comfort level indicator (\u5feb\u9069\u5ea6 5500)" }, { "label": "Cafe Income Rate Display (\u30ab\u30d5\u30a7\u306e\u53ce\u5165 4.1%)", "file_type": "image", "source_file": "screenshots/cafe/room2.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_room2_income_rate", "community": 12, "norm_label": "cafe income rate display (\u30ab\u30d5\u30a7\u306e\u53ce\u5165 4.1%)" }, { "label": "\"Move to Store 1\" Button (1\u53f7\u5e97\u306b\u79fb\u52d5)", "file_type": "image", "source_file": "screenshots/cafe/room2.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_room2_move_to_store1_button", "community": 12, "norm_label": "\"move to store 1\" button (1\u53f7\u5e97\u306b\u79fb\u52d5)" }, { "label": "Bottom Edit Toolbar (\u7de8\u96c6\u30e2\u30fc\u30c9 / \u8d08\u308a\u7269 / \u5bb6\u5177\u60c5\u5831 / \u30d7\u30ea\u30bb\u30c3\u30c8 / \u3059\u3079\u3066\u53ce\u7d0d)", "file_type": "image", "source_file": "screenshots/cafe/room2.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_room2_bottom_toolbar", "community": 12, "norm_label": "bottom edit toolbar (\u7de8\u96c6\u30e2\u30fc\u30c8 / \u8d08\u308a\u7269 / \u5bb6\u5177\u60c5\u5831 / \u30d5\u30ea\u30bb\u30c3\u30c8 / \u3059\u3078\u3066\u53ce\u7d0d)" }, { "label": "Student Characters Seated/Standing in Room 2", "file_type": "image", "source_file": "screenshots/cafe/room2.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_room2_students", "community": 12, "norm_label": "student characters seated/standing in room 2" }, { "label": "Invitation Ticket Purchase Prompt with Countdown Timer", "file_type": "image", "source_file": "screenshots/cafe/room2.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_room2_invitation_ticket_prompt", "community": 12, "norm_label": "invitation ticket purchase prompt with countdown timer" }, { "label": "Cafe Furnishings Layout (arcade cabinets, crane machine, sofas, plants)", "file_type": "image", "source_file": "screenshots/cafe/room2.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_room2_furnishings", "community": 12, "norm_label": "cafe furnishings layout (arcade cabinets, crane machine, sofas, plants)" }, { "label": "Visit Menu Buttons (\u6307\u5b9a\u8a2a\u554f / \u30e9\u30f3\u30c0\u30e0\u8a2a\u554f)", "file_type": "image", "source_file": "screenshots/cafe/room2.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_room2_visit_menu", "community": 12, "norm_label": "visit menu buttons (\u6307\u5b9a\u8a2a\u554f / \u30e9\u30f3\u30bf\u30e0\u8a2a\u554f)" }, { "label": "Green Swirl Markers Above Two Students (possible status/affection indicator)", "file_type": "image", "source_file": "screenshots/cafe/room2.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_room2_affection_marker_candidate", "community": 12, "norm_label": "green swirl markers above two students (possible status/affection indicator)" }, { "label": "Cafe View Zoomed and Centered (Calibration Screenshot)", "file_type": "image", "source_file": "screenshots/cafe/sparkle/01_sparke_zoomed_centered.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_sparkle_01_sparke_zoomed_centered_screenshot", "community": 31, "norm_label": "cafe view zoomed and centered (calibration screenshot)" }, { "label": "Zoomed/Centered Cafe View Precondition", "file_type": "concept", "source_file": "screenshots/cafe/sparkle/01_sparke_zoomed_centered.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_sparkle_01_sparke_zoomed_centered_precondition_state", "community": 31, "norm_label": "zoomed/centered cafe view precondition" }, { "label": "Sparkle Calibration Screenshot: Cursor on Student Head (Zoomed)", "file_type": "image", "source_file": "screenshots/cafe/sparkle/02_sparke_zoomed_cursor_on_head.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_sparkle_02_sparke_zoomed_cursor_on_head_image", "community": 23, "norm_label": "sparkle calibration screenshot: cursor on student head (zoomed)" }, { "label": "Cursor Position on Student's Head After Sparkle Click", "file_type": "concept", "source_file": "screenshots/cafe/sparkle/02_sparke_zoomed_cursor_on_head.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_sparkle_02_sparke_zoomed_cursor_on_head_cursoronhead", "community": 23, "norm_label": "cursor position on student's head after sparkle click" }, { "label": "Cafe Room UI Scene (zoomed, post-click state)", "file_type": "concept", "source_file": "screenshots/cafe/sparkle/02_sparke_zoomed_cursor_on_head.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_sparkle_02_sparke_zoomed_cursor_on_head_cafescene", "community": 23, "norm_label": "cafe room ui scene (zoomed, post-click state)" }, { "label": "Cafe Zoomed-Out Calibration Screenshot", "file_type": "image", "source_file": "screenshots/cafe/sparkle/03_sparkle_zoomed_out.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_sparkle_03_sparkle_zoomed_out_zoomedoutview", "community": 20, "norm_label": "cafe zoomed-out calibration screenshot" }, { "label": "Cafe Room Interior (Zoomed Out, Full Layout)", "file_type": "image", "source_file": "screenshots/cafe/sparkle/03_sparkle_zoomed_out.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_sparkle_03_sparkle_zoomed_out_caferoom", "community": 20, "norm_label": "cafe room interior (zoomed out, full layout)" }, { "label": "Yellow/White Affection Sparkle (visible near plush character)", "file_type": "image", "source_file": "screenshots/cafe/sparkle/03_sparkle_zoomed_out.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_sparkle_03_sparkle_zoomed_out_sparkleicon", "community": 20, "norm_label": "yellow/white affection sparkle (visible near plush character)" }, { "label": "Cafe HUD (currency, comfort/kaitekido 5500, income 0.0%, timer 17:41:20)", "file_type": "image", "source_file": "screenshots/cafe/sparkle/03_sparkle_zoomed_out.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_sparkle_03_sparkle_zoomed_out_cafehud", "community": 20, "norm_label": "cafe hud (currency, comfort/kaitekido 5500, income 0.0%, timer 17:41:20)" }, { "label": "Speech Bubble/Sparkle Text-Overlap Calibration Screenshot", "file_type": "image", "source_file": "screenshots/cafe/sparkle/04_sparke_speech_text_overlap.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_sparkle_04_sparke_speech_text_overlap_screenshot", "community": 32, "norm_label": "speech bubble/sparkle text-overlap calibration screenshot" }, { "label": "Speech Bubble Occlusion Edge Case (sparkle detection)", "file_type": "concept", "source_file": "screenshots/cafe/sparkle/04_sparke_speech_text_overlap.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_sparkle_04_sparke_speech_text_overlap_speechbubbleocclusion", "community": 32, "norm_label": "speech bubble occlusion edge case (sparkle detection)" }, { "label": "Sparkle Calibration Screenshot: Student Hidden", "file_type": "image", "source_file": "screenshots/cafe/sparkle/05_sparkle_student_hidden.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_sparkle_05_sparkle_student_hidden_screenshot", "community": 19, "norm_label": "sparkle calibration screenshot: student hidden" }, { "label": "Student/Sparkle Occlusion Edge Case", "file_type": "concept", "source_file": "screenshots/cafe/sparkle/05_sparkle_student_hidden.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_sparkle_05_sparkle_student_hidden_occlusionedgecase", "community": 19, "norm_label": "student/sparkle occlusion edge case" }, { "label": "Sparkle Detection Reliability", "file_type": "concept", "source_file": "screenshots/cafe/sparkle/05_sparkle_student_hidden.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_sparkle_05_sparkle_student_hidden_detectionreliability", "community": 19, "norm_label": "sparkle detection reliability" }, { "label": "Sparkle Sample Screenshot 06 (cafe sparkle calibration reference)", "file_type": "image", "source_file": "screenshots/cafe/sparkle/06_sparkle_sample.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_sparkle_06_sparkle_sample_sparklesample", "community": 36, "norm_label": "sparkle sample screenshot 06 (cafe sparkle calibration reference)" }, { "label": "Student Bond Rank-Up Popup Screenshot", "file_type": "image", "source_file": "screenshots/cafe/student/01_student_rank_up_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_student_01_student_rank_up_popup_rankuppopup", "community": 21, "norm_label": "student bond rank-up popup screenshot" }, { "label": "Bond Rank Heart Indicator (Rank 4)", "file_type": "image", "source_file": "screenshots/cafe/student/01_student_rank_up_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_student_01_student_rank_up_popup_bondheartindicator", "community": 21, "norm_label": "bond rank heart indicator (rank 4)" }, { "label": "\"Attack +12\" Stat Boost Banner", "file_type": "image", "source_file": "screenshots/cafe/student/01_student_rank_up_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_student_01_student_rank_up_popup_statboostbanner", "community": 21, "norm_label": "\"attack +12\" stat boost banner" }, { "label": "Conditional Rank-Up Popup Close (Automation Gap)", "file_type": "rationale", "source_file": "screenshots/cafe/student/01_student_rank_up_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_student_01_student_rank_up_popup_conditionalpopupclosegap", "community": 21, "norm_label": "conditional rank-up popup close (automation gap)" }, { "label": "Rank-Up Popup Screenshot (Student B, Bond Rank 4, Max HP +144)", "file_type": "image", "source_file": "screenshots/cafe/student/02_student_rank_up_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_student_02_student_rank_up_popup_popupscreenshot", "community": 24, "norm_label": "rank-up popup screenshot (student b, bond rank 4, max hp +144)" }, { "label": "Bond Rank-Up Popup UI (\u7d46\u30e9\u30f3\u30af\u30a2\u30c3\u30d7\uff01 banner over portrait, stat-gain footer)", "file_type": "concept", "source_file": "screenshots/cafe/student/02_student_rank_up_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_student_02_student_rank_up_popup_bondrankuppopupui", "community": 24, "norm_label": "bond rank-up popup ui (\u7d46\u30e9\u30f3\u30af\u30a2\u30c3\u30d5! banner over portrait, stat-gain footer)" }, { "label": "Depicted Student (white/silver-haired, halo motif, off-shoulder outfit, Max HP +144)", "file_type": "concept", "source_file": "screenshots/cafe/student/02_student_rank_up_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_student_02_student_rank_up_popup_depictedstudent", "community": 24, "norm_label": "depicted student (white/silver-haired, halo motif, off-shoulder outfit, max hp +144)" }, { "label": "Cafe View After Rank-Up Popup Closed", "file_type": "image", "source_file": "screenshots/cafe/student/03_student_rank_up_popup_closed.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_student_03_student_rank_up_popup_closed_cafeviewafterpopupclosed", "community": 33, "norm_label": "cafe view after rank-up popup closed" }, { "label": "Student Rank-Up Popup Dismissal Flow", "file_type": "concept", "source_file": "screenshots/cafe/student/03_student_rank_up_popup_closed.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_student_03_student_rank_up_popup_closed_rankuppopupdismissalflow", "community": 33, "norm_label": "student rank-up popup dismissal flow" }, { "label": "Student Rotation Popup Screenshot", "file_type": "image", "source_file": "screenshots/cafe/student/04_student_rotation_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_student_04_student_rotation_popup_image", "community": 18, "norm_label": "student rotation popup screenshot" }, { "label": "Visited Student List Popup (\"\u6848\u5185\")", "file_type": "concept", "source_file": "screenshots/cafe/student/04_student_rotation_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_student_04_student_rotation_popup_rotationpopup", "community": 18, "norm_label": "visited student list popup (\"\u6848\u5185\")" }, { "label": "Popup Close (X) Button, top-right corner", "file_type": "concept", "source_file": "screenshots/cafe/student/04_student_rotation_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_student_04_student_rotation_popup_closebutton", "community": 18, "norm_label": "popup close (x) button, top-right corner" }, { "label": "OK Button (Enter-bound) below student list", "file_type": "concept", "source_file": "screenshots/cafe/student/04_student_rotation_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_student_04_student_rotation_popup_okbutton", "community": 18, "norm_label": "ok button (enter-bound) below student list" }, { "label": "\u8a2a\u554f\u3057\u305f\u751f\u5f92\u30ea\u30b9\u30c8 (Visited Student List row of 5 avatars)", "file_type": "concept", "source_file": "screenshots/cafe/student/04_student_rotation_popup.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_student_04_student_rotation_popup_visitedstudentlist", "community": 18, "norm_label": "\u8a2a\u554f\u3057\u305f\u751f\u5f92\u30ea\u30b9\u30c8 (visited student list row of 5 avatars)" }, { "label": "Blue Archive Main/Home Screen Screenshot", "file_type": "image", "source_file": "screenshots/main/main.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_main_main_mainscreen", "community": 10, "norm_label": "blue archive main/home screen screenshot" }, { "label": "Cafe Button (Bottom Navigation)", "file_type": "image", "source_file": "screenshots/main/main.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_main_main_cafe_button", "community": 10, "norm_label": "cafe button (bottom navigation)" }, { "label": "Mailbox/Envelope Icon (Top Bar)", "file_type": "image", "source_file": "screenshots/main/main.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_main_main_mailbox_icon", "community": 10, "norm_label": "mailbox/envelope icon (top bar)" }, { "label": "Bottom Navigation Bar (Cafe, Schedule, Students, Formation, Social, Manufacture, Shop, Recruit, Work)", "file_type": "image", "source_file": "screenshots/main/main.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_main_main_bottom_navigation", "community": 10, "norm_label": "bottom navigation bar (cafe, schedule, students, formation, social, manufacture, shop, recruit, work)" }, { "label": "nik-gpu Window Title Bar", "file_type": "image", "source_file": "screenshots/main/main.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_main_main_window_titlebar", "community": 10, "norm_label": "nik-gpu window title bar" }, { "label": "Currency/Resource Display (AP, Credits, Gems)", "file_type": "image", "source_file": "screenshots/main/main.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_main_main_currency_bar", "community": 10, "norm_label": "currency/resource display (ap, credits, gems)" }, { "label": "Cafe Screen Screenshot - Students Rendered Close Together", "file_type": "image", "source_file": "screenshots/cafe/bug_student_close_together.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_bug_student_close_together_screenshot", "community": 2, "norm_label": "cafe screen screenshot - students rendered close together" }, { "label": "Cafe Student Proximity Bug (two students rendered adjacent near arcade cabinets, relevant to sparkle click-offset detection)", "file_type": "rationale", "source_file": "screenshots/cafe/bug_student_close_together.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_bug_student_close_together_proximity_bug", "community": 2, "norm_label": "cafe student proximity bug (two students rendered adjacent near arcade cabinets, relevant to sparkle click-offset detection)" }, { "label": "Blue Archive Cafe (\u30ab\u30d5\u30a7) Room UI Screen", "file_type": "image", "source_file": "screenshots/cafe/bug_student_close_together.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_cafe_bug_student_close_together_cafe_ui", "community": 2, "norm_label": "blue archive cafe (\u30ab\u30d5\u30a7) room ui screen" }, { "label": "Stuck Loading Buffer Screenshot", "file_type": "image", "source_file": "screenshots/daily_login/stuck_loading_buffer.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_daily_login_stuck_loading_buffer_stuck_loading_buffer", "community": 34, "norm_label": "stuck loading buffer screenshot" }, { "label": "_loading_buffer_visible Stuck-Loading Detection", "file_type": "rationale", "source_file": "screenshots/daily_login/stuck_loading_buffer.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "screenshots_daily_login_stuck_loading_buffer_loading_buffer_visible_detection", "community": 34, "norm_label": "_loading_buffer_visible stuck-loading detection" } ], "links": [ { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/__init__.py", "source_location": "L1", "weight": 1.0, "source": "ba_auto_init_rationale_1", "target": "ba_auto_init", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/config.py", "source_location": "L1", "weight": 1.0, "source": "ba_auto_config_rationale_1", "target": "ba_auto_config", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L8", "weight": 1.0, "source": "ba_auto_detector", "target": "ba_auto_config", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L8", "weight": 1.0, "source": "ba_auto_driver", "target": "ba_auto_config", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L5", "weight": 1.0, "source": "ba_daily", "target": "ba_auto_config", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L133", "weight": 1.0, "source": "ba_auto_detector", "target": "ba_auto_detector_color_mask", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L63", "weight": 1.0, "source": "ba_auto_detector", "target": "ba_auto_detector_find_cafe_sparkle", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L155", "weight": 1.0, "source": "ba_auto_detector", "target": "ba_auto_detector_find_color_centroid", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L88", "weight": 1.0, "source": "ba_auto_detector", "target": "ba_auto_detector_find_template", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L56", "weight": 1.0, "source": "ba_auto_detector", "target": "ba_auto_detector_masked_template", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L179", "weight": 1.0, "source": "ba_auto_detector", "target": "ba_auto_detector_ocr_crop", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L237", "weight": 1.0, "source": "ba_auto_detector", "target": "ba_auto_detector_read_int", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L243", "weight": 1.0, "source": "ba_auto_detector", "target": "ba_auto_detector_read_int_bordered", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L278", "weight": 1.0, "source": "ba_auto_detector", "target": "ba_auto_detector_read_int_on_heart_badge", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L213", "weight": 1.0, "source": "ba_auto_detector", "target": "ba_auto_detector_read_int_white_on_dark", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L194", "weight": 1.0, "source": "ba_auto_detector", "target": "ba_auto_detector_read_text", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L143", "weight": 1.0, "source": "ba_auto_detector", "target": "ba_auto_detector_region_contains_color", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L125", "weight": 1.0, "source": "ba_auto_detector", "target": "ba_auto_detector_template_visible", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L8", "weight": 1.0, "source": "ba_auto_detector", "target": "ba_auto_driver", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L1", "weight": 1.0, "source": "ba_auto_detector_rationale_1", "target": "ba_auto_detector", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L102", "weight": 1.0, "source": "ba_auto_tasks_arena", "target": "ba_auto_detector", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L124", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_detector", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L89", "weight": 1.0, "source": "ba_auto_tasks_cafe", "target": "ba_auto_detector", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L302", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_detector", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L53", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_detector", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L17", "weight": 1.0, "source": "ba_auto_tasks_shop_utils", "target": "ba_auto_detector", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L33", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_detector", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L73", "weight": 1.0, "source": "ba_auto_detector_find_cafe_sparkle", "target": "ba_auto_detector_masked_template", "confidence_score": 1.0 }, { "relation": "conceptually_related_to", "confidence": "INFERRED", "confidence_score": 0.85, "source_file": "screenshots/cafe/bug_student_close_together.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_bug_student_close_together_proximity_bug", "target": "ba_auto_detector_find_cafe_sparkle" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L89", "weight": 1.0, "source": "ba_auto_detector_rationale_89", "target": "ba_auto_detector_find_template", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L130", "weight": 1.0, "source": "ba_auto_detector_template_visible", "target": "ba_auto_detector_find_template", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L126", "weight": 1.0, "source": "ba_auto_detector_rationale_126", "target": "ba_auto_detector_template_visible", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L172", "weight": 1.0, "source": "ba_auto_detector_find_color_centroid", "target": "ba_auto_detector_color_mask", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L152", "weight": 1.0, "source": "ba_auto_detector_region_contains_color", "target": "ba_auto_detector_color_mask", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L144", "weight": 1.0, "source": "ba_auto_detector_rationale_144", "target": "ba_auto_detector_region_contains_color", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L156", "weight": 1.0, "source": "ba_auto_detector_rationale_156", "target": "ba_auto_detector_find_color_centroid", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L206", "weight": 1.0, "source": "ba_auto_detector_read_text", "target": "ba_auto_detector_ocr_crop", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L195", "weight": 1.0, "source": "ba_auto_detector_rationale_195", "target": "ba_auto_detector_read_text", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L239", "weight": 1.0, "source": "ba_auto_detector_read_int", "target": "ba_auto_detector_read_text", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L214", "weight": 1.0, "source": "ba_auto_detector_rationale_214", "target": "ba_auto_detector_read_int_white_on_dark", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L238", "weight": 1.0, "source": "ba_auto_detector_rationale_238", "target": "ba_auto_detector_read_int", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L244", "weight": 1.0, "source": "ba_auto_detector_rationale_244", "target": "ba_auto_detector_read_int_bordered", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/detector.py", "source_location": "L279", "weight": 1.0, "source": "ba_auto_detector_rationale_279", "target": "ba_auto_detector_read_int_on_heart_badge", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L40", "weight": 1.0, "source": "ba_auto_driver", "target": "ba_auto_driver_click", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L101", "weight": 1.0, "source": "ba_auto_driver", "target": "ba_auto_driver_color_at", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L108", "weight": 1.0, "source": "ba_auto_driver", "target": "ba_auto_driver_colors_at", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L55", "weight": 1.0, "source": "ba_auto_driver", "target": "ba_auto_driver_drag", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L19", "weight": 1.0, "source": "ba_auto_driver", "target": "ba_auto_driver_focus_game", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L155", "weight": 1.0, "source": "ba_auto_driver", "target": "ba_auto_driver_is_game_running", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L92", "weight": 1.0, "source": "ba_auto_driver", "target": "ba_auto_driver_keypress", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L132", "weight": 1.0, "source": "ba_auto_driver", "target": "ba_auto_driver_kill_game", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L139", "weight": 1.0, "source": "ba_auto_driver", "target": "ba_auto_driver_launch_game", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L51", "weight": 1.0, "source": "ba_auto_driver", "target": "ba_auto_driver_move_mouse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L13", "weight": 1.0, "source": "ba_auto_driver", "target": "ba_auto_driver_run_command", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L97", "weight": 1.0, "source": "ba_auto_driver", "target": "ba_auto_driver_screenshot", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L79", "weight": 1.0, "source": "ba_auto_driver", "target": "ba_auto_driver_scroll", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L128", "weight": 1.0, "source": "ba_auto_driver", "target": "ba_auto_driver_wait", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L163", "weight": 1.0, "source": "ba_auto_driver", "target": "ba_auto_driver_window_exists", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L1", "weight": 1.0, "source": "ba_auto_driver_rationale_1", "target": "ba_auto_driver", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L5", "weight": 1.0, "source": "ba_daily", "target": "ba_auto_driver", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L45", "weight": 1.0, "source": "ba_auto_driver_click", "target": "ba_auto_driver_run_command", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L66", "weight": 1.0, "source": "ba_auto_driver_drag", "target": "ba_auto_driver_run_command", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L20", "weight": 1.0, "source": "ba_auto_driver_focus_game", "target": "ba_auto_driver_run_command", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L156", "weight": 1.0, "source": "ba_auto_driver_is_game_running", "target": "ba_auto_driver_run_command", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L93", "weight": 1.0, "source": "ba_auto_driver_keypress", "target": "ba_auto_driver_run_command", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L136", "weight": 1.0, "source": "ba_auto_driver_kill_game", "target": "ba_auto_driver_run_command", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L52", "weight": 1.0, "source": "ba_auto_driver_move_mouse", "target": "ba_auto_driver_run_command", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L98", "weight": 1.0, "source": "ba_auto_driver_screenshot", "target": "ba_auto_driver_run_command", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L84", "weight": 1.0, "source": "ba_auto_driver_scroll", "target": "ba_auto_driver_run_command", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L164", "weight": 1.0, "source": "ba_auto_driver_window_exists", "target": "ba_auto_driver_run_command", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L37", "weight": 1.0, "source": "ba_auto_driver_focus_game", "target": "ba_auto_driver_wait", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L46", "weight": 1.0, "source": "ba_auto_driver_click", "target": "ba_auto_driver_wait", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L67", "weight": 1.0, "source": "ba_auto_driver_drag", "target": "ba_auto_driver_wait", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L56", "weight": 1.0, "source": "ba_auto_driver_rationale_56", "target": "ba_auto_driver_drag", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L85", "weight": 1.0, "source": "ba_auto_driver_scroll", "target": "ba_auto_driver_wait", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L94", "weight": 1.0, "source": "ba_auto_driver_keypress", "target": "ba_auto_driver_wait", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L102", "weight": 1.0, "source": "ba_auto_driver_color_at", "target": "ba_auto_driver_screenshot", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L119", "weight": 1.0, "source": "ba_auto_driver_colors_at", "target": "ba_auto_driver_screenshot", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/driver.py", "source_location": "L109", "weight": 1.0, "source": "ba_auto_driver_rationale_109", "target": "ba_auto_driver_colors_at", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/navigation.py", "source_location": "L180", "weight": 1.0, "source": "ba_auto_navigation", "target": "ba_auto_navigation_click_back", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/navigation.py", "source_location": "L50", "weight": 1.0, "source": "ba_auto_navigation", "target": "ba_auto_navigation_is_header_bar_visible", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/navigation.py", "source_location": "L26", "weight": 1.0, "source": "ba_auto_navigation", "target": "ba_auto_navigation_is_modal_open", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/navigation.py", "source_location": "L21", "weight": 1.0, "source": "ba_auto_navigation", "target": "ba_auto_navigation_is_on_subscreen", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/navigation.py", "source_location": "L61", "weight": 1.0, "source": "ba_auto_navigation", "target": "ba_auto_navigation_not_home", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/navigation.py", "source_location": "L79", "weight": 1.0, "source": "ba_auto_navigation", "target": "ba_auto_navigation_return_to_home", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/navigation.py", "source_location": "L211", "weight": 1.0, "source": "ba_auto_navigation", "target": "ba_auto_navigation_wait_for_state", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/navigation.py", "source_location": "L1", "weight": 1.0, "source": "ba_auto_navigation_rationale_1", "target": "ba_auto_navigation", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L102", "weight": 1.0, "source": "ba_auto_tasks_arena", "target": "ba_auto_navigation", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L124", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_navigation", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L89", "weight": 1.0, "source": "ba_auto_tasks_cafe", "target": "ba_auto_navigation", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/circle.py", "source_location": "L94", "weight": 1.0, "source": "ba_auto_tasks_circle", "target": "ba_auto_navigation", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L302", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_navigation", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/exit_game.py", "source_location": "L30", "weight": 1.0, "source": "ba_auto_tasks_exit_game", "target": "ba_auto_navigation", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L53", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_navigation", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L250", "weight": 1.0, "source": "ba_auto_tasks_login", "target": "ba_auto_navigation", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/mailbox.py", "source_location": "L3", "weight": 1.0, "source": "ba_auto_tasks_mailbox", "target": "ba_auto_navigation", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_common.py", "source_location": "L4", "weight": 1.0, "source": "ba_auto_tasks_shop_common", "target": "ba_auto_navigation", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_tactical.py", "source_location": "L11", "weight": 1.0, "source": "ba_auto_tasks_shop_tactical", "target": "ba_auto_navigation", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L17", "weight": 1.0, "source": "ba_auto_tasks_shop_utils", "target": "ba_auto_navigation", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/stamina.py", "source_location": "L14", "weight": 1.0, "source": "ba_auto_tasks_stamina", "target": "ba_auto_navigation", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L33", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_navigation", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L5", "weight": 1.0, "source": "ba_daily", "target": "ba_auto_navigation", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/navigation.py", "source_location": "L76", "weight": 1.0, "source": "ba_auto_navigation_not_home", "target": "ba_auto_navigation_is_on_subscreen", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/navigation.py", "source_location": "L76", "weight": 1.0, "source": "ba_auto_navigation_not_home", "target": "ba_auto_navigation_is_modal_open", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/navigation.py", "source_location": "L160", "weight": 1.0, "source": "ba_auto_navigation_return_to_home", "target": "ba_auto_navigation_not_home", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/navigation.py", "source_location": "L80", "weight": 1.0, "source": "ba_auto_navigation_rationale_80", "target": "ba_auto_navigation_return_to_home", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/navigation.py", "source_location": "L181", "weight": 1.0, "source": "ba_auto_navigation_rationale_181", "target": "ba_auto_navigation_click_back", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/navigation.py", "source_location": "L212", "weight": 1.0, "source": "ba_auto_navigation_rationale_212", "target": "ba_auto_navigation_wait_for_state", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/__init__.py", "source_location": "L1", "weight": 1.0, "source": "ba_auto_tasks_init_rationale_1", "target": "ba_auto_tasks_init", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L270", "weight": 1.0, "source": "ba_auto_tasks_arena", "target": "ba_auto_tasks_arena_back_on_challenge_list", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L215", "weight": 1.0, "source": "ba_auto_tasks_arena", "target": "ba_auto_tasks_arena_choose_enemy", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L176", "weight": 1.0, "source": "ba_auto_tasks_arena", "target": "ba_auto_tasks_arena_collect_rewards", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L125", "weight": 1.0, "source": "ba_auto_tasks_arena", "target": "ba_auto_tasks_arena_color_in_range", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L249", "weight": 1.0, "source": "ba_auto_tasks_arena", "target": "ba_auto_tasks_arena_ensure_skip_on", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L346", "weight": 1.0, "source": "ba_auto_tasks_arena", "target": "ba_auto_tasks_arena_fight_one", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L196", "weight": 1.0, "source": "ba_auto_tasks_arena", "target": "ba_auto_tasks_arena_is_modal_open", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L204", "weight": 1.0, "source": "ba_auto_tasks_arena", "target": "ba_auto_tasks_arena_open_opponent_modal", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L142", "weight": 1.0, "source": "ba_auto_tasks_arena", "target": "ba_auto_tasks_arena_open_tactical_challenge", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L262", "weight": 1.0, "source": "ba_auto_tasks_arena", "target": "ba_auto_tasks_arena_opponent_info_modal_showing", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L138", "weight": 1.0, "source": "ba_auto_tasks_arena", "target": "ba_auto_tasks_arena_read_rank", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L131", "weight": 1.0, "source": "ba_auto_tasks_arena", "target": "ba_auto_tasks_arena_read_ticket_count", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L210", "weight": 1.0, "source": "ba_auto_tasks_arena", "target": "ba_auto_tasks_arena_refresh_opponents", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L172", "weight": 1.0, "source": "ba_auto_tasks_arena", "target": "ba_auto_tasks_arena_reward_claimable", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L386", "weight": 1.0, "source": "ba_auto_tasks_arena", "target": "ba_auto_tasks_arena_run", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L245", "weight": 1.0, "source": "ba_auto_tasks_arena", "target": "ba_auto_tasks_arena_skip_is_on", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L283", "weight": 1.0, "source": "ba_auto_tasks_arena", "target": "ba_auto_tasks_arena_wait_for_result", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L1", "weight": 1.0, "source": "ba_auto_tasks_arena_rationale_1", "target": "ba_auto_tasks_arena", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L6", "weight": 1.0, "source": "ba_daily", "target": "ba_auto_tasks_arena", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L267", "weight": 1.0, "source": "ba_auto_tasks_arena_opponent_info_modal_showing", "target": "ba_auto_tasks_arena_color_in_range", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L173", "weight": 1.0, "source": "ba_auto_tasks_arena_reward_claimable", "target": "ba_auto_tasks_arena_color_in_range", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L246", "weight": 1.0, "source": "ba_auto_tasks_arena_skip_is_on", "target": "ba_auto_tasks_arena_color_in_range", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L406", "weight": 1.0, "source": "ba_auto_tasks_arena_run", "target": "ba_auto_tasks_arena_read_ticket_count", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L415", "weight": 1.0, "source": "ba_auto_tasks_arena_run", "target": "ba_auto_tasks_arena_read_rank", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L402", "weight": 1.0, "source": "ba_auto_tasks_arena_run", "target": "ba_auto_tasks_arena_open_tactical_challenge", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L177", "weight": 1.0, "source": "ba_auto_tasks_arena_collect_rewards", "target": "ba_auto_tasks_arena_reward_claimable", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L438", "weight": 1.0, "source": "ba_auto_tasks_arena_run", "target": "ba_auto_tasks_arena_collect_rewards", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L280", "weight": 1.0, "source": "ba_auto_tasks_arena_back_on_challenge_list", "target": "ba_auto_tasks_arena_is_modal_open", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L207", "weight": 1.0, "source": "ba_auto_tasks_arena_open_opponent_modal", "target": "ba_auto_tasks_arena_is_modal_open", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L356", "weight": 1.0, "source": "ba_auto_tasks_arena_fight_one", "target": "ba_auto_tasks_arena_open_opponent_modal", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L242", "weight": 1.0, "source": "ba_auto_tasks_arena_choose_enemy", "target": "ba_auto_tasks_arena_refresh_opponents", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L354", "weight": 1.0, "source": "ba_auto_tasks_arena_fight_one", "target": "ba_auto_tasks_arena_choose_enemy", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L216", "weight": 1.0, "source": "ba_auto_tasks_arena_rationale_216", "target": "ba_auto_tasks_arena_choose_enemy", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L250", "weight": 1.0, "source": "ba_auto_tasks_arena_ensure_skip_on", "target": "ba_auto_tasks_arena_skip_is_on", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L368", "weight": 1.0, "source": "ba_auto_tasks_arena_fight_one", "target": "ba_auto_tasks_arena_ensure_skip_on", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L332", "weight": 1.0, "source": "ba_auto_tasks_arena_wait_for_result", "target": "ba_auto_tasks_arena_opponent_info_modal_showing", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L335", "weight": 1.0, "source": "ba_auto_tasks_arena_wait_for_result", "target": "ba_auto_tasks_arena_back_on_challenge_list", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L380", "weight": 1.0, "source": "ba_auto_tasks_arena_fight_one", "target": "ba_auto_tasks_arena_wait_for_result", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L284", "weight": 1.0, "source": "ba_auto_tasks_arena_rationale_284", "target": "ba_auto_tasks_arena_wait_for_result", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L347", "weight": 1.0, "source": "ba_auto_tasks_arena_rationale_347", "target": "ba_auto_tasks_arena_fight_one", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/arena.py", "source_location": "L421", "weight": 1.0, "source": "ba_auto_tasks_arena_run", "target": "ba_auto_tasks_arena_fight_one", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L241", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_tasks_bounty_click_max_and_verify", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L251", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_tasks_bounty_click_min_and_verify", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L273", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_tasks_bounty_click_plus_and_verify", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L359", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_tasks_bounty_click_sweep_start_and_verify", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L295", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_tasks_bounty_close_stage_modal", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L140", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_tasks_bounty_color_in_range", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L154", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_tasks_bounty_confirm_dialog_is_sweep", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L178", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_tasks_bounty_count_raised_above_one", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L171", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_tasks_bounty_find_result_button", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L135", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_tasks_bounty_is_stage_modal_open", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L146", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_tasks_bounty_is_sweep_usage_confirm", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L150", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_tasks_bounty_is_ticket_purchase_prompt", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L205", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_tasks_bounty_open_area", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L186", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_tasks_bounty_open_bounty_screen", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L223", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_tasks_bounty_open_latest_stage_modal", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L430", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_tasks_bounty_rotation_area", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L216", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_tasks_bounty_row_number_rect", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L435", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_tasks_bounty_run", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L289", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_tasks_bounty_set_sweep_count", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L369", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_tasks_bounty_sweep_latest_stage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L310", "weight": 1.0, "source": "ba_auto_tasks_bounty", "target": "ba_auto_tasks_bounty_watch_sweep_result", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L1", "weight": 1.0, "source": "ba_auto_tasks_bounty_rationale_1", "target": "ba_auto_tasks_bounty", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L6", "weight": 1.0, "source": "ba_daily", "target": "ba_auto_tasks_bounty", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L299", "weight": 1.0, "source": "ba_auto_tasks_bounty_close_stage_modal", "target": "ba_auto_tasks_bounty_is_stage_modal_open", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L235", "weight": 1.0, "source": "ba_auto_tasks_bounty_open_latest_stage_modal", "target": "ba_auto_tasks_bounty_is_stage_modal_open", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L346", "weight": 1.0, "source": "ba_auto_tasks_bounty_watch_sweep_result", "target": "ba_auto_tasks_bounty_is_stage_modal_open", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L147", "weight": 1.0, "source": "ba_auto_tasks_bounty_is_sweep_usage_confirm", "target": "ba_auto_tasks_bounty_color_in_range", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L151", "weight": 1.0, "source": "ba_auto_tasks_bounty_is_ticket_purchase_prompt", "target": "ba_auto_tasks_bounty_color_in_range", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L363", "weight": 1.0, "source": "ba_auto_tasks_bounty_click_sweep_start_and_verify", "target": "ba_auto_tasks_bounty_is_sweep_usage_confirm", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L363", "weight": 1.0, "source": "ba_auto_tasks_bounty_click_sweep_start_and_verify", "target": "ba_auto_tasks_bounty_is_ticket_purchase_prompt", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L390", "weight": 1.0, "source": "ba_auto_tasks_bounty_sweep_latest_stage", "target": "ba_auto_tasks_bounty_is_ticket_purchase_prompt", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L345", "weight": 1.0, "source": "ba_auto_tasks_bounty_watch_sweep_result", "target": "ba_auto_tasks_bounty_is_ticket_purchase_prompt", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L155", "weight": 1.0, "source": "ba_auto_tasks_bounty_rationale_155", "target": "ba_auto_tasks_bounty_confirm_dialog_is_sweep", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L403", "weight": 1.0, "source": "ba_auto_tasks_bounty_sweep_latest_stage", "target": "ba_auto_tasks_bounty_confirm_dialog_is_sweep", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L346", "weight": 1.0, "source": "ba_auto_tasks_bounty_watch_sweep_result", "target": "ba_auto_tasks_bounty_find_result_button", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L245", "weight": 1.0, "source": "ba_auto_tasks_bounty_click_max_and_verify", "target": "ba_auto_tasks_bounty_count_raised_above_one", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L267", "weight": 1.0, "source": "ba_auto_tasks_bounty_click_min_and_verify", "target": "ba_auto_tasks_bounty_count_raised_above_one", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L283", "weight": 1.0, "source": "ba_auto_tasks_bounty_click_plus_and_verify", "target": "ba_auto_tasks_bounty_count_raised_above_one", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L445", "weight": 1.0, "source": "ba_auto_tasks_bounty_run", "target": "ba_auto_tasks_bounty_open_bounty_screen", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L373", "weight": 1.0, "source": "ba_auto_tasks_bounty_sweep_latest_stage", "target": "ba_auto_tasks_bounty_open_area", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L228", "weight": 1.0, "source": "ba_auto_tasks_bounty_open_latest_stage_modal", "target": "ba_auto_tasks_bounty_row_number_rect", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L376", "weight": 1.0, "source": "ba_auto_tasks_bounty_sweep_latest_stage", "target": "ba_auto_tasks_bounty_open_latest_stage_modal", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L291", "weight": 1.0, "source": "ba_auto_tasks_bounty_set_sweep_count", "target": "ba_auto_tasks_bounty_click_max_and_verify", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L274", "weight": 1.0, "source": "ba_auto_tasks_bounty_click_plus_and_verify", "target": "ba_auto_tasks_bounty_click_min_and_verify", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L292", "weight": 1.0, "source": "ba_auto_tasks_bounty_set_sweep_count", "target": "ba_auto_tasks_bounty_click_plus_and_verify", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L380", "weight": 1.0, "source": "ba_auto_tasks_bounty_sweep_latest_stage", "target": "ba_auto_tasks_bounty_set_sweep_count", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L382", "weight": 1.0, "source": "ba_auto_tasks_bounty_sweep_latest_stage", "target": "ba_auto_tasks_bounty_close_stage_modal", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L413", "weight": 1.0, "source": "ba_auto_tasks_bounty_sweep_latest_stage", "target": "ba_auto_tasks_bounty_watch_sweep_result", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L385", "weight": 1.0, "source": "ba_auto_tasks_bounty_sweep_latest_stage", "target": "ba_auto_tasks_bounty_click_sweep_start_and_verify", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L450", "weight": 1.0, "source": "ba_auto_tasks_bounty_run", "target": "ba_auto_tasks_bounty_sweep_latest_stage", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/bounty.py", "source_location": "L442", "weight": 1.0, "source": "ba_auto_tasks_bounty_run", "target": "ba_auto_tasks_bounty_rotation_area", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L99", "weight": 1.0, "source": "ba_auto_tasks_cafe", "target": "ba_auto_tasks_cafe_claim_disabled", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L227", "weight": 1.0, "source": "ba_auto_tasks_cafe", "target": "ba_auto_tasks_cafe_claim_income", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L122", "weight": 1.0, "source": "ba_auto_tasks_cafe", "target": "ba_auto_tasks_cafe_dismiss_rank_up_if_shown", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L327", "weight": 1.0, "source": "ba_auto_tasks_cafe", "target": "ba_auto_tasks_cafe_ensure_invite_sort", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L109", "weight": 1.0, "source": "ba_auto_tasks_cafe", "target": "ba_auto_tasks_cafe_enter_room", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L316", "weight": 1.0, "source": "ba_auto_tasks_cafe", "target": "ba_auto_tasks_cafe_invite_heart_rect", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L383", "weight": 1.0, "source": "ba_auto_tasks_cafe", "target": "ba_auto_tasks_cafe_invite_student", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L352", "weight": 1.0, "source": "ba_auto_tasks_cafe", "target": "ba_auto_tasks_cafe_is_swap_or_move_warning", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L248", "weight": 1.0, "source": "ba_auto_tasks_cafe", "target": "ba_auto_tasks_cafe_open_invite_list", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L199", "weight": 1.0, "source": "ba_auto_tasks_cafe", "target": "ba_auto_tasks_cafe_pan_camera", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L151", "weight": 1.0, "source": "ba_auto_tasks_cafe", "target": "ba_auto_tasks_cafe_pat_current_view", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L205", "weight": 1.0, "source": "ba_auto_tasks_cafe", "target": "ba_auto_tasks_cafe_pat_room", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L323", "weight": 1.0, "source": "ba_auto_tasks_cafe", "target": "ba_auto_tasks_cafe_read_invite_affection", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L419", "weight": 1.0, "source": "ba_auto_tasks_cafe", "target": "ba_auto_tasks_cafe_run", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L356", "weight": 1.0, "source": "ba_auto_tasks_cafe", "target": "ba_auto_tasks_cafe_try_invite_row", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L1", "weight": 1.0, "source": "ba_auto_tasks_cafe_rationale_1", "target": "ba_auto_tasks_cafe", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L6", "weight": 1.0, "source": "ba_daily", "target": "ba_auto_tasks_cafe", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L234", "weight": 1.0, "source": "ba_auto_tasks_cafe_claim_income", "target": "ba_auto_tasks_cafe_claim_disabled", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L422", "weight": 1.0, "source": "ba_auto_tasks_cafe_run", "target": "ba_auto_tasks_cafe_enter_room", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L177", "weight": 1.0, "source": "ba_auto_tasks_cafe_pat_current_view", "target": "ba_auto_tasks_cafe_dismiss_rank_up_if_shown", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L218", "weight": 1.0, "source": "ba_auto_tasks_cafe_pat_room", "target": "ba_auto_tasks_cafe_pat_current_view", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L216", "weight": 1.0, "source": "ba_auto_tasks_cafe_pat_room", "target": "ba_auto_tasks_cafe_pan_camera", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L430", "weight": 1.0, "source": "ba_auto_tasks_cafe_run", "target": "ba_auto_tasks_cafe_pat_room", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L445", "weight": 1.0, "source": "ba_auto_tasks_cafe_run", "target": "ba_auto_tasks_cafe_claim_income", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L391", "weight": 1.0, "source": "ba_auto_tasks_cafe_invite_student", "target": "ba_auto_tasks_cafe_open_invite_list", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L324", "weight": 1.0, "source": "ba_auto_tasks_cafe_read_invite_affection", "target": "ba_auto_tasks_cafe_invite_heart_rect", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L344", "weight": 1.0, "source": "ba_auto_tasks_cafe_ensure_invite_sort", "target": "ba_auto_tasks_cafe_read_invite_affection", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L395", "weight": 1.0, "source": "ba_auto_tasks_cafe_invite_student", "target": "ba_auto_tasks_cafe_ensure_invite_sort", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L372", "weight": 1.0, "source": "ba_auto_tasks_cafe_try_invite_row", "target": "ba_auto_tasks_cafe_is_swap_or_move_warning", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L399", "weight": 1.0, "source": "ba_auto_tasks_cafe_invite_student", "target": "ba_auto_tasks_cafe_try_invite_row", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L357", "weight": 1.0, "source": "ba_auto_tasks_cafe_rationale_357", "target": "ba_auto_tasks_cafe_try_invite_row", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L384", "weight": 1.0, "source": "ba_auto_tasks_cafe_rationale_384", "target": "ba_auto_tasks_cafe_invite_student", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/cafe.py", "source_location": "L427", "weight": 1.0, "source": "ba_auto_tasks_cafe_run", "target": "ba_auto_tasks_cafe_invite_student", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/circle.py", "source_location": "L117", "weight": 1.0, "source": "ba_auto_tasks_circle", "target": "ba_auto_tasks_circle_dismiss_reward", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/circle.py", "source_location": "L103", "weight": 1.0, "source": "ba_auto_tasks_circle", "target": "ba_auto_tasks_circle_enter_circle", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/circle.py", "source_location": "L127", "weight": 1.0, "source": "ba_auto_tasks_circle", "target": "ba_auto_tasks_circle_leave_circle", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/circle.py", "source_location": "L99", "weight": 1.0, "source": "ba_auto_tasks_circle", "target": "ba_auto_tasks_circle_reached_circle", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/circle.py", "source_location": "L137", "weight": 1.0, "source": "ba_auto_tasks_circle", "target": "ba_auto_tasks_circle_run", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/circle.py", "source_location": "L1", "weight": 1.0, "source": "ba_auto_tasks_circle_rationale_1", "target": "ba_auto_tasks_circle", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L6", "weight": 1.0, "source": "ba_daily", "target": "ba_auto_tasks_circle", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/circle.py", "source_location": "L111", "weight": 1.0, "source": "ba_auto_tasks_circle_enter_circle", "target": "ba_auto_tasks_circle_reached_circle", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/circle.py", "source_location": "L131", "weight": 1.0, "source": "ba_auto_tasks_circle_leave_circle", "target": "ba_auto_tasks_circle_reached_circle", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/circle.py", "source_location": "L141", "weight": 1.0, "source": "ba_auto_tasks_circle_run", "target": "ba_auto_tasks_circle_enter_circle", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/circle.py", "source_location": "L147", "weight": 1.0, "source": "ba_auto_tasks_circle_run", "target": "ba_auto_tasks_circle_dismiss_reward", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/circle.py", "source_location": "L152", "weight": 1.0, "source": "ba_auto_tasks_circle_run", "target": "ba_auto_tasks_circle_leave_circle", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L453", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_tasks_event_sweep_click_max_and_verify", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L463", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_tasks_event_sweep_click_plus_and_verify", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L568", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_tasks_event_sweep_click_sweep_start_and_verify", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L480", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_tasks_event_sweep_close_stage_modal", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L321", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_tasks_event_sweep_color_in_range", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L342", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_tasks_event_sweep_count_raised_above_one", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L335", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_tasks_event_sweep_find_result_button", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L411", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_tasks_event_sweep_find_stage_row", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L331", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_tasks_event_sweep_is_ap_purchase_prompt", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L396", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_tasks_event_sweep_is_finished_event_page", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L316", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_tasks_event_sweep_is_stage_modal_open", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L327", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_tasks_event_sweep_is_sweep_usage_confirm", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L352", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_tasks_event_sweep_open_event_screen", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L553", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_tasks_event_sweep_open_stage_modal", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L636", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_tasks_event_sweep_rotation_target", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L378", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_tasks_event_sweep_row_number_rect", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L646", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_tasks_event_sweep_run", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L384", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_tasks_event_sweep_scan_stage_rows_once", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L474", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_tasks_event_sweep_set_sweep_count", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L583", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_tasks_event_sweep_sweep_target", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L496", "weight": 1.0, "source": "ba_auto_tasks_event_sweep", "target": "ba_auto_tasks_event_sweep_watch_sweep_result", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L1", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_rationale_1", "target": "ba_auto_tasks_event_sweep", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L6", "weight": 1.0, "source": "ba_daily", "target": "ba_auto_tasks_event_sweep", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L485", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_close_stage_modal", "target": "ba_auto_tasks_event_sweep_is_stage_modal_open", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L562", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_open_stage_modal", "target": "ba_auto_tasks_event_sweep_is_stage_modal_open", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L540", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_watch_sweep_result", "target": "ba_auto_tasks_event_sweep_is_stage_modal_open", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L332", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_is_ap_purchase_prompt", "target": "ba_auto_tasks_event_sweep_color_in_range", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L328", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_is_sweep_usage_confirm", "target": "ba_auto_tasks_event_sweep_color_in_range", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L577", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_click_sweep_start_and_verify", "target": "ba_auto_tasks_event_sweep_is_sweep_usage_confirm", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L577", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_click_sweep_start_and_verify", "target": "ba_auto_tasks_event_sweep_is_ap_purchase_prompt", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L610", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_sweep_target", "target": "ba_auto_tasks_event_sweep_is_ap_purchase_prompt", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L539", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_watch_sweep_result", "target": "ba_auto_tasks_event_sweep_is_ap_purchase_prompt", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L540", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_watch_sweep_result", "target": "ba_auto_tasks_event_sweep_find_result_button", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L457", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_click_max_and_verify", "target": "ba_auto_tasks_event_sweep_count_raised_above_one", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L468", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_click_plus_and_verify", "target": "ba_auto_tasks_event_sweep_count_raised_above_one", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L665", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_run", "target": "ba_auto_tasks_event_sweep_open_event_screen", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L387", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_scan_stage_rows_once", "target": "ba_auto_tasks_event_sweep_row_number_rect", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L430", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_find_stage_row", "target": "ba_auto_tasks_event_sweep_scan_stage_rows_once", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L434", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_find_stage_row", "target": "ba_auto_tasks_event_sweep_is_finished_event_page", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L586", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_sweep_target", "target": "ba_auto_tasks_event_sweep_find_stage_row", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L476", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_set_sweep_count", "target": "ba_auto_tasks_event_sweep_click_max_and_verify", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L477", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_set_sweep_count", "target": "ba_auto_tasks_event_sweep_click_plus_and_verify", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L600", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_sweep_target", "target": "ba_auto_tasks_event_sweep_set_sweep_count", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L602", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_sweep_target", "target": "ba_auto_tasks_event_sweep_close_stage_modal", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L620", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_sweep_target", "target": "ba_auto_tasks_event_sweep_watch_sweep_result", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L596", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_sweep_target", "target": "ba_auto_tasks_event_sweep_open_stage_modal", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L605", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_sweep_target", "target": "ba_auto_tasks_event_sweep_click_sweep_start_and_verify", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L669", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_run", "target": "ba_auto_tasks_event_sweep_sweep_target", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/event_sweep.py", "source_location": "L649", "weight": 1.0, "source": "ba_auto_tasks_event_sweep_run", "target": "ba_auto_tasks_event_sweep_rotation_target", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/exit_game.py", "source_location": "L49", "weight": 1.0, "source": "ba_auto_tasks_exit_game", "target": "ba_auto_tasks_exit_game_confirm_exit", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/exit_game.py", "source_location": "L37", "weight": 1.0, "source": "ba_auto_tasks_exit_game", "target": "ba_auto_tasks_exit_game_raise_exit_dialog", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/exit_game.py", "source_location": "L61", "weight": 1.0, "source": "ba_auto_tasks_exit_game", "target": "ba_auto_tasks_exit_game_run", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/exit_game.py", "source_location": "L1", "weight": 1.0, "source": "ba_auto_tasks_exit_game_rationale_1", "target": "ba_auto_tasks_exit_game", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L6", "weight": 1.0, "source": "ba_daily", "target": "ba_auto_tasks_exit_game", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/exit_game.py", "source_location": "L67", "weight": 1.0, "source": "ba_auto_tasks_exit_game_run", "target": "ba_auto_tasks_exit_game_raise_exit_dialog", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/exit_game.py", "source_location": "L71", "weight": 1.0, "source": "ba_auto_tasks_exit_game_run", "target": "ba_auto_tasks_exit_game_confirm_exit", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L107", "weight": 1.0, "source": "ba_auto_tasks_gem_shop", "target": "ba_auto_tasks_gem_shop_claim_free_package", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L89", "weight": 1.0, "source": "ba_auto_tasks_gem_shop", "target": "ba_auto_tasks_gem_shop_close_gem_shop", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L76", "weight": 1.0, "source": "ba_auto_tasks_gem_shop", "target": "ba_auto_tasks_gem_shop_color_matches", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L46", "weight": 1.0, "source": "ba_auto_tasks_gem_shop", "target": "ba_auto_tasks_gem_shop_dialog_open", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L55", "weight": 1.0, "source": "ba_auto_tasks_gem_shop", "target": "ba_auto_tasks_gem_shop_open_gem_shop", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L65", "weight": 1.0, "source": "ba_auto_tasks_gem_shop", "target": "ba_auto_tasks_gem_shop_open_package_tab", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L80", "weight": 1.0, "source": "ba_auto_tasks_gem_shop", "target": "ba_auto_tasks_gem_shop_read_free_card_status", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L118", "weight": 1.0, "source": "ba_auto_tasks_gem_shop", "target": "ba_auto_tasks_gem_shop_run", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L1", "weight": 1.0, "source": "ba_auto_tasks_gem_shop_rationale_1", "target": "ba_auto_tasks_gem_shop", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L6", "weight": 1.0, "source": "ba_daily", "target": "ba_auto_tasks_gem_shop", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L101", "weight": 1.0, "source": "ba_auto_tasks_gem_shop_close_gem_shop", "target": "ba_auto_tasks_gem_shop_dialog_open", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L59", "weight": 1.0, "source": "ba_auto_tasks_gem_shop_open_gem_shop", "target": "ba_auto_tasks_gem_shop_dialog_open", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L121", "weight": 1.0, "source": "ba_auto_tasks_gem_shop_run", "target": "ba_auto_tasks_gem_shop_open_gem_shop", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L69", "weight": 1.0, "source": "ba_auto_tasks_gem_shop_open_package_tab", "target": "ba_auto_tasks_gem_shop_read_free_card_status", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L125", "weight": 1.0, "source": "ba_auto_tasks_gem_shop_run", "target": "ba_auto_tasks_gem_shop_open_package_tab", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L82", "weight": 1.0, "source": "ba_auto_tasks_gem_shop_read_free_card_status", "target": "ba_auto_tasks_gem_shop_color_matches", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L111", "weight": 1.0, "source": "ba_auto_tasks_gem_shop_claim_free_package", "target": "ba_auto_tasks_gem_shop_read_free_card_status", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L128", "weight": 1.0, "source": "ba_auto_tasks_gem_shop_run", "target": "ba_auto_tasks_gem_shop_close_gem_shop", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/gem_shop.py", "source_location": "L136", "weight": 1.0, "source": "ba_auto_tasks_gem_shop_run", "target": "ba_auto_tasks_gem_shop_claim_free_package", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L164", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_tasks_lesson_badge_rect", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L259", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_tasks_lesson_build_priority_queue", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L172", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_tasks_lesson_checkmark_rect", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L272", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_tasks_lesson_click_cell", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L153", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_tasks_lesson_close_grid_modal", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L217", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_tasks_lesson_close_region_grid", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L70", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_tasks_lesson_ensure_location_select_list", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L127", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_tasks_lesson_is_action_button_showing", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L122", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_tasks_lesson_is_grid_idle", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L180", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_tasks_lesson_is_slot_already_done", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L133", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_tasks_lesson_open_region_grid", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L105", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_tasks_lesson_open_schedule_screen", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L185", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_tasks_lesson_read_slot_affection", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L63", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_tasks_lesson_read_ticket_count", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L353", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_tasks_lesson_run", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L277", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_tasks_lesson_run_one_schedule", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L306", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_tasks_lesson_run_queue", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L233", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_tasks_lesson_scan_all_regions", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L196", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_tasks_lesson_scan_open_grid_cells", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L115", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_tasks_lesson_scroll_region_list", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L158", "weight": 1.0, "source": "ba_auto_tasks_lesson", "target": "ba_auto_tasks_lesson_slot_center", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L1", "weight": 1.0, "source": "ba_auto_tasks_lesson_rationale_1", "target": "ba_auto_tasks_lesson", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L6", "weight": 1.0, "source": "ba_daily", "target": "ba_auto_tasks_lesson", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L360", "weight": 1.0, "source": "ba_auto_tasks_lesson_run", "target": "ba_auto_tasks_lesson_read_ticket_count", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L344", "weight": 1.0, "source": "ba_auto_tasks_lesson_run_queue", "target": "ba_auto_tasks_lesson_read_ticket_count", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L96", "weight": 1.0, "source": "ba_auto_tasks_lesson_ensure_location_select_list", "target": "ba_auto_tasks_lesson_is_action_button_showing", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L110", "weight": 1.0, "source": "ba_auto_tasks_lesson_open_schedule_screen", "target": "ba_auto_tasks_lesson_ensure_location_select_list", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L71", "weight": 1.0, "source": "ba_auto_tasks_lesson_rationale_71", "target": "ba_auto_tasks_lesson_ensure_location_select_list", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L356", "weight": 1.0, "source": "ba_auto_tasks_lesson_run", "target": "ba_auto_tasks_lesson_open_schedule_screen", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L142", "weight": 1.0, "source": "ba_auto_tasks_lesson_open_region_grid", "target": "ba_auto_tasks_lesson_scroll_region_list", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L147", "weight": 1.0, "source": "ba_auto_tasks_lesson_open_region_grid", "target": "ba_auto_tasks_lesson_is_grid_idle", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L295", "weight": 1.0, "source": "ba_auto_tasks_lesson_run_one_schedule", "target": "ba_auto_tasks_lesson_is_grid_idle", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L228", "weight": 1.0, "source": "ba_auto_tasks_lesson_close_region_grid", "target": "ba_auto_tasks_lesson_is_action_button_showing", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L281", "weight": 1.0, "source": "ba_auto_tasks_lesson_run_one_schedule", "target": "ba_auto_tasks_lesson_is_action_button_showing", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L331", "weight": 1.0, "source": "ba_auto_tasks_lesson_run_queue", "target": "ba_auto_tasks_lesson_open_region_grid", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L248", "weight": 1.0, "source": "ba_auto_tasks_lesson_scan_all_regions", "target": "ba_auto_tasks_lesson_open_region_grid", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L225", "weight": 1.0, "source": "ba_auto_tasks_lesson_close_region_grid", "target": "ba_auto_tasks_lesson_close_grid_modal", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L165", "weight": 1.0, "source": "ba_auto_tasks_lesson_badge_rect", "target": "ba_auto_tasks_lesson_slot_center", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L173", "weight": 1.0, "source": "ba_auto_tasks_lesson_checkmark_rect", "target": "ba_auto_tasks_lesson_slot_center", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L188", "weight": 1.0, "source": "ba_auto_tasks_lesson_read_slot_affection", "target": "ba_auto_tasks_lesson_badge_rect", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L182", "weight": 1.0, "source": "ba_auto_tasks_lesson_is_slot_already_done", "target": "ba_auto_tasks_lesson_checkmark_rect", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L186", "weight": 1.0, "source": "ba_auto_tasks_lesson_read_slot_affection", "target": "ba_auto_tasks_lesson_is_slot_already_done", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L209", "weight": 1.0, "source": "ba_auto_tasks_lesson_scan_open_grid_cells", "target": "ba_auto_tasks_lesson_read_slot_affection", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L197", "weight": 1.0, "source": "ba_auto_tasks_lesson_rationale_197", "target": "ba_auto_tasks_lesson_scan_open_grid_cells", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L251", "weight": 1.0, "source": "ba_auto_tasks_lesson_scan_all_regions", "target": "ba_auto_tasks_lesson_scan_open_grid_cells", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L329", "weight": 1.0, "source": "ba_auto_tasks_lesson_run_queue", "target": "ba_auto_tasks_lesson_close_region_grid", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L255", "weight": 1.0, "source": "ba_auto_tasks_lesson_scan_all_regions", "target": "ba_auto_tasks_lesson_close_region_grid", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L234", "weight": 1.0, "source": "ba_auto_tasks_lesson_rationale_234", "target": "ba_auto_tasks_lesson_scan_all_regions", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L370", "weight": 1.0, "source": "ba_auto_tasks_lesson_run", "target": "ba_auto_tasks_lesson_scan_all_regions", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L260", "weight": 1.0, "source": "ba_auto_tasks_lesson_rationale_260", "target": "ba_auto_tasks_lesson_build_priority_queue", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L371", "weight": 1.0, "source": "ba_auto_tasks_lesson_run", "target": "ba_auto_tasks_lesson_build_priority_queue", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L280", "weight": 1.0, "source": "ba_auto_tasks_lesson_run_one_schedule", "target": "ba_auto_tasks_lesson_click_cell", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L278", "weight": 1.0, "source": "ba_auto_tasks_lesson_rationale_278", "target": "ba_auto_tasks_lesson_run_one_schedule", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L339", "weight": 1.0, "source": "ba_auto_tasks_lesson_run_queue", "target": "ba_auto_tasks_lesson_run_one_schedule", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L307", "weight": 1.0, "source": "ba_auto_tasks_lesson_rationale_307", "target": "ba_auto_tasks_lesson_run_queue", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/lesson.py", "source_location": "L376", "weight": 1.0, "source": "ba_auto_tasks_lesson_run", "target": "ba_auto_tasks_lesson_run_queue", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L253", "weight": 1.0, "source": "ba_auto_tasks_login", "target": "ba_auto_tasks_login_color_matches", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L302", "weight": 1.0, "source": "ba_auto_tasks_login", "target": "ba_auto_tasks_login_connectivity_confirmed", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L284", "weight": 1.0, "source": "ba_auto_tasks_login", "target": "ba_auto_tasks_login_home_nav_bar_visible", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L271", "weight": 1.0, "source": "ba_auto_tasks_login", "target": "ba_auto_tasks_login_loading_buffer_visible", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L257", "weight": 1.0, "source": "ba_auto_tasks_login", "target": "ba_auto_tasks_login_logo_state", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L266", "weight": 1.0, "source": "ba_auto_tasks_login", "target": "ba_auto_tasks_login_news_dialog_open", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L409", "weight": 1.0, "source": "ba_auto_tasks_login", "target": "ba_auto_tasks_login_recover", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L424", "weight": 1.0, "source": "ba_auto_tasks_login", "target": "ba_auto_tasks_login_run", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L293", "weight": 1.0, "source": "ba_auto_tasks_login", "target": "ba_auto_tasks_login_true_home", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L352", "weight": 1.0, "source": "ba_auto_tasks_login", "target": "ba_auto_tasks_login_wait_for_home", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L400", "weight": 1.0, "source": "ba_auto_tasks_login", "target": "ba_auto_tasks_login_wait_for_window", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L1", "weight": 1.0, "source": "ba_auto_tasks_login_rationale_1", "target": "ba_auto_tasks_login", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L6", "weight": 1.0, "source": "ba_daily", "target": "ba_auto_tasks_login", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L281", "weight": 1.0, "source": "ba_auto_tasks_login_loading_buffer_visible", "target": "ba_auto_tasks_login_color_matches", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L259", "weight": 1.0, "source": "ba_auto_tasks_login_logo_state", "target": "ba_auto_tasks_login_color_matches", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L268", "weight": 1.0, "source": "ba_auto_tasks_login_news_dialog_open", "target": "ba_auto_tasks_login_color_matches", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L388", "weight": 1.0, "source": "ba_auto_tasks_login_wait_for_home", "target": "ba_auto_tasks_login_logo_state", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L298", "weight": 1.0, "source": "ba_auto_tasks_login_true_home", "target": "ba_auto_tasks_login_news_dialog_open", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L386", "weight": 1.0, "source": "ba_auto_tasks_login_wait_for_home", "target": "ba_auto_tasks_login_news_dialog_open", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L272", "weight": 1.0, "source": "ba_auto_tasks_login_rationale_272", "target": "ba_auto_tasks_login_loading_buffer_visible", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L356", "weight": 1.0, "source": "ba_auto_tasks_login_wait_for_home", "target": "ba_auto_tasks_login_loading_buffer_visible", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L295", "weight": 1.0, "source": "ba_auto_tasks_login_true_home", "target": "ba_auto_tasks_login_home_nav_bar_visible", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L364", "weight": 1.0, "source": "ba_auto_tasks_login_wait_for_home", "target": "ba_auto_tasks_login_true_home", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L303", "weight": 1.0, "source": "ba_auto_tasks_login_rationale_303", "target": "ba_auto_tasks_login_connectivity_confirmed", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L365", "weight": 1.0, "source": "ba_auto_tasks_login_wait_for_home", "target": "ba_auto_tasks_login_connectivity_confirmed", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L434", "weight": 1.0, "source": "ba_auto_tasks_login_run", "target": "ba_auto_tasks_login_wait_for_home", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L417", "weight": 1.0, "source": "ba_auto_tasks_login_recover", "target": "ba_auto_tasks_login_wait_for_window", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L428", "weight": 1.0, "source": "ba_auto_tasks_login_run", "target": "ba_auto_tasks_login_wait_for_window", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/login.py", "source_location": "L438", "weight": 1.0, "source": "ba_auto_tasks_login_run", "target": "ba_auto_tasks_login_recover", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/mailbox.py", "source_location": "L13", "weight": 1.0, "source": "ba_auto_tasks_mailbox", "target": "ba_auto_tasks_mailbox_claim_all_disabled", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/mailbox.py", "source_location": "L23", "weight": 1.0, "source": "ba_auto_tasks_mailbox", "target": "ba_auto_tasks_mailbox_run", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/mailbox.py", "source_location": "L1", "weight": 1.0, "source": "ba_auto_tasks_mailbox_rationale_1", "target": "ba_auto_tasks_mailbox", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L6", "weight": 1.0, "source": "ba_daily", "target": "ba_auto_tasks_mailbox", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/mailbox.py", "source_location": "L39", "weight": 1.0, "source": "ba_auto_tasks_mailbox_run", "target": "ba_auto_tasks_mailbox_claim_all_disabled", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_common.py", "source_location": "L8", "weight": 1.0, "source": "ba_auto_tasks_shop_common", "target": "ba_auto_tasks_shop_common_run", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_common.py", "source_location": "L5", "weight": 1.0, "source": "ba_auto_tasks_shop_common", "target": "ba_auto_tasks_shop_utils", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_common.py", "source_location": "L1", "weight": 1.0, "source": "ba_auto_tasks_shop_common_rationale_1", "target": "ba_auto_tasks_shop_common", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L6", "weight": 1.0, "source": "ba_daily", "target": "ba_auto_tasks_shop_common", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_tactical.py", "source_location": "L15", "weight": 1.0, "source": "ba_auto_tasks_shop_tactical", "target": "ba_auto_tasks_shop_tactical_run", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_tactical.py", "source_location": "L12", "weight": 1.0, "source": "ba_auto_tasks_shop_tactical", "target": "ba_auto_tasks_shop_utils", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_tactical.py", "source_location": "L1", "weight": 1.0, "source": "ba_auto_tasks_shop_tactical_rationale_1", "target": "ba_auto_tasks_shop_tactical", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L6", "weight": 1.0, "source": "ba_daily", "target": "ba_auto_tasks_shop_tactical", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L20", "weight": 1.0, "source": "ba_auto_tasks_shop_utils", "target": "ba_auto_tasks_shop_utils_checkbox_center", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L24", "weight": 1.0, "source": "ba_auto_tasks_shop_utils", "target": "ba_auto_tasks_shop_utils_checkbox_region", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L65", "weight": 1.0, "source": "ba_auto_tasks_shop_utils", "target": "ba_auto_tasks_shop_utils_confirm_purchase", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L35", "weight": 1.0, "source": "ba_auto_tasks_shop_utils", "target": "ba_auto_tasks_shop_utils_is_checked", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L29", "weight": 1.0, "source": "ba_auto_tasks_shop_utils", "target": "ba_auto_tasks_shop_utils_price_rect", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L86", "weight": 1.0, "source": "ba_auto_tasks_shop_utils", "target": "ba_auto_tasks_shop_utils_run_shop_tab", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L40", "weight": 1.0, "source": "ba_auto_tasks_shop_utils", "target": "ba_auto_tasks_shop_utils_select_targets", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L1", "weight": 1.0, "source": "ba_auto_tasks_shop_utils_rationale_1", "target": "ba_auto_tasks_shop_utils", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L25", "weight": 1.0, "source": "ba_auto_tasks_shop_utils_checkbox_region", "target": "ba_auto_tasks_shop_utils_checkbox_center", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L30", "weight": 1.0, "source": "ba_auto_tasks_shop_utils_price_rect", "target": "ba_auto_tasks_shop_utils_checkbox_center", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L54", "weight": 1.0, "source": "ba_auto_tasks_shop_utils_select_targets", "target": "ba_auto_tasks_shop_utils_checkbox_center", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L37", "weight": 1.0, "source": "ba_auto_tasks_shop_utils_is_checked", "target": "ba_auto_tasks_shop_utils_checkbox_region", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L49", "weight": 1.0, "source": "ba_auto_tasks_shop_utils_select_targets", "target": "ba_auto_tasks_shop_utils_price_rect", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L57", "weight": 1.0, "source": "ba_auto_tasks_shop_utils_select_targets", "target": "ba_auto_tasks_shop_utils_is_checked", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L41", "weight": 1.0, "source": "ba_auto_tasks_shop_utils_rationale_41", "target": "ba_auto_tasks_shop_utils_select_targets", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L113", "weight": 1.0, "source": "ba_auto_tasks_shop_utils_run_shop_tab", "target": "ba_auto_tasks_shop_utils_select_targets", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L66", "weight": 1.0, "source": "ba_auto_tasks_shop_utils_rationale_66", "target": "ba_auto_tasks_shop_utils_confirm_purchase", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L118", "weight": 1.0, "source": "ba_auto_tasks_shop_utils_run_shop_tab", "target": "ba_auto_tasks_shop_utils_confirm_purchase", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/shop_utils.py", "source_location": "L87", "weight": 1.0, "source": "ba_auto_tasks_shop_utils_rationale_87", "target": "ba_auto_tasks_shop_utils_run_shop_tab", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/stamina.py", "source_location": "L32", "weight": 1.0, "source": "ba_auto_tasks_stamina", "target": "ba_auto_tasks_stamina_button_claimable", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/stamina.py", "source_location": "L45", "weight": 1.0, "source": "ba_auto_tasks_stamina", "target": "ba_auto_tasks_stamina_claim_daily_gem", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/stamina.py", "source_location": "L37", "weight": 1.0, "source": "ba_auto_tasks_stamina", "target": "ba_auto_tasks_stamina_claim_enabled", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/stamina.py", "source_location": "L41", "weight": 1.0, "source": "ba_auto_tasks_stamina", "target": "ba_auto_tasks_stamina_daily_gem_claimable", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/stamina.py", "source_location": "L60", "weight": 1.0, "source": "ba_auto_tasks_stamina", "target": "ba_auto_tasks_stamina_run", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/stamina.py", "source_location": "L1", "weight": 1.0, "source": "ba_auto_tasks_stamina_rationale_1", "target": "ba_auto_tasks_stamina", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L6", "weight": 1.0, "source": "ba_daily", "target": "ba_auto_tasks_stamina", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/stamina.py", "source_location": "L38", "weight": 1.0, "source": "ba_auto_tasks_stamina_claim_enabled", "target": "ba_auto_tasks_stamina_button_claimable", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/stamina.py", "source_location": "L42", "weight": 1.0, "source": "ba_auto_tasks_stamina_daily_gem_claimable", "target": "ba_auto_tasks_stamina_button_claimable", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/stamina.py", "source_location": "L79", "weight": 1.0, "source": "ba_auto_tasks_stamina_run", "target": "ba_auto_tasks_stamina_claim_enabled", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/stamina.py", "source_location": "L54", "weight": 1.0, "source": "ba_auto_tasks_stamina_claim_daily_gem", "target": "ba_auto_tasks_stamina_daily_gem_claimable", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/stamina.py", "source_location": "L90", "weight": 1.0, "source": "ba_auto_tasks_stamina_run", "target": "ba_auto_tasks_stamina_daily_gem_claimable", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/stamina.py", "source_location": "L92", "weight": 1.0, "source": "ba_auto_tasks_stamina_run", "target": "ba_auto_tasks_stamina_claim_daily_gem", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L209", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_click_max_and_verify", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L219", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_click_plus_and_verify", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L236", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_close_stage_modal", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L47", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_color_in_range", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L77", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_count_raised_above_one", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L68", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_find_result_button", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L183", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_find_stage_row", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L127", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_go_to_region", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L59", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_is_ap_purchase_prompt", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L42", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_is_stage_modal_open", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L53", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_is_sweep_usage_confirm", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L165", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_label_suffix", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L159", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_normalize_label", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L86", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_open_task_screen", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L105", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_read_current_region", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L109", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_region_arrow_visible", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L345", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_rotation_target", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L177", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_row_label_rect", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L354", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_run", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L230", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_set_sweep_count", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L279", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_sweep_target", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L248", "weight": 1.0, "source": "ba_auto_tasks_story_sweep", "target": "ba_auto_tasks_story_sweep_watch_sweep_result", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L1", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_rationale_1", "target": "ba_auto_tasks_story_sweep", "confidence_score": 1.0 }, { "relation": "imports_from", "context": "submodule_import", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L6", "weight": 1.0, "source": "ba_daily", "target": "ba_auto_tasks_story_sweep", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L241", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_close_stage_modal", "target": "ba_auto_tasks_story_sweep_is_stage_modal_open", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L293", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_sweep_target", "target": "ba_auto_tasks_story_sweep_is_stage_modal_open", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L267", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_watch_sweep_result", "target": "ba_auto_tasks_story_sweep_is_stage_modal_open", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L65", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_is_ap_purchase_prompt", "target": "ba_auto_tasks_story_sweep_color_in_range", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L56", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_is_sweep_usage_confirm", "target": "ba_auto_tasks_story_sweep_color_in_range", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L321", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_sweep_target", "target": "ba_auto_tasks_story_sweep_is_sweep_usage_confirm", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L311", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_sweep_target", "target": "ba_auto_tasks_story_sweep_is_ap_purchase_prompt", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L267", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_watch_sweep_result", "target": "ba_auto_tasks_story_sweep_find_result_button", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L213", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_click_max_and_verify", "target": "ba_auto_tasks_story_sweep_count_raised_above_one", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L224", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_click_plus_and_verify", "target": "ba_auto_tasks_story_sweep_count_raised_above_one", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L367", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_run", "target": "ba_auto_tasks_story_sweep_open_task_screen", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L128", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_go_to_region", "target": "ba_auto_tasks_story_sweep_read_current_region", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L139", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_go_to_region", "target": "ba_auto_tasks_story_sweep_region_arrow_visible", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L282", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_sweep_target", "target": "ba_auto_tasks_story_sweep_go_to_region", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L173", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_label_suffix", "target": "ba_auto_tasks_story_sweep_normalize_label", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L195", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_find_stage_row", "target": "ba_auto_tasks_story_sweep_label_suffix", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L193", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_find_stage_row", "target": "ba_auto_tasks_story_sweep_row_label_rect", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L285", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_sweep_target", "target": "ba_auto_tasks_story_sweep_find_stage_row", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L232", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_set_sweep_count", "target": "ba_auto_tasks_story_sweep_click_max_and_verify", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L233", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_set_sweep_count", "target": "ba_auto_tasks_story_sweep_click_plus_and_verify", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L300", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_sweep_target", "target": "ba_auto_tasks_story_sweep_set_sweep_count", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L302", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_sweep_target", "target": "ba_auto_tasks_story_sweep_close_stage_modal", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L332", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_sweep_target", "target": "ba_auto_tasks_story_sweep_watch_sweep_result", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L372", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_run", "target": "ba_auto_tasks_story_sweep_sweep_target", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_auto/tasks/story_sweep.py", "source_location": "L358", "weight": 1.0, "source": "ba_auto_tasks_story_sweep_run", "target": "ba_auto_tasks_story_sweep_rotation_target", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_cron_run.sh", "source_location": "L1", "weight": 1.0, "source": "ba_cron_run", "target": "ba_cron_run_sh__entry", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_dailies.sh", "source_location": "L1", "weight": 1.0, "source": "ba_dailies", "target": "ba_dailies_sh__entry", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L87", "weight": 1.0, "source": "ba_daily", "target": "ba_daily_ensure_home", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L179", "weight": 1.0, "source": "ba_daily", "target": "ba_daily_main", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L173", "weight": 1.0, "source": "ba_daily", "target": "ba_daily_run_sequence", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L105", "weight": 1.0, "source": "ba_daily", "target": "ba_daily_run_task", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L88", "weight": 1.0, "source": "ba_daily_rationale_88", "target": "ba_daily_ensure_home", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L164", "weight": 1.0, "source": "ba_daily_run_task", "target": "ba_daily_ensure_home", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L206", "weight": 1.0, "source": "ba_daily_main", "target": "ba_daily_run_task", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L106", "weight": 1.0, "source": "ba_daily_rationale_106", "target": "ba_daily_run_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L175", "weight": 1.0, "source": "ba_daily_run_sequence", "target": "ba_daily_run_task", "confidence_score": 1.0 }, { "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "ba_daily.py", "source_location": "L191", "weight": 1.0, "source": "ba_daily_main", "target": "ba_daily_run_sequence", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "clean_scratchpad.sh", "source_location": "L1", "weight": 1.0, "source": "clean_scratchpad", "target": "clean_scratchpad_sh__entry", "confidence_score": 1.0 }, { "relation": "defines", "confidence": "EXTRACTED", "source_file": "completions/ba_dailies.bash", "source_location": "L15", "weight": 1.0, "source": "completions_ba_dailies", "target": "completions_ba_dailies_ba_dailies_completions", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "completions/ba_dailies.bash", "source_location": "L1", "weight": 1.0, "source": "completions_ba_dailies", "target": "completions_ba_dailies_bash__entry", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "pull_logs.sh", "source_location": "L1", "weight": 1.0, "source": "pull_logs", "target": "pull_logs_sh__entry", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "setup.sh", "source_location": "L1", "weight": 1.0, "source": "setup", "target": "setup_sh__entry", "confidence_score": 1.0 }, { "relation": "conceptually_related_to", "confidence": "INFERRED", "confidence_score": 0.85, "source_file": "screenshots/cafe/sparkle/05_sparkle_student_hidden.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_sparkle_05_sparkle_student_hidden_screenshot", "target": "assets_cafe_sparkle_template" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/cafe_reward/01_cafe_reward_cursor_on_top.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_cafe_reward_01_cafe_reward_cursor_on_top_screenshot", "target": "screenshots_cafe_cafe_reward_01_cafe_reward_cursor_on_top_cafe_income_display" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/cafe_reward/01_cafe_reward_cursor_on_top.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_cafe_reward_01_cafe_reward_cursor_on_top_screenshot", "target": "screenshots_cafe_cafe_reward_01_cafe_reward_cursor_on_top_cafe_room_scene" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/cafe_reward/01_cafe_reward_cursor_on_top.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_cafe_reward_01_cafe_reward_cursor_on_top_screenshot", "target": "screenshots_cafe_cafe_reward_01_cafe_reward_cursor_on_top_comfort_meter" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/cafe_reward/01_cafe_reward_cursor_on_top.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_cafe_reward_01_cafe_reward_cursor_on_top_screenshot", "target": "screenshots_cafe_cafe_reward_01_cafe_reward_cursor_on_top_invitation_tickets" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/cafe_reward/01_cafe_reward_cursor_on_top.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_cafe_reward_01_cafe_reward_cursor_on_top_screenshot", "target": "screenshots_cafe_cafe_reward_01_cafe_reward_cursor_on_top_nav_bar" }, { "relation": "rationale_for", "confidence": "INFERRED", "confidence_score": 0.85, "source_file": "screenshots/cafe/cafe_reward/02_cafe_reward_menu_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_cafe_reward_02_cafe_reward_menu_popup", "target": "ba_dailies_do_cafe" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/cafe_reward/02_cafe_reward_menu_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_cafe_reward_02_cafe_reward_menu_popup", "target": "screenshots_cafe_cafe_reward_02_cafe_reward_menu_popup_cafeincomepopup" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/cafe_reward/02_cafe_reward_menu_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_cafe_reward_02_cafe_reward_menu_popup_cafeincomepopup", "target": "screenshots_cafe_cafe_reward_02_cafe_reward_menu_popup_closebutton" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/cafe_reward/02_cafe_reward_menu_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_cafe_reward_02_cafe_reward_menu_popup_cafeincomepopup", "target": "screenshots_cafe_cafe_reward_02_cafe_reward_menu_popup_receivebutton" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/cafe_reward/02_cafe_reward_menu_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_cafe_reward_02_cafe_reward_menu_popup_cafeincomepopup", "target": "screenshots_cafe_cafe_reward_02_cafe_reward_menu_popup_store1apincome" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/cafe_reward/02_cafe_reward_menu_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_cafe_reward_02_cafe_reward_menu_popup_cafeincomepopup", "target": "screenshots_cafe_cafe_reward_02_cafe_reward_menu_popup_store1creditscard" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/cafe_reward/02_cafe_reward_menu_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_cafe_reward_02_cafe_reward_menu_popup_cafeincomepopup", "target": "screenshots_cafe_cafe_reward_02_cafe_reward_menu_popup_store2creditscard" }, { "relation": "rationale_for", "confidence": "INFERRED", "confidence_score": 0.75, "source_file": "screenshots/cafe/cafe_reward/02_cafe_reward_menu_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_cafe_reward_02_cafe_reward_menu_popup_receivebutton", "target": "ba_dailies_do_cafe" }, { "relation": "references", "confidence": "INFERRED", "confidence_score": 0.75, "source_file": "screenshots/cafe/cafe_reward/03_cafe_reward_claim_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_cafe_reward_03_cafe_reward_claim_popup_screenshot", "target": "ba_dailies_do_cafe" }, { "relation": "references", "confidence": "INFERRED", "confidence_score": 0.65, "source_file": "screenshots/main/main.png", "source_location": null, "weight": 1.0, "source": "screenshots_main_main_cafe_button", "target": "ba_dailies_do_cafe" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/cafe_reward/03_cafe_reward_claim_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_cafe_reward_03_cafe_reward_claim_popup_screenshot", "target": "screenshots_cafe_cafe_reward_03_cafe_reward_claim_popup_claim_button" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/cafe_reward/03_cafe_reward_claim_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_cafe_reward_03_cafe_reward_claim_popup_screenshot", "target": "screenshots_cafe_cafe_reward_03_cafe_reward_claim_popup_reward_display" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/room1.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_room1_png", "target": "screenshots_cafe_room1_edit_toolbar" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/room1.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_room1_png", "target": "screenshots_cafe_room1_income_comfort_display" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/room1.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_room1_png", "target": "screenshots_cafe_room1_room2_nav_button" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/room1.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_room1_png", "target": "screenshots_cafe_room1_room_layout" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/room1.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_room1_png", "target": "screenshots_cafe_room1_students_present" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/room1.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_room1_png", "target": "screenshots_cafe_room1_visit_icons" }, { "relation": "conceptually_related_to", "confidence": "AMBIGUOUS", "confidence_score": 0.3, "source_file": "screenshots/cafe/room2.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_room2_screenshot", "target": "screenshots_cafe_room2_affection_marker_candidate" }, { "relation": "conceptually_related_to", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/room2.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_room2_screenshot", "target": "screenshots_cafe_room2_bottom_toolbar" }, { "relation": "conceptually_related_to", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/room2.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_room2_screenshot", "target": "screenshots_cafe_room2_comfort_meter" }, { "relation": "conceptually_related_to", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/room2.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_room2_screenshot", "target": "screenshots_cafe_room2_currency_hud" }, { "relation": "conceptually_related_to", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/room2.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_room2_screenshot", "target": "screenshots_cafe_room2_furnishings" }, { "relation": "conceptually_related_to", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/room2.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_room2_screenshot", "target": "screenshots_cafe_room2_income_rate" }, { "relation": "conceptually_related_to", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/room2.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_room2_screenshot", "target": "screenshots_cafe_room2_invitation_ticket_prompt" }, { "relation": "conceptually_related_to", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/room2.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_room2_screenshot", "target": "screenshots_cafe_room2_move_to_store1_button" }, { "relation": "conceptually_related_to", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/room2.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_room2_screenshot", "target": "screenshots_cafe_room2_students" }, { "relation": "conceptually_related_to", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/room2.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_room2_screenshot", "target": "screenshots_cafe_room2_visit_menu" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/sparkle/01_sparke_zoomed_centered.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_sparkle_01_sparke_zoomed_centered_screenshot", "target": "screenshots_cafe_sparkle_01_sparke_zoomed_centered_precondition_state" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/sparkle/02_sparke_zoomed_cursor_on_head.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_sparkle_02_sparke_zoomed_cursor_on_head_image", "target": "screenshots_cafe_sparkle_02_sparke_zoomed_cursor_on_head_cafescene" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/sparkle/02_sparke_zoomed_cursor_on_head.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_sparkle_02_sparke_zoomed_cursor_on_head_image", "target": "screenshots_cafe_sparkle_02_sparke_zoomed_cursor_on_head_cursoronhead" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/sparkle/03_sparkle_zoomed_out.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_sparkle_03_sparkle_zoomed_out_zoomedoutview", "target": "screenshots_cafe_sparkle_03_sparkle_zoomed_out_cafehud" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/sparkle/03_sparkle_zoomed_out.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_sparkle_03_sparkle_zoomed_out_zoomedoutview", "target": "screenshots_cafe_sparkle_03_sparkle_zoomed_out_caferoom" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/sparkle/03_sparkle_zoomed_out.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_sparkle_03_sparkle_zoomed_out_zoomedoutview", "target": "screenshots_cafe_sparkle_03_sparkle_zoomed_out_sparkleicon" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/sparkle/04_sparke_speech_text_overlap.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_sparkle_04_sparke_speech_text_overlap_screenshot", "target": "screenshots_cafe_sparkle_04_sparke_speech_text_overlap_speechbubbleocclusion" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/sparkle/05_sparkle_student_hidden.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_sparkle_05_sparkle_student_hidden_screenshot", "target": "screenshots_cafe_sparkle_05_sparkle_student_hidden_occlusionedgecase" }, { "relation": "conceptually_related_to", "confidence": "INFERRED", "confidence_score": 0.85, "source_file": "screenshots/cafe/sparkle/05_sparkle_student_hidden.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_sparkle_05_sparkle_student_hidden_occlusionedgecase", "target": "screenshots_cafe_sparkle_05_sparkle_student_hidden_detectionreliability" }, { "relation": "conceptually_related_to", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/student/01_student_rank_up_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_student_01_student_rank_up_popup_rankuppopup", "target": "screenshots_cafe_student_01_student_rank_up_popup_bondheartindicator" }, { "relation": "rationale_for", "confidence": "INFERRED", "confidence_score": 0.85, "source_file": "screenshots/cafe/student/01_student_rank_up_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_student_01_student_rank_up_popup_rankuppopup", "target": "screenshots_cafe_student_01_student_rank_up_popup_conditionalpopupclosegap" }, { "relation": "conceptually_related_to", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/student/01_student_rank_up_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_student_01_student_rank_up_popup_rankuppopup", "target": "screenshots_cafe_student_01_student_rank_up_popup_statboostbanner" }, { "relation": "shares_data_with", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/student/01_student_rank_up_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_student_01_student_rank_up_popup_bondheartindicator", "target": "screenshots_cafe_student_01_student_rank_up_popup_statboostbanner" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/student/02_student_rank_up_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_student_02_student_rank_up_popup_popupscreenshot", "target": "screenshots_cafe_student_02_student_rank_up_popup_bondrankuppopupui" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/student/02_student_rank_up_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_student_02_student_rank_up_popup_popupscreenshot", "target": "screenshots_cafe_student_02_student_rank_up_popup_depictedstudent" }, { "relation": "conceptually_related_to", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/student/02_student_rank_up_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_student_02_student_rank_up_popup_bondrankuppopupui", "target": "screenshots_cafe_student_02_student_rank_up_popup_depictedstudent" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/student/03_student_rank_up_popup_closed.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_student_03_student_rank_up_popup_closed_cafeviewafterpopupclosed", "target": "screenshots_cafe_student_03_student_rank_up_popup_closed_rankuppopupdismissalflow" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/student/04_student_rotation_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_student_04_student_rotation_popup_image", "target": "screenshots_cafe_student_04_student_rotation_popup_rotationpopup" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/student/04_student_rotation_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_student_04_student_rotation_popup_rotationpopup", "target": "screenshots_cafe_student_04_student_rotation_popup_closebutton" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/student/04_student_rotation_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_student_04_student_rotation_popup_rotationpopup", "target": "screenshots_cafe_student_04_student_rotation_popup_okbutton" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/student/04_student_rotation_popup.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_student_04_student_rotation_popup_rotationpopup", "target": "screenshots_cafe_student_04_student_rotation_popup_visitedstudentlist" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/main/main.png", "source_location": null, "weight": 1.0, "source": "screenshots_main_main_bottom_navigation", "target": "screenshots_main_main_mainscreen" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/main/main.png", "source_location": null, "weight": 1.0, "source": "screenshots_main_main_cafe_button", "target": "screenshots_main_main_mainscreen" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/main/main.png", "source_location": null, "weight": 1.0, "source": "screenshots_main_main_currency_bar", "target": "screenshots_main_main_mainscreen" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/main/main.png", "source_location": null, "weight": 1.0, "source": "screenshots_main_main_mailbox_icon", "target": "screenshots_main_main_mainscreen" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/main/main.png", "source_location": null, "weight": 1.0, "source": "screenshots_main_main_window_titlebar", "target": "screenshots_main_main_mainscreen" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/bug_student_close_together.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_bug_student_close_together_screenshot", "target": "screenshots_cafe_bug_student_close_together_cafe_ui" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "screenshots/cafe/bug_student_close_together.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_bug_student_close_together_screenshot", "target": "screenshots_cafe_bug_student_close_together_proximity_bug" }, { "relation": "conceptually_related_to", "confidence": "INFERRED", "confidence_score": 0.85, "source_file": "screenshots/cafe/bug_student_close_together.png", "source_location": null, "weight": 1.0, "source": "screenshots_cafe_bug_student_close_together_proximity_bug", "target": "screenshots_cafe_bug_student_close_together_cafe_ui" }, { "relation": "references", "confidence": "INFERRED", "confidence_score": 0.85, "source_file": "screenshots/daily_login/stuck_loading_buffer.png", "source_location": null, "weight": 1.0, "source": "screenshots_daily_login_stuck_loading_buffer_stuck_loading_buffer", "target": "screenshots_daily_login_stuck_loading_buffer_loading_buffer_visible_detection" } ], "hyperedges": [], "built_at_commit": "a3cea4d19207d7c4792cdf2ce89e6f0daf4f3676" }