{
  "directed": false,
  "multigraph": false,
  "graph": {},
  "nodes": [
    {
      "label": "excel_parser.py",
      "file_type": "code",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L1",
      "_origin": "ast",
      "id": "helpers_excel_parser",
      "community": 27,
      "norm_label": "excel_parser.py"
    },
    {
      "label": "unmerge_values()",
      "file_type": "code",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L53",
      "_origin": "ast",
      "id": "helpers_excel_parser_unmerge_values",
      "community": 27,
      "norm_label": "unmerge_values()"
    },
    {
      "label": "get_cell_value()",
      "file_type": "code",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L64",
      "_origin": "ast",
      "id": "helpers_excel_parser_get_cell_value",
      "community": 27,
      "norm_label": "get_cell_value()"
    },
    {
      "label": "detect_header_row()",
      "file_type": "code",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L71",
      "_origin": "ast",
      "id": "helpers_excel_parser_detect_header_row",
      "community": 27,
      "norm_label": "detect_header_row()"
    },
    {
      "label": "detect_column_roles()",
      "file_type": "code",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L106",
      "_origin": "ast",
      "id": "helpers_excel_parser_detect_column_roles",
      "community": 27,
      "norm_label": "detect_column_roles()"
    },
    {
      "label": "extract_filename_hints()",
      "file_type": "code",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L127",
      "_origin": "ast",
      "id": "helpers_excel_parser_extract_filename_hints",
      "community": 27,
      "norm_label": "extract_filename_hints()"
    },
    {
      "label": "clean_phone()",
      "file_type": "code",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L148",
      "_origin": "ast",
      "id": "helpers_excel_parser_clean_phone",
      "community": 27,
      "norm_label": "clean_phone()"
    },
    {
      "label": "extract_pincode_from_text()",
      "file_type": "code",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L161",
      "_origin": "ast",
      "id": "helpers_excel_parser_extract_pincode_from_text",
      "community": 27,
      "norm_label": "extract_pincode_from_text()"
    },
    {
      "label": "parse_sheet()",
      "file_type": "code",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L169",
      "_origin": "ast",
      "id": "helpers_excel_parser_parse_sheet",
      "community": 27,
      "norm_label": "parse_sheet()"
    },
    {
      "label": "main()",
      "file_type": "code",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L258",
      "_origin": "ast",
      "id": "helpers_excel_parser_main",
      "community": 27,
      "norm_label": "main()"
    },
    {
      "label": "Return dict {(row,col): value} expanding merged cells to their top-left value.",
      "file_type": "rationale",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L54",
      "_origin": "ast",
      "id": "helpers_excel_parser_rationale_54",
      "community": 27,
      "norm_label": "return dict {(row,col): value} expanding merged cells to their top-left value."
    },
    {
      "label": "Find the best header row by scanning up to max_scan rows.     Criteria:     - 3+",
      "file_type": "rationale",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L72",
      "_origin": "ast",
      "id": "helpers_excel_parser_rationale_72",
      "community": 27,
      "norm_label": "find the best header row by scanning up to max_scan rows.     criteria:     - 3+"
    },
    {
      "label": "Map column index (0-based) to role string.     Returns dict {role: col_index}.",
      "file_type": "rationale",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L107",
      "_origin": "ast",
      "id": "helpers_excel_parser_rationale_107",
      "community": 27,
      "norm_label": "map column index (0-based) to role string.     returns dict {role: col_index}."
    },
    {
      "label": "Guess brand and state from filename.",
      "file_type": "rationale",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L128",
      "_origin": "ast",
      "id": "helpers_excel_parser_rationale_128",
      "community": 27,
      "norm_label": "guess brand and state from filename."
    },
    {
      "label": "Normalise phone: first 10-digit number in the string.",
      "file_type": "rationale",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L149",
      "_origin": "ast",
      "id": "helpers_excel_parser_rationale_149",
      "community": 27,
      "norm_label": "normalise phone: first 10-digit number in the string."
    },
    {
      "label": "Find a 6-digit number that looks like an Indian PIN.",
      "file_type": "rationale",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L162",
      "_origin": "ast",
      "id": "helpers_excel_parser_rationale_162",
      "community": 27,
      "norm_label": "find a 6-digit number that looks like an indian pin."
    },
    {
      "label": "pincode_lookup.py",
      "file_type": "code",
      "source_file": ".claude/helpers/pincode_lookup.py",
      "source_location": "L1",
      "_origin": "ast",
      "id": "helpers_pincode_lookup",
      "community": 93,
      "norm_label": "pincode_lookup.py"
    },
    {
      "label": "extract_pincode_from_text()",
      "file_type": "code",
      "source_file": ".claude/helpers/pincode_lookup.py",
      "source_location": "L21",
      "_origin": "ast",
      "id": "helpers_pincode_lookup_extract_pincode_from_text",
      "community": 93,
      "norm_label": "extract_pincode_from_text()"
    },
    {
      "label": "extract_state_from_text()",
      "file_type": "code",
      "source_file": ".claude/helpers/pincode_lookup.py",
      "source_location": "L49",
      "_origin": "ast",
      "id": "helpers_pincode_lookup_extract_state_from_text",
      "community": 93,
      "norm_label": "extract_state_from_text()"
    },
    {
      "label": "extract_city_hints()",
      "file_type": "code",
      "source_file": ".claude/helpers/pincode_lookup.py",
      "source_location": "L60",
      "_origin": "ast",
      "id": "helpers_pincode_lookup_extract_city_hints",
      "community": 93,
      "norm_label": "extract_city_hints()"
    },
    {
      "label": "Find a 6-digit Indian PIN code in raw address text.     Returns '' if none found",
      "file_type": "rationale",
      "source_file": ".claude/helpers/pincode_lookup.py",
      "source_location": "L22",
      "_origin": "ast",
      "id": "helpers_pincode_lookup_rationale_22",
      "community": 93,
      "norm_label": "find a 6-digit indian pin code in raw address text.     returns '' if none found"
    },
    {
      "label": "Extract state from patterns like '(RAJ.)' or 'SIKAR RAJ 333001'.",
      "file_type": "rationale",
      "source_file": ".claude/helpers/pincode_lookup.py",
      "source_location": "L50",
      "_origin": "ast",
      "id": "helpers_pincode_lookup_rationale_50",
      "community": 93,
      "norm_label": "extract state from patterns like '(raj.)' or 'sikar raj 333001'."
    },
    {
      "label": "Extract pincode and state hint from raw address text.     Returns {'pincode': '.",
      "file_type": "rationale",
      "source_file": ".claude/helpers/pincode_lookup.py",
      "source_location": "L61",
      "_origin": "ast",
      "id": "helpers_pincode_lookup_rationale_61",
      "community": 93,
      "norm_label": "extract pincode and state hint from raw address text.     returns {'pincode': '."
    },
    {
      "label": "prebuild_check.sh",
      "file_type": "code",
      "source_file": ".claude/prebuild_check.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "file"
      },
      "_origin": "ast",
      "id": "claude_prebuild_check",
      "community": 232,
      "norm_label": "prebuild_check.sh"
    },
    {
      "label": "prebuild_check.sh script",
      "file_type": "code",
      "source_file": ".claude/prebuild_check.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "bash_entrypoint"
      },
      "_origin": "ast",
      "id": "var_www_360lm_claude_prebuild_check_sh__entry",
      "community": 232,
      "norm_label": "prebuild_check.sh script"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "activity/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "activity_manifest",
      "community": 58,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "activity/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "activity_manifest_name",
      "community": 58,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "activity/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "activity_manifest_short_name",
      "community": 58,
      "norm_label": "short_name"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "activity/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "activity_manifest_description",
      "community": 58,
      "norm_label": "description"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "activity/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "activity_manifest_start_url",
      "community": 58,
      "norm_label": "start_url"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "activity/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "activity_manifest_display",
      "community": 58,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "activity/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "activity_manifest_background_color",
      "community": 58,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "activity/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "activity_manifest_theme_color",
      "community": 58,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "activity/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "activity_manifest_orientation",
      "community": 58,
      "norm_label": "orientation"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "activity/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "activity_manifest_icons",
      "community": 58,
      "norm_label": "icons"
    },
    {
      "label": "sw.js",
      "file_type": "code",
      "source_file": "activity/sw.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "activity_sw",
      "community": 228,
      "norm_label": "sw.js"
    },
    {
      "label": "SHELL",
      "file_type": "code",
      "source_file": "activity/sw.js",
      "source_location": "L3",
      "_origin": "ast",
      "id": "activity_sw_shell",
      "community": 228,
      "norm_label": "shell"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "admin/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "admin_manifest",
      "community": 82,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "admin/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "admin_manifest_name",
      "community": 82,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "admin/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "admin_manifest_short_name",
      "community": 82,
      "norm_label": "short_name"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "admin/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "admin_manifest_start_url",
      "community": 82,
      "norm_label": "start_url"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "admin/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "admin_manifest_display",
      "community": 82,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "admin/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "admin_manifest_background_color",
      "community": 82,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "admin/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "admin_manifest_theme_color",
      "community": 82,
      "norm_label": "theme_color"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "admin/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "admin_manifest_icons",
      "community": 82,
      "norm_label": "icons"
    },
    {
      "label": "sw.js",
      "file_type": "code",
      "source_file": "admin/sw.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "admin_sw",
      "community": 230,
      "norm_label": "sw.js"
    },
    {
      "label": "ASSETS",
      "file_type": "code",
      "source_file": "admin/sw.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "admin_sw_assets",
      "community": 230,
      "norm_label": "assets"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "client/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "client_manifest",
      "community": 61,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "client/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "client_manifest_name",
      "community": 61,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "client/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "client_manifest_short_name",
      "community": 61,
      "norm_label": "short_name"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "client/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "client_manifest_description",
      "community": 61,
      "norm_label": "description"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "client/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "client_manifest_start_url",
      "community": 61,
      "norm_label": "start_url"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "client/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "client_manifest_display",
      "community": 61,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "client/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "client_manifest_background_color",
      "community": 61,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "client/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "client_manifest_theme_color",
      "community": 61,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "client/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "client_manifest_orientation",
      "community": 61,
      "norm_label": "orientation"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "client/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "client_manifest_icons",
      "community": 61,
      "norm_label": "icons"
    },
    {
      "label": "sw.js",
      "file_type": "code",
      "source_file": "client/sw.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "client_sw",
      "community": 233,
      "norm_label": "sw.js"
    },
    {
      "label": "SHELL",
      "file_type": "code",
      "source_file": "client/sw.js",
      "source_location": "L3",
      "_origin": "ast",
      "id": "client_sw_shell",
      "community": 233,
      "norm_label": "shell"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "contacts/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "contacts_manifest",
      "community": 62,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "contacts/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "contacts_manifest_name",
      "community": 62,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "contacts/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "contacts_manifest_short_name",
      "community": 62,
      "norm_label": "short_name"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "contacts/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "contacts_manifest_start_url",
      "community": 62,
      "norm_label": "start_url"
    },
    {
      "label": "scope",
      "file_type": "code",
      "source_file": "contacts/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "contacts_manifest_scope",
      "community": 62,
      "norm_label": "scope"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "contacts/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "contacts_manifest_display",
      "community": 62,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "contacts/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "contacts_manifest_background_color",
      "community": 62,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "contacts/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "contacts_manifest_theme_color",
      "community": 62,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "contacts/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "contacts_manifest_orientation",
      "community": 62,
      "norm_label": "orientation"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "contacts/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "contacts_manifest_icons",
      "community": 62,
      "norm_label": "icons"
    },
    {
      "label": "sw.js",
      "file_type": "code",
      "source_file": "contacts/sw.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "contacts_sw",
      "community": 234,
      "norm_label": "sw.js"
    },
    {
      "label": "SHELL",
      "file_type": "code",
      "source_file": "contacts/sw.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "contacts_sw_shell",
      "community": 234,
      "norm_label": "shell"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "counters/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "counters_manifest",
      "community": 63,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "counters/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "counters_manifest_name",
      "community": 63,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "counters/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "counters_manifest_short_name",
      "community": 63,
      "norm_label": "short_name"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "counters/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "counters_manifest_start_url",
      "community": 63,
      "norm_label": "start_url"
    },
    {
      "label": "scope",
      "file_type": "code",
      "source_file": "counters/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "counters_manifest_scope",
      "community": 63,
      "norm_label": "scope"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "counters/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "counters_manifest_display",
      "community": 63,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "counters/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "counters_manifest_background_color",
      "community": 63,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "counters/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "counters_manifest_theme_color",
      "community": 63,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "counters/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "counters_manifest_orientation",
      "community": 63,
      "norm_label": "orientation"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "counters/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "counters_manifest_icons",
      "community": 63,
      "norm_label": "icons"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "expense/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "expense_manifest",
      "community": 48,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "expense/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "expense_manifest_name",
      "community": 48,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "expense/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "expense_manifest_short_name",
      "community": 48,
      "norm_label": "short_name"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "expense/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "expense_manifest_description",
      "community": 48,
      "norm_label": "description"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "expense/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "expense_manifest_start_url",
      "community": 48,
      "norm_label": "start_url"
    },
    {
      "label": "scope",
      "file_type": "code",
      "source_file": "expense/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "expense_manifest_scope",
      "community": 48,
      "norm_label": "scope"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "expense/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "expense_manifest_display",
      "community": 48,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "expense/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "expense_manifest_background_color",
      "community": 48,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "expense/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "expense_manifest_theme_color",
      "community": 48,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "expense/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "expense_manifest_orientation",
      "community": 48,
      "norm_label": "orientation"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "expense/manifest.json",
      "source_location": "L11",
      "_origin": "ast",
      "id": "expense_manifest_icons",
      "community": 48,
      "norm_label": "icons"
    },
    {
      "label": "sw.js",
      "file_type": "code",
      "source_file": "expense/sw.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "expense_sw",
      "community": 216,
      "norm_label": "sw.js"
    },
    {
      "label": "ASSETS",
      "file_type": "code",
      "source_file": "expense/sw.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "expense_sw_assets",
      "community": 216,
      "norm_label": "assets"
    },
    {
      "label": "openDB()",
      "file_type": "code",
      "source_file": "expense/sw.js",
      "source_location": "L78",
      "_origin": "ast",
      "id": "expense_sw_opendb",
      "community": 216,
      "norm_label": "opendb()"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "finance-v1/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "finance_v1_manifest",
      "community": 49,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "finance-v1/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "finance_v1_manifest_name",
      "community": 49,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "finance-v1/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "finance_v1_manifest_short_name",
      "community": 49,
      "norm_label": "short_name"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "finance-v1/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "finance_v1_manifest_description",
      "community": 49,
      "norm_label": "description"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "finance-v1/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "finance_v1_manifest_start_url",
      "community": 49,
      "norm_label": "start_url"
    },
    {
      "label": "scope",
      "file_type": "code",
      "source_file": "finance-v1/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "finance_v1_manifest_scope",
      "community": 49,
      "norm_label": "scope"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "finance-v1/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "finance_v1_manifest_display",
      "community": 49,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "finance-v1/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "finance_v1_manifest_background_color",
      "community": 49,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "finance-v1/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "finance_v1_manifest_theme_color",
      "community": 49,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "finance-v1/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "finance_v1_manifest_orientation",
      "community": 49,
      "norm_label": "orientation"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "finance-v1/manifest.json",
      "source_location": "L11",
      "_origin": "ast",
      "id": "finance_v1_manifest_icons",
      "community": 49,
      "norm_label": "icons"
    },
    {
      "label": "sw.js",
      "file_type": "code",
      "source_file": "finance-v1/sw.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "finance_v1_sw",
      "community": 235,
      "norm_label": "sw.js"
    },
    {
      "label": "ASSETS",
      "file_type": "code",
      "source_file": "finance-v1/sw.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "finance_v1_sw_assets",
      "community": 235,
      "norm_label": "assets"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "finance/credit-card/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "credit_card_manifest",
      "community": 64,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "finance/credit-card/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "credit_card_manifest_name",
      "community": 64,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "finance/credit-card/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "credit_card_manifest_short_name",
      "community": 64,
      "norm_label": "short_name"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "finance/credit-card/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "credit_card_manifest_start_url",
      "community": 64,
      "norm_label": "start_url"
    },
    {
      "label": "scope",
      "file_type": "code",
      "source_file": "finance/credit-card/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "credit_card_manifest_scope",
      "community": 64,
      "norm_label": "scope"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "finance/credit-card/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "credit_card_manifest_display",
      "community": 64,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "finance/credit-card/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "credit_card_manifest_background_color",
      "community": 64,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "finance/credit-card/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "credit_card_manifest_theme_color",
      "community": 64,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "finance/credit-card/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "credit_card_manifest_orientation",
      "community": 64,
      "norm_label": "orientation"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "finance/credit-card/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "credit_card_manifest_icons",
      "community": 64,
      "norm_label": "icons"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "finance/custodian/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "custodian_manifest",
      "community": 46,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "finance/custodian/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "custodian_manifest_name",
      "community": 46,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "finance/custodian/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "custodian_manifest_short_name",
      "community": 46,
      "norm_label": "short_name"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "finance/custodian/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "custodian_manifest_description",
      "community": 46,
      "norm_label": "description"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "finance/custodian/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "custodian_manifest_start_url",
      "community": 46,
      "norm_label": "start_url"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "finance/custodian/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "custodian_manifest_display",
      "community": 46,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "finance/custodian/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "custodian_manifest_background_color",
      "community": 46,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "finance/custodian/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "custodian_manifest_theme_color",
      "community": 46,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "finance/custodian/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "custodian_manifest_orientation",
      "community": 46,
      "norm_label": "orientation"
    },
    {
      "label": "lang",
      "file_type": "code",
      "source_file": "finance/custodian/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "custodian_manifest_lang",
      "community": 46,
      "norm_label": "lang"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "finance/custodian/manifest.json",
      "source_location": "L11",
      "_origin": "ast",
      "id": "custodian_manifest_icons",
      "community": 46,
      "norm_label": "icons"
    },
    {
      "label": "build_tutorial.py",
      "file_type": "code",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L1",
      "_origin": "ast",
      "id": "production_build_tutorial",
      "community": 31,
      "norm_label": "build_tutorial.py"
    },
    {
      "label": "run()",
      "file_type": "code",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L46",
      "_origin": "ast",
      "id": "production_build_tutorial_run",
      "community": 31,
      "norm_label": "run()"
    },
    {
      "label": "probe_duration()",
      "file_type": "code",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L56",
      "_origin": "ast",
      "id": "production_build_tutorial_probe_duration",
      "community": 31,
      "norm_label": "probe_duration()"
    },
    {
      "label": "build_clip()",
      "file_type": "code",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L68",
      "_origin": "ast",
      "id": "production_build_tutorial_build_clip",
      "community": 31,
      "norm_label": "build_clip()"
    },
    {
      "label": "build_title_card()",
      "file_type": "code",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L126",
      "_origin": "ast",
      "id": "production_build_tutorial_build_title_card",
      "community": 31,
      "norm_label": "build_title_card()"
    },
    {
      "label": "build_app_card()",
      "file_type": "code",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L175",
      "_origin": "ast",
      "id": "production_build_tutorial_build_app_card",
      "community": 31,
      "norm_label": "build_app_card()"
    },
    {
      "label": "concat_mp4s()",
      "file_type": "code",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L217",
      "_origin": "ast",
      "id": "production_build_tutorial_concat_mp4s",
      "community": 31,
      "norm_label": "concat_mp4s()"
    },
    {
      "label": "build_lang()",
      "file_type": "code",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L245",
      "_origin": "ast",
      "id": "production_build_tutorial_build_lang",
      "community": 31,
      "norm_label": "build_lang()"
    },
    {
      "label": "main()",
      "file_type": "code",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L363",
      "_origin": "ast",
      "id": "production_build_tutorial_main",
      "community": 31,
      "norm_label": "main()"
    },
    {
      "label": "Slow clip + pad + burn subs + mux audio \u2192 MP4.",
      "file_type": "rationale",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L70",
      "_origin": "ast",
      "id": "production_build_tutorial_rationale_70",
      "community": 31,
      "norm_label": "slow clip + pad + burn subs + mux audio \u2192 mp4."
    },
    {
      "label": "Black title card with section number + title, muxed with audio.",
      "file_type": "rationale",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L128",
      "_origin": "ast",
      "id": "production_build_tutorial_rationale_128",
      "community": 31,
      "norm_label": "black title card with section number + title, muxed with audio."
    },
    {
      "label": "Opening/closing card with app name.",
      "file_type": "rationale",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L177",
      "_origin": "ast",
      "id": "production_build_tutorial_rationale_177",
      "community": 31,
      "norm_label": "opening/closing card with app name."
    },
    {
      "label": "Concatenate MP4 segments \u2192 H.264 master at CRF 18 with faststart.     H.265 is N",
      "file_type": "rationale",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L218",
      "_origin": "ast",
      "id": "production_build_tutorial_rationale_218",
      "community": 31,
      "norm_label": "concatenate mp4 segments \u2192 h.264 master at crf 18 with faststart.     h.265 is n"
    },
    {
      "label": "Build tutorial video for one language. Returns output path or None on failure.",
      "file_type": "rationale",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L246",
      "_origin": "ast",
      "id": "production_build_tutorial_rationale_246",
      "community": 31,
      "norm_label": "build tutorial video for one language. returns output path or none on failure."
    },
    {
      "label": "# NOTE: vf must NOT begin with 'color='; the input is already the color source.",
      "file_type": "rationale",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L135",
      "_origin": "ast",
      "id": "production_build_tutorial_rationale_135",
      "community": 31,
      "norm_label": "# note: vf must not begin with 'color='; the input is already the color source."
    },
    {
      "label": "generate_tts.py",
      "file_type": "code",
      "source_file": "finance/custodian/tutorial/production/generate_tts.py",
      "source_location": "L1",
      "_origin": "ast",
      "id": "production_generate_tts",
      "community": 188,
      "norm_label": "generate_tts.py"
    },
    {
      "label": "fmt_srt_time()",
      "file_type": "code",
      "source_file": "finance/custodian/tutorial/production/generate_tts.py",
      "source_location": "L23",
      "_origin": "ast",
      "id": "production_generate_tts_fmt_srt_time",
      "community": 188,
      "norm_label": "fmt_srt_time()"
    },
    {
      "label": "generate_segment()",
      "file_type": "code",
      "source_file": "finance/custodian/tutorial/production/generate_tts.py",
      "source_location": "L31",
      "_origin": "ast",
      "id": "production_generate_tts_generate_segment",
      "community": 188,
      "norm_label": "generate_segment()"
    },
    {
      "label": "main()",
      "file_type": "code",
      "source_file": "finance/custodian/tutorial/production/generate_tts.py",
      "source_location": "L78",
      "_origin": "ast",
      "id": "production_generate_tts_main",
      "community": 188,
      "norm_label": "main()"
    },
    {
      "label": "Generate MP3 + SRT for one segment. Returns audio duration in seconds.",
      "file_type": "rationale",
      "source_file": "finance/custodian/tutorial/production/generate_tts.py",
      "source_location": "L32",
      "_origin": "ast",
      "id": "production_generate_tts_rationale_32",
      "community": 188,
      "norm_label": "generate mp3 + srt for one segment. returns audio duration in seconds."
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "finance/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "finance_manifest",
      "community": 66,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "finance/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "finance_manifest_name",
      "community": 66,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "finance/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "finance_manifest_short_name",
      "community": 66,
      "norm_label": "short_name"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "finance/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "finance_manifest_description",
      "community": 66,
      "norm_label": "description"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "finance/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "finance_manifest_start_url",
      "community": 66,
      "norm_label": "start_url"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "finance/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "finance_manifest_display",
      "community": 66,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "finance/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "finance_manifest_background_color",
      "community": 66,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "finance/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "finance_manifest_theme_color",
      "community": 66,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "finance/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "finance_manifest_orientation",
      "community": 66,
      "norm_label": "orientation"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "finance/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "finance_manifest_icons",
      "community": 66,
      "norm_label": "icons"
    },
    {
      "label": "sw.js",
      "file_type": "code",
      "source_file": "finance/sw.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "finance_sw",
      "community": 277,
      "norm_label": "sw.js"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "finance/upi/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "upi_manifest",
      "community": 57,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "finance/upi/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "upi_manifest_name",
      "community": 57,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "finance/upi/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "upi_manifest_short_name",
      "community": 57,
      "norm_label": "short_name"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "finance/upi/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "upi_manifest_description",
      "community": 57,
      "norm_label": "description"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "finance/upi/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "upi_manifest_start_url",
      "community": 57,
      "norm_label": "start_url"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "finance/upi/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "upi_manifest_display",
      "community": 57,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "finance/upi/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "upi_manifest_background_color",
      "community": 57,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "finance/upi/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "upi_manifest_theme_color",
      "community": 57,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "finance/upi/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "upi_manifest_orientation",
      "community": 57,
      "norm_label": "orientation"
    },
    {
      "label": "lang",
      "file_type": "code",
      "source_file": "finance/upi/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "upi_manifest_lang",
      "community": 57,
      "norm_label": "lang"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "finance/upi/manifest.json",
      "source_location": "L11",
      "_origin": "ast",
      "id": "upi_manifest_icons",
      "community": 57,
      "norm_label": "icons"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "finance/vendors/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "vendors_manifest",
      "community": 75,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "finance/vendors/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "vendors_manifest_name",
      "community": 75,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "finance/vendors/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "vendors_manifest_short_name",
      "community": 75,
      "norm_label": "short_name"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "finance/vendors/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "vendors_manifest_start_url",
      "community": 75,
      "norm_label": "start_url"
    },
    {
      "label": "scope",
      "file_type": "code",
      "source_file": "finance/vendors/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "vendors_manifest_scope",
      "community": 75,
      "norm_label": "scope"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "finance/vendors/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "vendors_manifest_display",
      "community": 75,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "finance/vendors/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "vendors_manifest_background_color",
      "community": 75,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "finance/vendors/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "vendors_manifest_theme_color",
      "community": 75,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "finance/vendors/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "vendors_manifest_orientation",
      "community": 75,
      "norm_label": "orientation"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "finance/vendors/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "vendors_manifest_icons",
      "community": 75,
      "norm_label": "icons"
    },
    {
      "label": "get-gemini-key.js",
      "file_type": "code",
      "source_file": "get-gemini-key.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "get_gemini_key",
      "community": 102,
      "norm_label": "get-gemini-key.js"
    },
    {
      "label": "{ chromium }",
      "file_type": "code",
      "source_file": "get-gemini-key.js",
      "source_location": "L6",
      "_origin": "ast",
      "id": "get_gemini_key_chromium",
      "community": 102,
      "norm_label": "{ chromium }"
    },
    {
      "label": "readline",
      "file_type": "code",
      "source_file": "get-gemini-key.js",
      "source_location": "L7",
      "_origin": "ast",
      "id": "get_gemini_key_readline",
      "community": 102,
      "norm_label": "readline"
    },
    {
      "label": "rl",
      "file_type": "code",
      "source_file": "get-gemini-key.js",
      "source_location": "L9",
      "_origin": "ast",
      "id": "get_gemini_key_rl",
      "community": 102,
      "norm_label": "rl"
    },
    {
      "label": "ask()",
      "file_type": "code",
      "source_file": "get-gemini-key.js",
      "source_location": "L14",
      "_origin": "ast",
      "id": "get_gemini_key_ask",
      "community": 102,
      "norm_label": "ask()"
    },
    {
      "label": "cleanup()",
      "file_type": "code",
      "source_file": "get-gemini-key.js",
      "source_location": "L205",
      "_origin": "ast",
      "id": "get_gemini_key_cleanup",
      "community": 102,
      "norm_label": "cleanup()"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "hr/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "hr_manifest",
      "community": 34,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "hr/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "hr_manifest_name",
      "community": 34,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "hr/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "hr_manifest_short_name",
      "community": 34,
      "norm_label": "short_name"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "hr/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "hr_manifest_description",
      "community": 34,
      "norm_label": "description"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "hr/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "hr_manifest_start_url",
      "community": 34,
      "norm_label": "start_url"
    },
    {
      "label": "scope",
      "file_type": "code",
      "source_file": "hr/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "hr_manifest_scope",
      "community": 34,
      "norm_label": "scope"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "hr/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "hr_manifest_display",
      "community": 34,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "hr/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "hr_manifest_background_color",
      "community": 34,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "hr/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "hr_manifest_theme_color",
      "community": 34,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "hr/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "hr_manifest_orientation",
      "community": 34,
      "norm_label": "orientation"
    },
    {
      "label": "lang",
      "file_type": "code",
      "source_file": "hr/manifest.json",
      "source_location": "L11",
      "_origin": "ast",
      "id": "hr_manifest_lang",
      "community": 34,
      "norm_label": "lang"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "hr/manifest.json",
      "source_location": "L12",
      "_origin": "ast",
      "id": "hr_manifest_icons",
      "community": 34,
      "norm_label": "icons"
    },
    {
      "label": "categories",
      "file_type": "code",
      "source_file": "hr/manifest.json",
      "source_location": "L22",
      "_origin": "ast",
      "id": "hr_manifest_categories",
      "community": 34,
      "norm_label": "categories"
    },
    {
      "label": "display_override",
      "file_type": "code",
      "source_file": "hr/manifest.json",
      "source_location": "L23",
      "_origin": "ast",
      "id": "hr_manifest_display_override",
      "community": 34,
      "norm_label": "display_override"
    },
    {
      "label": "sw.js",
      "file_type": "code",
      "source_file": "hr/sw.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "hr_sw",
      "community": 236,
      "norm_label": "sw.js"
    },
    {
      "label": "PRECACHE_URLS",
      "file_type": "code",
      "source_file": "hr/sw.js",
      "source_location": "L6",
      "_origin": "ast",
      "id": "hr_sw_precache_urls",
      "community": 236,
      "norm_label": "precache_urls"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "hub/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "hub_manifest",
      "community": 17,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "hub/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "hub_manifest_name",
      "community": 17,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "hub/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "hub_manifest_short_name",
      "community": 17,
      "norm_label": "short_name"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "hub/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "hub_manifest_description",
      "community": 17,
      "norm_label": "description"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "hub/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "hub_manifest_start_url",
      "community": 17,
      "norm_label": "start_url"
    },
    {
      "label": "scope",
      "file_type": "code",
      "source_file": "hub/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "hub_manifest_scope",
      "community": 17,
      "norm_label": "scope"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "hub/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "hub_manifest_display",
      "community": 17,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "hub/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "hub_manifest_background_color",
      "community": 17,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "hub/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "hub_manifest_theme_color",
      "community": 17,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "hub/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "hub_manifest_orientation",
      "community": 17,
      "norm_label": "orientation"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "hub/manifest.json",
      "source_location": "L11",
      "_origin": "ast",
      "id": "hub_manifest_icons",
      "community": 17,
      "norm_label": "icons"
    },
    {
      "label": "share_target",
      "file_type": "code",
      "source_file": "hub/manifest.json",
      "source_location": "L15",
      "_origin": "ast",
      "id": "hub_manifest_share_target",
      "community": 17,
      "norm_label": "share_target"
    },
    {
      "label": "action",
      "file_type": "code",
      "source_file": "hub/manifest.json",
      "source_location": "L16",
      "_origin": "ast",
      "id": "hub_manifest_share_target_action",
      "community": 17,
      "norm_label": "action"
    },
    {
      "label": "method",
      "file_type": "code",
      "source_file": "hub/manifest.json",
      "source_location": "L17",
      "_origin": "ast",
      "id": "hub_manifest_share_target_method",
      "community": 17,
      "norm_label": "method"
    },
    {
      "label": "enctype",
      "file_type": "code",
      "source_file": "hub/manifest.json",
      "source_location": "L18",
      "_origin": "ast",
      "id": "hub_manifest_share_target_enctype",
      "community": 17,
      "norm_label": "enctype"
    },
    {
      "label": "params",
      "file_type": "code",
      "source_file": "hub/manifest.json",
      "source_location": "L19",
      "_origin": "ast",
      "id": "hub_manifest_share_target_params",
      "community": 17,
      "norm_label": "params"
    },
    {
      "label": "title",
      "file_type": "code",
      "source_file": "hub/manifest.json",
      "source_location": "L20",
      "_origin": "ast",
      "id": "hub_manifest_params_title",
      "community": 17,
      "norm_label": "title"
    },
    {
      "label": "text",
      "file_type": "code",
      "source_file": "hub/manifest.json",
      "source_location": "L21",
      "_origin": "ast",
      "id": "hub_manifest_params_text",
      "community": 17,
      "norm_label": "text"
    },
    {
      "label": "url",
      "file_type": "code",
      "source_file": "hub/manifest.json",
      "source_location": "L22",
      "_origin": "ast",
      "id": "hub_manifest_params_url",
      "community": 17,
      "norm_label": "url"
    },
    {
      "label": "files",
      "file_type": "code",
      "source_file": "hub/manifest.json",
      "source_location": "L23",
      "_origin": "ast",
      "id": "hub_manifest_params_files",
      "community": 17,
      "norm_label": "files"
    },
    {
      "label": "sw.js",
      "file_type": "code",
      "source_file": "hub/sw.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "hub_sw",
      "community": 217,
      "norm_label": "sw.js"
    },
    {
      "label": "SHELL",
      "file_type": "code",
      "source_file": "hub/sw.js",
      "source_location": "L3",
      "_origin": "ast",
      "id": "hub_sw_shell",
      "community": 217,
      "norm_label": "shell"
    },
    {
      "label": "openShareDB()",
      "file_type": "code",
      "source_file": "hub/sw.js",
      "source_location": "L56",
      "_origin": "ast",
      "id": "hub_sw_opensharedb",
      "community": 217,
      "norm_label": "opensharedb()"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "v1_0_0_manifest",
      "community": 33,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "v1_0_0_manifest_name",
      "community": 33,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "v1_0_0_manifest_short_name",
      "community": 33,
      "norm_label": "short_name"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "v1_0_0_manifest_description",
      "community": 33,
      "norm_label": "description"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "v1_0_0_manifest_start_url",
      "community": 33,
      "norm_label": "start_url"
    },
    {
      "label": "scope",
      "file_type": "code",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "v1_0_0_manifest_scope",
      "community": 33,
      "norm_label": "scope"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "v1_0_0_manifest_display",
      "community": 33,
      "norm_label": "display"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "v1_0_0_manifest_orientation",
      "community": 33,
      "norm_label": "orientation"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "v1_0_0_manifest_background_color",
      "community": 33,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "v1_0_0_manifest_theme_color",
      "community": 33,
      "norm_label": "theme_color"
    },
    {
      "label": "lang",
      "file_type": "code",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L11",
      "_origin": "ast",
      "id": "v1_0_0_manifest_lang",
      "community": 33,
      "norm_label": "lang"
    },
    {
      "label": "dir",
      "file_type": "code",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L12",
      "_origin": "ast",
      "id": "v1_0_0_manifest_dir",
      "community": 33,
      "norm_label": "dir"
    },
    {
      "label": "categories",
      "file_type": "code",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L13",
      "_origin": "ast",
      "id": "v1_0_0_manifest_categories",
      "community": 33,
      "norm_label": "categories"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L14",
      "_origin": "ast",
      "id": "v1_0_0_manifest_icons",
      "community": 33,
      "norm_label": "icons"
    },
    {
      "label": "prefer_related_applications",
      "file_type": "code",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L28",
      "_origin": "ast",
      "id": "v1_0_0_manifest_prefer_related_applications",
      "community": 33,
      "norm_label": "prefer_related_applications"
    },
    {
      "label": "service-worker.js",
      "file_type": "code",
      "source_file": "installation/releases/v1.0.0/service-worker.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "v1_0_0_service_worker",
      "community": 272,
      "norm_label": "service-worker.js"
    },
    {
      "label": "CORE_ASSETS",
      "file_type": "code",
      "source_file": "installation/releases/v1.0.0/service-worker.js",
      "source_location": "L12",
      "_origin": "ast",
      "id": "v1_0_0_service_worker_core_assets",
      "community": 272,
      "norm_label": "core_assets"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "learn/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "learn_manifest",
      "community": 84,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "learn/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "learn_manifest_name",
      "community": 84,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "learn/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "learn_manifest_short_name",
      "community": 84,
      "norm_label": "short_name"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "learn/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "learn_manifest_start_url",
      "community": 84,
      "norm_label": "start_url"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "learn/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "learn_manifest_display",
      "community": 84,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "learn/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "learn_manifest_background_color",
      "community": 84,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "learn/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "learn_manifest_theme_color",
      "community": 84,
      "norm_label": "theme_color"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "learn/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "learn_manifest_icons",
      "community": 84,
      "norm_label": "icons"
    },
    {
      "label": "sw.js",
      "file_type": "code",
      "source_file": "learn/sw.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "learn_sw",
      "community": 237,
      "norm_label": "sw.js"
    },
    {
      "label": "STATIC",
      "file_type": "code",
      "source_file": "learn/sw.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "learn_sw_static",
      "community": 237,
      "norm_label": "static"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "mother/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "mother_manifest",
      "community": 51,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "mother/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "mother_manifest_name",
      "community": 51,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "mother/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "mother_manifest_short_name",
      "community": 51,
      "norm_label": "short_name"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "mother/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "mother_manifest_description",
      "community": 51,
      "norm_label": "description"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "mother/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "mother_manifest_start_url",
      "community": 51,
      "norm_label": "start_url"
    },
    {
      "label": "scope",
      "file_type": "code",
      "source_file": "mother/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "mother_manifest_scope",
      "community": 51,
      "norm_label": "scope"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "mother/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "mother_manifest_display",
      "community": 51,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "mother/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "mother_manifest_background_color",
      "community": 51,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "mother/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "mother_manifest_theme_color",
      "community": 51,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "mother/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "mother_manifest_orientation",
      "community": 51,
      "norm_label": "orientation"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "mother/manifest.json",
      "source_location": "L11",
      "_origin": "ast",
      "id": "mother_manifest_icons",
      "community": 51,
      "norm_label": "icons"
    },
    {
      "label": "sw.js",
      "file_type": "code",
      "source_file": "mother/sw.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "mother_sw",
      "community": 245,
      "norm_label": "sw.js"
    },
    {
      "label": "SHELL",
      "file_type": "code",
      "source_file": "mother/sw.js",
      "source_location": "L3",
      "_origin": "ast",
      "id": "mother_sw_shell",
      "community": 245,
      "norm_label": "shell"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "oc-admin/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "oc_admin_manifest",
      "community": 79,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "oc-admin/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "oc_admin_manifest_name",
      "community": 79,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "oc-admin/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "oc_admin_manifest_short_name",
      "community": 79,
      "norm_label": "short_name"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "oc-admin/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "oc_admin_manifest_start_url",
      "community": 79,
      "norm_label": "start_url"
    },
    {
      "label": "scope",
      "file_type": "code",
      "source_file": "oc-admin/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "oc_admin_manifest_scope",
      "community": 79,
      "norm_label": "scope"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "oc-admin/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "oc_admin_manifest_display",
      "community": 79,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "oc-admin/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "oc_admin_manifest_background_color",
      "community": 79,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "oc-admin/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "oc_admin_manifest_theme_color",
      "community": 79,
      "norm_label": "theme_color"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "oc-admin/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "oc_admin_manifest_icons",
      "community": 79,
      "norm_label": "icons"
    },
    {
      "label": "package.json",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "package",
      "community": 16,
      "norm_label": "package.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "package_name",
      "community": 16,
      "norm_label": "name"
    },
    {
      "label": "version",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "package_version",
      "community": 16,
      "norm_label": "version"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "package_description",
      "community": 16,
      "norm_label": "description"
    },
    {
      "label": "main",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "package_main",
      "community": 16,
      "norm_label": "main"
    },
    {
      "label": "scripts",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "package_scripts",
      "community": 16,
      "norm_label": "scripts"
    },
    {
      "label": "test",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "package_scripts_test",
      "community": 16,
      "norm_label": "test"
    },
    {
      "label": "test:smoke",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "package_scripts_test_smoke",
      "community": 16,
      "norm_label": "test:smoke"
    },
    {
      "label": "test:pwa",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "package_scripts_test_pwa",
      "community": 16,
      "norm_label": "test:pwa"
    },
    {
      "label": "test:all",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "package_scripts_test_all",
      "community": 16,
      "norm_label": "test:all"
    },
    {
      "label": "repository",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L12",
      "_origin": "ast",
      "id": "package_repository",
      "community": 16,
      "norm_label": "repository"
    },
    {
      "label": "type",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L13",
      "_origin": "ast",
      "id": "package_repository_type",
      "community": 16,
      "norm_label": "type"
    },
    {
      "label": "url",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L14",
      "_origin": "ast",
      "id": "package_repository_url",
      "community": 16,
      "norm_label": "url"
    },
    {
      "label": "keywords",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L16",
      "_origin": "ast",
      "id": "package_keywords",
      "community": 16,
      "norm_label": "keywords"
    },
    {
      "label": "author",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L17",
      "_origin": "ast",
      "id": "package_author",
      "community": 16,
      "norm_label": "author"
    },
    {
      "label": "license",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L18",
      "_origin": "ast",
      "id": "package_license",
      "community": 16,
      "norm_label": "license"
    },
    {
      "label": "bugs",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L19",
      "_origin": "ast",
      "id": "package_bugs",
      "community": 16,
      "norm_label": "bugs"
    },
    {
      "label": "url",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L20",
      "_origin": "ast",
      "id": "package_bugs_url",
      "community": 16,
      "norm_label": "url"
    },
    {
      "label": "homepage",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L22",
      "_origin": "ast",
      "id": "package_homepage",
      "community": 16,
      "norm_label": "homepage"
    },
    {
      "label": "devDependencies",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L23",
      "_origin": "ast",
      "id": "package_devdependencies",
      "community": 16,
      "norm_label": "devdependencies"
    },
    {
      "label": "@playwright/test",
      "file_type": "code",
      "source_file": "package.json",
      "source_location": "L24",
      "_origin": "ast",
      "id": "package_devdependencies_playwright_test",
      "community": 16,
      "norm_label": "@playwright/test"
    },
    {
      "label": "playwright.config.js",
      "file_type": "code",
      "source_file": "playwright.config.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "playwright_config",
      "community": 247,
      "norm_label": "playwright.config.js"
    },
    {
      "label": "{ defineConfig, devices }",
      "file_type": "code",
      "source_file": "playwright.config.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "playwright_config_defineconfig_devices",
      "community": 247,
      "norm_label": "{ defineconfig, devices }"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "printing/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "printing_manifest",
      "community": 52,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "printing/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "printing_manifest_name",
      "community": 52,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "printing/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "printing_manifest_short_name",
      "community": 52,
      "norm_label": "short_name"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "printing/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "printing_manifest_description",
      "community": 52,
      "norm_label": "description"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "printing/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "printing_manifest_start_url",
      "community": 52,
      "norm_label": "start_url"
    },
    {
      "label": "scope",
      "file_type": "code",
      "source_file": "printing/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "printing_manifest_scope",
      "community": 52,
      "norm_label": "scope"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "printing/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "printing_manifest_display",
      "community": 52,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "printing/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "printing_manifest_background_color",
      "community": 52,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "printing/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "printing_manifest_theme_color",
      "community": 52,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "printing/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "printing_manifest_orientation",
      "community": 52,
      "norm_label": "orientation"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "printing/manifest.json",
      "source_location": "L11",
      "_origin": "ast",
      "id": "printing_manifest_icons",
      "community": 52,
      "norm_label": "icons"
    },
    {
      "label": "sw.js",
      "file_type": "code",
      "source_file": "printing/sw.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "printing_sw",
      "community": 248,
      "norm_label": "sw.js"
    },
    {
      "label": "SHELL",
      "file_type": "code",
      "source_file": "printing/sw.js",
      "source_location": "L3",
      "_origin": "ast",
      "id": "printing_sw_shell",
      "community": 248,
      "norm_label": "shell"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "production/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "production_manifest",
      "community": 53,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "production/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "production_manifest_name",
      "community": 53,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "production/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "production_manifest_short_name",
      "community": 53,
      "norm_label": "short_name"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "production/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "production_manifest_description",
      "community": 53,
      "norm_label": "description"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "production/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "production_manifest_start_url",
      "community": 53,
      "norm_label": "start_url"
    },
    {
      "label": "scope",
      "file_type": "code",
      "source_file": "production/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "production_manifest_scope",
      "community": 53,
      "norm_label": "scope"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "production/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "production_manifest_display",
      "community": 53,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "production/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "production_manifest_background_color",
      "community": 53,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "production/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "production_manifest_theme_color",
      "community": 53,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "production/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "production_manifest_orientation",
      "community": 53,
      "norm_label": "orientation"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "production/manifest.json",
      "source_location": "L11",
      "_origin": "ast",
      "id": "production_manifest_icons",
      "community": 53,
      "norm_label": "icons"
    },
    {
      "label": "sw.js",
      "file_type": "code",
      "source_file": "production/sw.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "production_sw",
      "community": 249,
      "norm_label": "sw.js"
    },
    {
      "label": "SHELL",
      "file_type": "code",
      "source_file": "production/sw.js",
      "source_location": "L3",
      "_origin": "ast",
      "id": "production_sw_shell",
      "community": 249,
      "norm_label": "shell"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "recce-client/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "recce_client_manifest",
      "community": 70,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "recce-client/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "recce_client_manifest_name",
      "community": 70,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "recce-client/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "recce_client_manifest_short_name",
      "community": 70,
      "norm_label": "short_name"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "recce-client/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "recce_client_manifest_start_url",
      "community": 70,
      "norm_label": "start_url"
    },
    {
      "label": "scope",
      "file_type": "code",
      "source_file": "recce-client/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "recce_client_manifest_scope",
      "community": 70,
      "norm_label": "scope"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "recce-client/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "recce_client_manifest_display",
      "community": 70,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "recce-client/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "recce_client_manifest_background_color",
      "community": 70,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "recce-client/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "recce_client_manifest_theme_color",
      "community": 70,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "recce-client/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "recce_client_manifest_orientation",
      "community": 70,
      "norm_label": "orientation"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "recce-client/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "recce_client_manifest_icons",
      "community": 70,
      "norm_label": "icons"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "recce/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "recce_manifest",
      "community": 45,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "recce/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "recce_manifest_name",
      "community": 45,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "recce/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "recce_manifest_short_name",
      "community": 45,
      "norm_label": "short_name"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "recce/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "recce_manifest_description",
      "community": 45,
      "norm_label": "description"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "recce/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "recce_manifest_start_url",
      "community": 45,
      "norm_label": "start_url"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "recce/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "recce_manifest_display",
      "community": 45,
      "norm_label": "display"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "recce/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "recce_manifest_orientation",
      "community": 45,
      "norm_label": "orientation"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "recce/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "recce_manifest_background_color",
      "community": 45,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "recce/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "recce_manifest_theme_color",
      "community": 45,
      "norm_label": "theme_color"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "recce/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "recce_manifest_icons",
      "community": 45,
      "norm_label": "icons"
    },
    {
      "label": "categories",
      "file_type": "code",
      "source_file": "recce/manifest.json",
      "source_location": "L24",
      "_origin": "ast",
      "id": "recce_manifest_categories",
      "community": 45,
      "norm_label": "categories"
    },
    {
      "label": "lang",
      "file_type": "code",
      "source_file": "recce/manifest.json",
      "source_location": "L25",
      "_origin": "ast",
      "id": "recce_manifest_lang",
      "community": 45,
      "norm_label": "lang"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "sales/customers/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "customers_manifest",
      "community": 65,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "sales/customers/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "customers_manifest_name",
      "community": 65,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "sales/customers/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "customers_manifest_short_name",
      "community": 65,
      "norm_label": "short_name"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "sales/customers/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "customers_manifest_start_url",
      "community": 65,
      "norm_label": "start_url"
    },
    {
      "label": "scope",
      "file_type": "code",
      "source_file": "sales/customers/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "customers_manifest_scope",
      "community": 65,
      "norm_label": "scope"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "sales/customers/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "customers_manifest_display",
      "community": 65,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "sales/customers/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "customers_manifest_background_color",
      "community": 65,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "sales/customers/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "customers_manifest_theme_color",
      "community": 65,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "sales/customers/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "customers_manifest_orientation",
      "community": 65,
      "norm_label": "orientation"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "sales/customers/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "customers_manifest_icons",
      "community": 65,
      "norm_label": "icons"
    },
    {
      "label": "_()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min",
      "community": 0,
      "norm_label": "_()"
    },
    {
      "label": "i()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_i",
      "community": 0,
      "norm_label": "i()"
    },
    {
      "label": "u()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_u",
      "community": 0,
      "norm_label": "u()"
    },
    {
      "label": "m()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_m",
      "community": 0,
      "norm_label": "m()"
    },
    {
      "label": "r()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_r",
      "community": 0,
      "norm_label": "r()"
    },
    {
      "label": "c()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_c",
      "community": 0,
      "norm_label": "c()"
    },
    {
      "label": "o()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_o",
      "community": 0,
      "norm_label": "o()"
    },
    {
      "label": "f()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_f",
      "community": 0,
      "norm_label": "f()"
    },
    {
      "label": "y()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_y",
      "community": 0,
      "norm_label": "y()"
    },
    {
      "label": "p()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_p",
      "community": 0,
      "norm_label": "p()"
    },
    {
      "label": "v()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_v",
      "community": 0,
      "norm_label": "v()"
    },
    {
      "label": "w()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_w",
      "community": 0,
      "norm_label": "w()"
    },
    {
      "label": "k()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_k",
      "community": 0,
      "norm_label": "k()"
    },
    {
      "label": "E()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_e",
      "community": 0,
      "norm_label": "e()"
    },
    {
      "label": "A()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_a",
      "community": 0,
      "norm_label": "a()"
    },
    {
      "label": "j()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_j",
      "community": 0,
      "norm_label": "j()"
    },
    {
      "label": "T()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_t",
      "community": 0,
      "norm_label": "t()"
    },
    {
      "label": "L()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_l",
      "community": 0,
      "norm_label": "l()"
    },
    {
      "label": "z()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_z",
      "community": 0,
      "norm_label": "z()"
    },
    {
      "label": "G()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_g",
      "community": 0,
      "norm_label": "g()"
    },
    {
      "label": "H()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_h",
      "community": 0,
      "norm_label": "h()"
    },
    {
      "label": "ee()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_ee",
      "community": 0,
      "norm_label": "ee()"
    },
    {
      "label": "te()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_te",
      "community": 0,
      "norm_label": "te()"
    },
    {
      "label": "ne()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_ne",
      "community": 0,
      "norm_label": "ne()"
    },
    {
      "label": "re()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_re",
      "community": 0,
      "norm_label": "re()"
    },
    {
      "label": "ie()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_ie",
      "community": 0,
      "norm_label": "ie()"
    },
    {
      "label": "oe()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_oe",
      "community": 0,
      "norm_label": "oe()"
    },
    {
      "label": "ae()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_ae",
      "community": 0,
      "norm_label": "ae()"
    },
    {
      "label": "ue()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_ue",
      "community": 0,
      "norm_label": "ue()"
    },
    {
      "label": "je()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_je",
      "community": 0,
      "norm_label": "je()"
    },
    {
      "label": "Be()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_be",
      "community": 0,
      "norm_label": "be()"
    },
    {
      "label": "Fe()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_fe",
      "community": 0,
      "norm_label": "fe()"
    },
    {
      "label": "Me()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_me",
      "community": 0,
      "norm_label": "me()"
    },
    {
      "label": "qe()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_qe",
      "community": 0,
      "norm_label": "qe()"
    },
    {
      "label": "Le()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_le",
      "community": 0,
      "norm_label": "le()"
    },
    {
      "label": "Ve()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_ve",
      "community": 0,
      "norm_label": "ve()"
    },
    {
      "label": "We()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_we",
      "community": 0,
      "norm_label": "we()"
    },
    {
      "label": "Ze()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_ze",
      "community": 0,
      "norm_label": "ze()"
    },
    {
      "label": "et()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_et",
      "community": 0,
      "norm_label": "et()"
    },
    {
      "label": "tt()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_tt",
      "community": 0,
      "norm_label": "tt()"
    },
    {
      "label": "nt()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_nt",
      "community": 0,
      "norm_label": "nt()"
    },
    {
      "label": "rt()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_rt",
      "community": 0,
      "norm_label": "rt()"
    },
    {
      "label": "it()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_it",
      "community": 0,
      "norm_label": "it()"
    },
    {
      "label": "ot()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_ot",
      "community": 0,
      "norm_label": "ot()"
    },
    {
      "label": "at()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_at",
      "community": 0,
      "norm_label": "at()"
    },
    {
      "label": "ut()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_ut",
      "community": 0,
      "norm_label": "ut()"
    },
    {
      "label": "ct()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_ct",
      "community": 0,
      "norm_label": "ct()"
    },
    {
      "label": "ft()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_ft",
      "community": 0,
      "norm_label": "ft()"
    },
    {
      "label": "xt()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_xt",
      "community": 0,
      "norm_label": "xt()"
    },
    {
      "label": "Kt()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_kt",
      "community": 0,
      "norm_label": "kt()"
    },
    {
      "label": "St()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_st",
      "community": 0,
      "norm_label": "st()"
    },
    {
      "label": "jt()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_jt",
      "community": 0,
      "norm_label": "jt()"
    },
    {
      "label": "Dt()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_dt",
      "community": 0,
      "norm_label": "dt()"
    },
    {
      "label": "Bt()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_bt",
      "community": 0,
      "norm_label": "bt()"
    },
    {
      "label": "Mt()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_mt",
      "community": 0,
      "norm_label": "mt()"
    },
    {
      "label": "qt()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_qt",
      "community": 0,
      "norm_label": "qt()"
    },
    {
      "label": "Lt()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_lt",
      "community": 0,
      "norm_label": "lt()"
    },
    {
      "label": "Vt()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_vt",
      "community": 0,
      "norm_label": "vt()"
    },
    {
      "label": "Wt()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_wt",
      "community": 0,
      "norm_label": "wt()"
    },
    {
      "label": "zt()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_zt",
      "community": 0,
      "norm_label": "zt()"
    },
    {
      "label": "Yt()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_yt",
      "community": 0,
      "norm_label": "yt()"
    },
    {
      "label": "Gt()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_gt",
      "community": 0,
      "norm_label": "gt()"
    },
    {
      "label": "Ht()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_ht",
      "community": 0,
      "norm_label": "ht()"
    },
    {
      "label": "rn()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_rn",
      "community": 0,
      "norm_label": "rn()"
    },
    {
      "label": "on()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_on",
      "community": 0,
      "norm_label": "on()"
    },
    {
      "label": "an()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_an",
      "community": 0,
      "norm_label": "an()"
    },
    {
      "label": "un()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_un",
      "community": 0,
      "norm_label": "un()"
    },
    {
      "label": "cn()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_cn",
      "community": 0,
      "norm_label": "cn()"
    },
    {
      "label": "ln()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_ln",
      "community": 0,
      "norm_label": "ln()"
    },
    {
      "label": "hn()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_hn",
      "community": 0,
      "norm_label": "hn()"
    },
    {
      "label": "dn()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_dn",
      "community": 0,
      "norm_label": "dn()"
    },
    {
      "label": "pn()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_pn",
      "community": 0,
      "norm_label": "pn()"
    },
    {
      "label": "yn()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_yn",
      "community": 0,
      "norm_label": "yn()"
    },
    {
      "label": "vn()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_vn",
      "community": 0,
      "norm_label": "vn()"
    },
    {
      "label": "mn()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_mn",
      "community": 0,
      "norm_label": "mn()"
    },
    {
      "label": "gn()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_gn",
      "community": 0,
      "norm_label": "gn()"
    },
    {
      "label": "bn()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_bn",
      "community": 0,
      "norm_label": "bn()"
    },
    {
      "label": "_n()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_n",
      "community": 0,
      "norm_label": "_n()"
    },
    {
      "label": "wn()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_wn",
      "community": 0,
      "norm_label": "wn()"
    },
    {
      "label": "xn()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_xn",
      "community": 0,
      "norm_label": "xn()"
    },
    {
      "label": "kn()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_kn",
      "community": 0,
      "norm_label": "kn()"
    },
    {
      "label": "En()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_en",
      "community": 0,
      "norm_label": "en()"
    },
    {
      "label": "Sn()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_sn",
      "community": 0,
      "norm_label": "sn()"
    },
    {
      "label": "jn()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_jn",
      "community": 0,
      "norm_label": "jn()"
    },
    {
      "label": "qn()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_qn",
      "community": 0,
      "norm_label": "qn()"
    },
    {
      "label": "zn()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_zn",
      "community": 0,
      "norm_label": "zn()"
    },
    {
      "label": "er()",
      "file_type": "code",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_dexie_min_er",
      "community": 0,
      "norm_label": "er()"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "sales/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_manifest",
      "community": 55,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "sales/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "sales_manifest_name",
      "community": 55,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "sales/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "sales_manifest_short_name",
      "community": 55,
      "norm_label": "short_name"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "sales/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "sales_manifest_description",
      "community": 55,
      "norm_label": "description"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "sales/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "sales_manifest_start_url",
      "community": 55,
      "norm_label": "start_url"
    },
    {
      "label": "scope",
      "file_type": "code",
      "source_file": "sales/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "sales_manifest_scope",
      "community": 55,
      "norm_label": "scope"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "sales/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "sales_manifest_display",
      "community": 55,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "sales/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "sales_manifest_background_color",
      "community": 55,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "sales/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "sales_manifest_theme_color",
      "community": 55,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "sales/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "sales_manifest_orientation",
      "community": 55,
      "norm_label": "orientation"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "sales/manifest.json",
      "source_location": "L11",
      "_origin": "ast",
      "id": "sales_manifest_icons",
      "community": 55,
      "norm_label": "icons"
    },
    {
      "label": "sw.js",
      "file_type": "code",
      "source_file": "sales/sw.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "sales_sw",
      "community": 250,
      "norm_label": "sw.js"
    },
    {
      "label": "ASSETS",
      "file_type": "code",
      "source_file": "sales/sw.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "sales_sw_assets",
      "community": 250,
      "norm_label": "assets"
    },
    {
      "label": "maps-client.js",
      "file_type": "code",
      "source_file": "shared/maps-client.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "shared_maps_client",
      "community": 56,
      "norm_label": "maps-client.js"
    },
    {
      "label": "bearer()",
      "file_type": "code",
      "source_file": "shared/maps-client.js",
      "source_location": "L54",
      "_origin": "ast",
      "id": "shared_maps_client_bearer",
      "community": 56,
      "norm_label": "bearer()"
    },
    {
      "label": "mcpCall()",
      "file_type": "code",
      "source_file": "shared/maps-client.js",
      "source_location": "L65",
      "_origin": "ast",
      "id": "shared_maps_client_mcpcall",
      "community": 56,
      "norm_label": "mcpcall()"
    },
    {
      "label": "tryWithFallback()",
      "file_type": "code",
      "source_file": "shared/maps-client.js",
      "source_location": "L140",
      "_origin": "ast",
      "id": "shared_maps_client_trywithfallback",
      "community": 56,
      "norm_label": "trywithfallback()"
    },
    {
      "label": "geocode()",
      "file_type": "code",
      "source_file": "shared/maps-client.js",
      "source_location": "L167",
      "_origin": "ast",
      "id": "shared_maps_client_geocode",
      "community": 56,
      "norm_label": "geocode()"
    },
    {
      "label": "reverseGeocode()",
      "file_type": "code",
      "source_file": "shared/maps-client.js",
      "source_location": "L172",
      "_origin": "ast",
      "id": "shared_maps_client_reversegeocode",
      "community": 56,
      "norm_label": "reversegeocode()"
    },
    {
      "label": "directions()",
      "file_type": "code",
      "source_file": "shared/maps-client.js",
      "source_location": "L181",
      "_origin": "ast",
      "id": "shared_maps_client_directions",
      "community": 56,
      "norm_label": "directions()"
    },
    {
      "label": "distanceMatrix()",
      "file_type": "code",
      "source_file": "shared/maps-client.js",
      "source_location": "L189",
      "_origin": "ast",
      "id": "shared_maps_client_distancematrix",
      "community": 56,
      "norm_label": "distancematrix()"
    },
    {
      "label": "placesNearby()",
      "file_type": "code",
      "source_file": "shared/maps-client.js",
      "source_location": "L196",
      "_origin": "ast",
      "id": "shared_maps_client_placesnearby",
      "community": 56,
      "norm_label": "placesnearby()"
    },
    {
      "label": "routeTraffic()",
      "file_type": "code",
      "source_file": "shared/maps-client.js",
      "source_location": "L201",
      "_origin": "ast",
      "id": "shared_maps_client_routetraffic",
      "community": 56,
      "norm_label": "routetraffic()"
    },
    {
      "label": "health()",
      "file_type": "code",
      "source_file": "shared/maps-client.js",
      "source_location": "L208",
      "_origin": "ast",
      "id": "shared_maps_client_health",
      "community": 56,
      "norm_label": "health()"
    },
    {
      "label": "tour.js",
      "file_type": "code",
      "source_file": "shared/tour.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "shared_tour",
      "community": 203,
      "norm_label": "tour.js"
    },
    {
      "label": "render()",
      "file_type": "code",
      "source_file": "shared/tour.js",
      "source_location": "L15",
      "_origin": "ast",
      "id": "shared_tour_render",
      "community": 203,
      "norm_label": "render()"
    },
    {
      "label": "go()",
      "file_type": "code",
      "source_file": "shared/tour.js",
      "source_location": "L73",
      "_origin": "ast",
      "id": "shared_tour_go",
      "community": 203,
      "norm_label": "go()"
    },
    {
      "label": "close()",
      "file_type": "code",
      "source_file": "shared/tour.js",
      "source_location": "L96",
      "_origin": "ast",
      "id": "shared_tour_close",
      "community": 203,
      "norm_label": "close()"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "stores/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "stores_manifest",
      "community": 71,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "stores/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "stores_manifest_name",
      "community": 71,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "stores/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "stores_manifest_short_name",
      "community": 71,
      "norm_label": "short_name"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "stores/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "stores_manifest_description",
      "community": 71,
      "norm_label": "description"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "stores/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "stores_manifest_start_url",
      "community": 71,
      "norm_label": "start_url"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "stores/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "stores_manifest_display",
      "community": 71,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "stores/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "stores_manifest_background_color",
      "community": 71,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "stores/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "stores_manifest_theme_color",
      "community": 71,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "stores/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "stores_manifest_orientation",
      "community": 71,
      "norm_label": "orientation"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "stores/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "stores_manifest_icons",
      "community": 71,
      "norm_label": "icons"
    },
    {
      "label": "sw.js",
      "file_type": "code",
      "source_file": "stores/sw.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "stores_sw",
      "community": 253,
      "norm_label": "sw.js"
    },
    {
      "label": "ASSETS",
      "file_type": "code",
      "source_file": "stores/sw.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "stores_sw_assets",
      "community": 253,
      "norm_label": "assets"
    },
    {
      "label": "_template.spec.js",
      "file_type": "code",
      "source_file": "tests/_template.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_template_spec",
      "community": 267,
      "norm_label": "_template.spec.js"
    },
    {
      "label": "{ test, expect, devices }",
      "file_type": "code",
      "source_file": "tests/_template.spec.js",
      "source_location": "L5",
      "_origin": "ast",
      "id": "tests_template_spec_test_expect_devices",
      "community": 267,
      "norm_label": "{ test, expect, devices }"
    },
    {
      "label": "activity.spec.js",
      "file_type": "code",
      "source_file": "tests/activity.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_activity_spec",
      "community": 254,
      "norm_label": "activity.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/activity.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_activity_spec_test_expect_devices_request",
      "community": 254,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "admin.spec.js",
      "file_type": "code",
      "source_file": "tests/admin.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_admin_spec",
      "community": 255,
      "norm_label": "admin.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/admin.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_admin_spec_test_expect_devices_request",
      "community": 255,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "client.spec.js",
      "file_type": "code",
      "source_file": "tests/client.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_client_spec",
      "community": 221,
      "norm_label": "client.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/client.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_client_spec_test_expect_devices_request",
      "community": 221,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "isClientBuilt()",
      "file_type": "code",
      "source_file": "tests/client.spec.js",
      "source_location": "L12",
      "_origin": "ast",
      "id": "tests_client_spec_isclientbuilt",
      "community": 221,
      "norm_label": "isclientbuilt()"
    },
    {
      "label": "contacts.spec.js",
      "file_type": "code",
      "source_file": "tests/contacts.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_contacts_spec",
      "community": 256,
      "norm_label": "contacts.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/contacts.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_contacts_spec_test_expect_devices_request",
      "community": 256,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "counters.spec.js",
      "file_type": "code",
      "source_file": "tests/counters.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_counters_spec",
      "community": 204,
      "norm_label": "counters.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/counters.spec.js",
      "source_location": "L12",
      "_origin": "ast",
      "id": "tests_counters_spec_test_expect_devices_request",
      "community": 204,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "injectSession()",
      "file_type": "code",
      "source_file": "tests/counters.spec.js",
      "source_location": "L19",
      "_origin": "ast",
      "id": "tests_counters_spec_injectsession",
      "community": 204,
      "norm_label": "injectsession()"
    },
    {
      "label": "dbDelete()",
      "file_type": "code",
      "source_file": "tests/counters.spec.js",
      "source_location": "L28",
      "_origin": "ast",
      "id": "tests_counters_spec_dbdelete",
      "community": 204,
      "norm_label": "dbdelete()"
    },
    {
      "label": "custodian.spec.js",
      "file_type": "code",
      "source_file": "tests/custodian.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_custodian_spec",
      "community": 205,
      "norm_label": "custodian.spec.js"
    },
    {
      "label": "{ test, expect, devices }",
      "file_type": "code",
      "source_file": "tests/custodian.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_custodian_spec_test_expect_devices",
      "community": 205,
      "norm_label": "{ test, expect, devices }"
    },
    {
      "label": "injectSession()",
      "file_type": "code",
      "source_file": "tests/custodian.spec.js",
      "source_location": "L10",
      "_origin": "ast",
      "id": "tests_custodian_spec_injectsession",
      "community": 205,
      "norm_label": "injectsession()"
    },
    {
      "label": "{ request }",
      "file_type": "code",
      "source_file": "tests/custodian.spec.js",
      "source_location": "L158",
      "_origin": "ast",
      "id": "tests_custodian_spec_request",
      "community": 205,
      "norm_label": "{ request }"
    },
    {
      "label": "custodian_s9_recording.spec.js",
      "file_type": "code",
      "source_file": "tests/custodian_s9_recording.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_custodian_s9_recording_spec",
      "community": 105,
      "norm_label": "custodian_s9_recording.spec.js"
    },
    {
      "label": "{ test, expect }",
      "file_type": "code",
      "source_file": "tests/custodian_s9_recording.spec.js",
      "source_location": "L6",
      "_origin": "ast",
      "id": "tests_custodian_s9_recording_spec_test_expect",
      "community": 105,
      "norm_label": "{ test, expect }"
    },
    {
      "label": "WAIT()",
      "file_type": "code",
      "source_file": "tests/custodian_s9_recording.spec.js",
      "source_location": "L9",
      "_origin": "ast",
      "id": "tests_custodian_s9_recording_spec_wait",
      "community": 105,
      "norm_label": "wait()"
    },
    {
      "label": "session()",
      "file_type": "code",
      "source_file": "tests/custodian_s9_recording.spec.js",
      "source_location": "L24",
      "_origin": "ast",
      "id": "tests_custodian_s9_recording_spec_session",
      "community": 105,
      "norm_label": "session()"
    },
    {
      "label": "goToManage()",
      "file_type": "code",
      "source_file": "tests/custodian_s9_recording.spec.js",
      "source_location": "L32",
      "_origin": "ast",
      "id": "tests_custodian_s9_recording_spec_gotomanage",
      "community": 105,
      "norm_label": "gotomanage()"
    },
    {
      "label": "custBtn()",
      "file_type": "code",
      "source_file": "tests/custodian_s9_recording.spec.js",
      "source_location": "L44",
      "_origin": "ast",
      "id": "tests_custodian_s9_recording_spec_custbtn",
      "community": 105,
      "norm_label": "custbtn()"
    },
    {
      "label": "custodian_tutorial_screenshots.spec.js",
      "file_type": "code",
      "source_file": "tests/custodian_tutorial_screenshots.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_custodian_tutorial_screenshots_spec",
      "community": 72,
      "norm_label": "custodian_tutorial_screenshots.spec.js"
    },
    {
      "label": "{ test, expect, devices }",
      "file_type": "code",
      "source_file": "tests/custodian_tutorial_screenshots.spec.js",
      "source_location": "L12",
      "_origin": "ast",
      "id": "tests_custodian_tutorial_screenshots_spec_test_expect_devices",
      "community": 72,
      "norm_label": "{ test, expect, devices }"
    },
    {
      "label": "path",
      "file_type": "code",
      "source_file": "tests/custodian_tutorial_screenshots.spec.js",
      "source_location": "L13",
      "_origin": "ast",
      "id": "tests_custodian_tutorial_screenshots_spec_path",
      "community": 72,
      "norm_label": "path"
    },
    {
      "label": "DIR",
      "file_type": "code",
      "source_file": "tests/custodian_tutorial_screenshots.spec.js",
      "source_location": "L16",
      "_origin": "ast",
      "id": "tests_custodian_tutorial_screenshots_spec_dir",
      "community": 72,
      "norm_label": "dir"
    },
    {
      "label": "makeSession()",
      "file_type": "code",
      "source_file": "tests/custodian_tutorial_screenshots.spec.js",
      "source_location": "L18",
      "_origin": "ast",
      "id": "tests_custodian_tutorial_screenshots_spec_makesession",
      "community": 72,
      "norm_label": "makesession()"
    },
    {
      "label": "SESSION",
      "file_type": "code",
      "source_file": "tests/custodian_tutorial_screenshots.spec.js",
      "source_location": "L22",
      "_origin": "ast",
      "id": "tests_custodian_tutorial_screenshots_spec_session",
      "community": 72,
      "norm_label": "session"
    },
    {
      "label": "loginAs()",
      "file_type": "code",
      "source_file": "tests/custodian_tutorial_screenshots.spec.js",
      "source_location": "L29",
      "_origin": "ast",
      "id": "tests_custodian_tutorial_screenshots_spec_loginas",
      "community": 72,
      "norm_label": "loginas()"
    },
    {
      "label": "pickCustodianMode()",
      "file_type": "code",
      "source_file": "tests/custodian_tutorial_screenshots.spec.js",
      "source_location": "L46",
      "_origin": "ast",
      "id": "tests_custodian_tutorial_screenshots_spec_pickcustodianmode",
      "community": 72,
      "norm_label": "pickcustodianmode()"
    },
    {
      "label": "pickOverseerMode()",
      "file_type": "code",
      "source_file": "tests/custodian_tutorial_screenshots.spec.js",
      "source_location": "L55",
      "_origin": "ast",
      "id": "tests_custodian_tutorial_screenshots_spec_pickoverseermode",
      "community": 72,
      "norm_label": "pickoverseermode()"
    },
    {
      "label": "ss()",
      "file_type": "code",
      "source_file": "tests/custodian_tutorial_screenshots.spec.js",
      "source_location": "L64",
      "_origin": "ast",
      "id": "tests_custodian_tutorial_screenshots_spec_ss",
      "community": 72,
      "norm_label": "ss()"
    },
    {
      "label": "customers.spec.js",
      "file_type": "code",
      "source_file": "tests/customers.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_customers_spec",
      "community": 206,
      "norm_label": "customers.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/customers.spec.js",
      "source_location": "L4",
      "_origin": "ast",
      "id": "tests_customers_spec_test_expect_devices_request",
      "community": 206,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "injectSession()",
      "file_type": "code",
      "source_file": "tests/customers.spec.js",
      "source_location": "L15",
      "_origin": "ast",
      "id": "tests_customers_spec_injectsession",
      "community": 206,
      "norm_label": "injectsession()"
    },
    {
      "label": "dbDelete()",
      "file_type": "code",
      "source_file": "tests/customers.spec.js",
      "source_location": "L23",
      "_origin": "ast",
      "id": "tests_customers_spec_dbdelete",
      "community": 206,
      "norm_label": "dbdelete()"
    },
    {
      "label": "debug_tour.spec.js",
      "file_type": "code",
      "source_file": "tests/debug_tour.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_debug_tour_spec",
      "community": 222,
      "norm_label": "debug_tour.spec.js"
    },
    {
      "label": "{ test, expect, devices }",
      "file_type": "code",
      "source_file": "tests/debug_tour.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_debug_tour_spec_test_expect_devices",
      "community": 222,
      "norm_label": "{ test, expect, devices }"
    },
    {
      "label": "path",
      "file_type": "code",
      "source_file": "tests/debug_tour.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_debug_tour_spec_path",
      "community": 222,
      "norm_label": "path"
    },
    {
      "label": "dispatch.spec.js",
      "file_type": "code",
      "source_file": "tests/dispatch.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_dispatch_spec",
      "community": 257,
      "norm_label": "dispatch.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/dispatch.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_dispatch_spec_test_expect_devices_request",
      "community": 257,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "expense.spec.js",
      "file_type": "code",
      "source_file": "tests/expense.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_expense_spec",
      "community": 258,
      "norm_label": "expense.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/expense.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_expense_spec_test_expect_devices_request",
      "community": 258,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "finance.spec.js",
      "file_type": "code",
      "source_file": "tests/finance.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_finance_spec",
      "community": 259,
      "norm_label": "finance.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/finance.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_finance_spec_test_expect_devices_request",
      "community": 259,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "fundcustodian.spec.js",
      "file_type": "code",
      "source_file": "tests/fundcustodian.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_fundcustodian_spec",
      "community": 98,
      "norm_label": "fundcustodian.spec.js"
    },
    {
      "label": "{ test, expect, devices }",
      "file_type": "code",
      "source_file": "tests/fundcustodian.spec.js",
      "source_location": "L7",
      "_origin": "ast",
      "id": "tests_fundcustodian_spec_test_expect_devices",
      "community": 98,
      "norm_label": "{ test, expect, devices }"
    },
    {
      "label": "makeSession()",
      "file_type": "code",
      "source_file": "tests/fundcustodian.spec.js",
      "source_location": "L12",
      "_origin": "ast",
      "id": "tests_fundcustodian_spec_makesession",
      "community": 98,
      "norm_label": "makesession()"
    },
    {
      "label": "SESSION",
      "file_type": "code",
      "source_file": "tests/fundcustodian.spec.js",
      "source_location": "L16",
      "_origin": "ast",
      "id": "tests_fundcustodian_spec_session",
      "community": 98,
      "norm_label": "session"
    },
    {
      "label": "injectSession()",
      "file_type": "code",
      "source_file": "tests/fundcustodian.spec.js",
      "source_location": "L24",
      "_origin": "ast",
      "id": "tests_fundcustodian_spec_injectsession",
      "community": 98,
      "norm_label": "injectsession()"
    },
    {
      "label": "handleModeSelector()",
      "file_type": "code",
      "source_file": "tests/fundcustodian.spec.js",
      "source_location": "L34",
      "_origin": "ast",
      "id": "tests_fundcustodian_spec_handlemodeselector",
      "community": 98,
      "norm_label": "handlemodeselector()"
    },
    {
      "label": "C_HDR",
      "file_type": "code",
      "source_file": "tests/fundcustodian.spec.js",
      "source_location": "L724",
      "_origin": "ast",
      "id": "tests_fundcustodian_spec_c_hdr",
      "community": 98,
      "norm_label": "c_hdr"
    },
    {
      "label": "health_smoke.spec.js",
      "file_type": "code",
      "source_file": "tests/health_smoke.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_health_smoke_spec",
      "community": 260,
      "norm_label": "health_smoke.spec.js"
    },
    {
      "label": "{ test, expect }",
      "file_type": "code",
      "source_file": "tests/health_smoke.spec.js",
      "source_location": "L3",
      "_origin": "ast",
      "id": "tests_health_smoke_spec_test_expect",
      "community": 260,
      "norm_label": "{ test, expect }"
    },
    {
      "label": "hr.spec.js",
      "file_type": "code",
      "source_file": "tests/hr.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_hr_spec",
      "community": 207,
      "norm_label": "hr.spec.js"
    },
    {
      "label": "{ test, expect, devices }",
      "file_type": "code",
      "source_file": "tests/hr.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_hr_spec_test_expect_devices",
      "community": 207,
      "norm_label": "{ test, expect, devices }"
    },
    {
      "label": "injectSession()",
      "file_type": "code",
      "source_file": "tests/hr.spec.js",
      "source_location": "L9",
      "_origin": "ast",
      "id": "tests_hr_spec_injectsession",
      "community": 207,
      "norm_label": "injectsession()"
    },
    {
      "label": "HR_HEADERS",
      "file_type": "code",
      "source_file": "tests/hr.spec.js",
      "source_location": "L135",
      "_origin": "ast",
      "id": "tests_hr_spec_hr_headers",
      "community": 207,
      "norm_label": "hr_headers"
    },
    {
      "label": "hub.spec.js",
      "file_type": "code",
      "source_file": "tests/hub.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_hub_spec",
      "community": 223,
      "norm_label": "hub.spec.js"
    },
    {
      "label": "{ test, expect, devices }",
      "file_type": "code",
      "source_file": "tests/hub.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_hub_spec_test_expect_devices",
      "community": 223,
      "norm_label": "{ test, expect, devices }"
    },
    {
      "label": "injectSession()",
      "file_type": "code",
      "source_file": "tests/hub.spec.js",
      "source_location": "L8",
      "_origin": "ast",
      "id": "tests_hub_spec_injectsession",
      "community": 223,
      "norm_label": "injectsession()"
    },
    {
      "label": "installation.spec.js",
      "file_type": "code",
      "source_file": "tests/installation.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_installation_spec",
      "community": 261,
      "norm_label": "installation.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/installation.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_installation_spec_test_expect_devices_request",
      "community": 261,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "learn.spec.js",
      "file_type": "code",
      "source_file": "tests/learn.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_learn_spec",
      "community": 262,
      "norm_label": "learn.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/learn.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_learn_spec_test_expect_devices_request",
      "community": 262,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "mappls-creds.spec.js",
      "file_type": "code",
      "source_file": "tests/mappls-creds.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_mappls_creds_spec",
      "community": 224,
      "norm_label": "mappls-creds.spec.js"
    },
    {
      "label": "{ test, expect }",
      "file_type": "code",
      "source_file": "tests/mappls-creds.spec.js",
      "source_location": "L13",
      "_origin": "ast",
      "id": "tests_mappls_creds_spec_test_expect",
      "community": 224,
      "norm_label": "{ test, expect }"
    },
    {
      "label": "fs",
      "file_type": "code",
      "source_file": "tests/mappls-creds.spec.js",
      "source_location": "L14",
      "_origin": "ast",
      "id": "tests_mappls_creds_spec_fs",
      "community": 224,
      "norm_label": "fs"
    },
    {
      "label": "oc_admin.spec.js",
      "file_type": "code",
      "source_file": "tests/oc_admin.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_oc_admin_spec",
      "community": 263,
      "norm_label": "oc_admin.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/oc_admin.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_oc_admin_spec_test_expect_devices_request",
      "community": 263,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "printing.spec.js",
      "file_type": "code",
      "source_file": "tests/printing.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_printing_spec",
      "community": 208,
      "norm_label": "printing.spec.js"
    },
    {
      "label": "{ test, expect, devices }",
      "file_type": "code",
      "source_file": "tests/printing.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_printing_spec_test_expect_devices",
      "community": 208,
      "norm_label": "{ test, expect, devices }"
    },
    {
      "label": "injectSession()",
      "file_type": "code",
      "source_file": "tests/printing.spec.js",
      "source_location": "L9",
      "_origin": "ast",
      "id": "tests_printing_spec_injectsession",
      "community": 208,
      "norm_label": "injectsession()"
    },
    {
      "label": "addItem()",
      "file_type": "code",
      "source_file": "tests/printing.spec.js",
      "source_location": "L167",
      "_origin": "ast",
      "id": "tests_printing_spec_additem",
      "community": 208,
      "norm_label": "additem()"
    },
    {
      "label": "production.spec.js",
      "file_type": "code",
      "source_file": "tests/production.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_production_spec",
      "community": 264,
      "norm_label": "production.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/production.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_production_spec_test_expect_devices_request",
      "community": 264,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "recce.spec.js",
      "file_type": "code",
      "source_file": "tests/recce.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_recce_spec",
      "community": 91,
      "norm_label": "recce.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/recce.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_recce_spec_test_expect_devices_request",
      "community": 91,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "supTilePresent()",
      "file_type": "code",
      "source_file": "tests/recce.spec.js",
      "source_location": "L12",
      "_origin": "ast",
      "id": "tests_recce_spec_suptilepresent",
      "community": 91,
      "norm_label": "suptilepresent()"
    },
    {
      "label": "logoutBtnPresent()",
      "file_type": "code",
      "source_file": "tests/recce.spec.js",
      "source_location": "L21",
      "_origin": "ast",
      "id": "tests_recce_spec_logoutbtnpresent",
      "community": 91,
      "norm_label": "logoutbtnpresent()"
    },
    {
      "label": "injectSession()",
      "file_type": "code",
      "source_file": "tests/recce.spec.js",
      "source_location": "L30",
      "_origin": "ast",
      "id": "tests_recce_spec_injectsession",
      "community": 91,
      "norm_label": "injectsession()"
    },
    {
      "label": "waitForRecceInit()",
      "file_type": "code",
      "source_file": "tests/recce.spec.js",
      "source_location": "L38",
      "_origin": "ast",
      "id": "tests_recce_spec_waitforrecceinit",
      "community": 91,
      "norm_label": "waitforrecceinit()"
    },
    {
      "label": "waitForAdminList()",
      "file_type": "code",
      "source_file": "tests/recce.spec.js",
      "source_location": "L162",
      "_origin": "ast",
      "id": "tests_recce_spec_waitforadminlist",
      "community": 91,
      "norm_label": "waitforadminlist()"
    },
    {
      "label": "navigateToPhotosStep()",
      "file_type": "code",
      "source_file": "tests/recce.spec.js",
      "source_location": "L280",
      "_origin": "ast",
      "id": "tests_recce_spec_navigatetophotosstep",
      "community": 91,
      "norm_label": "navigatetophotosstep()"
    },
    {
      "label": "recce_client.spec.js",
      "file_type": "code",
      "source_file": "tests/recce_client.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_recce_client_spec",
      "community": 106,
      "norm_label": "recce_client.spec.js"
    },
    {
      "label": "{ test, expect, request, devices }",
      "file_type": "code",
      "source_file": "tests/recce_client.spec.js",
      "source_location": "L13",
      "_origin": "ast",
      "id": "tests_recce_client_spec_test_expect_request_devices",
      "community": 106,
      "norm_label": "{ test, expect, request, devices }"
    },
    {
      "label": "HC",
      "file_type": "code",
      "source_file": "tests/recce_client.spec.js",
      "source_location": "L16",
      "_origin": "ast",
      "id": "tests_recce_client_spec_hc",
      "community": 106,
      "norm_label": "hc"
    },
    {
      "label": "HR",
      "file_type": "code",
      "source_file": "tests/recce_client.spec.js",
      "source_location": "L17",
      "_origin": "ast",
      "id": "tests_recce_client_spec_hr",
      "community": 106,
      "norm_label": "hr"
    },
    {
      "label": "stamp()",
      "file_type": "code",
      "source_file": "tests/recce_client.spec.js",
      "source_location": "L20",
      "_origin": "ast",
      "id": "tests_recce_client_spec_stamp",
      "community": 106,
      "norm_label": "stamp()"
    },
    {
      "label": "rpc()",
      "file_type": "code",
      "source_file": "tests/recce_client.spec.js",
      "source_location": "L22",
      "_origin": "ast",
      "id": "tests_recce_client_spec_rpc",
      "community": 106,
      "norm_label": "rpc()"
    },
    {
      "label": "safe_bottom.spec.js",
      "file_type": "code",
      "source_file": "tests/safe_bottom.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_safe_bottom_spec",
      "community": 209,
      "norm_label": "safe_bottom.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/safe_bottom.spec.js",
      "source_location": "L11",
      "_origin": "ast",
      "id": "tests_safe_bottom_spec_test_expect_devices_request",
      "community": 209,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "PWAS",
      "file_type": "code",
      "source_file": "tests/safe_bottom.spec.js",
      "source_location": "L16",
      "_origin": "ast",
      "id": "tests_safe_bottom_spec_pwas",
      "community": 209,
      "norm_label": "pwas"
    },
    {
      "label": "injectSession()",
      "file_type": "code",
      "source_file": "tests/safe_bottom.spec.js",
      "source_location": "L40",
      "_origin": "ast",
      "id": "tests_safe_bottom_spec_injectsession",
      "community": 209,
      "norm_label": "injectsession()"
    },
    {
      "label": "sales.spec.js",
      "file_type": "code",
      "source_file": "tests/sales.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_sales_spec",
      "community": 265,
      "norm_label": "sales.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/sales.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_sales_spec_test_expect_devices_request",
      "community": 265,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "sales_billing.spec.js",
      "file_type": "code",
      "source_file": "tests/sales_billing.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_sales_billing_spec",
      "community": 107,
      "norm_label": "sales_billing.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/sales_billing.spec.js",
      "source_location": "L4",
      "_origin": "ast",
      "id": "tests_sales_billing_spec_test_expect_devices_request",
      "community": 107,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "injectSession()",
      "file_type": "code",
      "source_file": "tests/sales_billing.spec.js",
      "source_location": "L15",
      "_origin": "ast",
      "id": "tests_sales_billing_spec_injectsession",
      "community": 107,
      "norm_label": "injectsession()"
    },
    {
      "label": "api()",
      "file_type": "code",
      "source_file": "tests/sales_billing.spec.js",
      "source_location": "L23",
      "_origin": "ast",
      "id": "tests_sales_billing_spec_api",
      "community": 107,
      "norm_label": "api()"
    },
    {
      "label": "dbGet()",
      "file_type": "code",
      "source_file": "tests/sales_billing.spec.js",
      "source_location": "L40",
      "_origin": "ast",
      "id": "tests_sales_billing_spec_dbget",
      "community": 107,
      "norm_label": "dbget()"
    },
    {
      "label": "dbClean()",
      "file_type": "code",
      "source_file": "tests/sales_billing.spec.js",
      "source_location": "L44",
      "_origin": "ast",
      "id": "tests_sales_billing_spec_dbclean",
      "community": 107,
      "norm_label": "dbclean()"
    },
    {
      "label": "smoke.spec.js",
      "file_type": "code",
      "source_file": "tests/smoke.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_smoke_spec",
      "community": 266,
      "norm_label": "smoke.spec.js"
    },
    {
      "label": "{ test, expect }",
      "file_type": "code",
      "source_file": "tests/smoke.spec.js",
      "source_location": "L5",
      "_origin": "ast",
      "id": "tests_smoke_spec_test_expect",
      "community": 266,
      "norm_label": "{ test, expect }"
    },
    {
      "label": "stores.spec.js",
      "file_type": "code",
      "source_file": "tests/stores.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_stores_spec",
      "community": 225,
      "norm_label": "stores.spec.js"
    },
    {
      "label": "{ test, expect, devices }",
      "file_type": "code",
      "source_file": "tests/stores.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_stores_spec_test_expect_devices",
      "community": 225,
      "norm_label": "{ test, expect, devices }"
    },
    {
      "label": "injectStoresUser()",
      "file_type": "code",
      "source_file": "tests/stores.spec.js",
      "source_location": "L10",
      "_origin": "ast",
      "id": "tests_stores_spec_injectstoresuser",
      "community": 225,
      "norm_label": "injectstoresuser()"
    },
    {
      "label": "tour_pg.spec.js",
      "file_type": "code",
      "source_file": "tests/tour_pg.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_tour_pg_spec",
      "community": 210,
      "norm_label": "tour_pg.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/tour_pg.spec.js",
      "source_location": "L7",
      "_origin": "ast",
      "id": "tests_tour_pg_spec_test_expect_devices_request",
      "community": 210,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "injectSession()",
      "file_type": "code",
      "source_file": "tests/tour_pg.spec.js",
      "source_location": "L16",
      "_origin": "ast",
      "id": "tests_tour_pg_spec_injectsession",
      "community": 210,
      "norm_label": "injectsession()"
    },
    {
      "label": "mintHubAuth()",
      "file_type": "code",
      "source_file": "tests/tour_pg.spec.js",
      "source_location": "L24",
      "_origin": "ast",
      "id": "tests_tour_pg_spec_minthubauth",
      "community": 210,
      "norm_label": "minthubauth()"
    },
    {
      "label": "tour_planner.spec.js",
      "file_type": "code",
      "source_file": "tests/tour_planner.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_tour_planner_spec",
      "community": 268,
      "norm_label": "tour_planner.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/tour_planner.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_tour_planner_spec_test_expect_devices_request",
      "community": 268,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "upi_pay.spec.js",
      "file_type": "code",
      "source_file": "tests/upi_pay.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_upi_pay_spec",
      "community": 192,
      "norm_label": "upi_pay.spec.js"
    },
    {
      "label": "{ test, expect, devices }",
      "file_type": "code",
      "source_file": "tests/upi_pay.spec.js",
      "source_location": "L5",
      "_origin": "ast",
      "id": "tests_upi_pay_spec_test_expect_devices",
      "community": 192,
      "norm_label": "{ test, expect, devices }"
    },
    {
      "label": "makeSession()",
      "file_type": "code",
      "source_file": "tests/upi_pay.spec.js",
      "source_location": "L9",
      "_origin": "ast",
      "id": "tests_upi_pay_spec_makesession",
      "community": 192,
      "norm_label": "makesession()"
    },
    {
      "label": "SESSION",
      "file_type": "code",
      "source_file": "tests/upi_pay.spec.js",
      "source_location": "L13",
      "_origin": "ast",
      "id": "tests_upi_pay_spec_session",
      "community": 192,
      "norm_label": "session"
    },
    {
      "label": "injectSession()",
      "file_type": "code",
      "source_file": "tests/upi_pay.spec.js",
      "source_location": "L20",
      "_origin": "ast",
      "id": "tests_upi_pay_spec_injectsession",
      "community": 192,
      "norm_label": "injectsession()"
    },
    {
      "label": "vehicle.spec.js",
      "file_type": "code",
      "source_file": "tests/vehicle.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_vehicle_spec",
      "community": 269,
      "norm_label": "vehicle.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/vehicle.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_vehicle_spec_test_expect_devices_request",
      "community": 269,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "vendors.spec.js",
      "file_type": "code",
      "source_file": "tests/vendors.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_vendors_spec",
      "community": 211,
      "norm_label": "vendors.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/vendors.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_vendors_spec_test_expect_devices_request",
      "community": 211,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "injectSession()",
      "file_type": "code",
      "source_file": "tests/vendors.spec.js",
      "source_location": "L13",
      "_origin": "ast",
      "id": "tests_vendors_spec_injectsession",
      "community": 211,
      "norm_label": "injectsession()"
    },
    {
      "label": "dbCleanup()",
      "file_type": "code",
      "source_file": "tests/vendors.spec.js",
      "source_location": "L21",
      "_origin": "ast",
      "id": "tests_vendors_spec_dbcleanup",
      "community": 211,
      "norm_label": "dbcleanup()"
    },
    {
      "label": "vrs.spec.js",
      "file_type": "code",
      "source_file": "tests/vrs.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_vrs_spec",
      "community": 270,
      "norm_label": "vrs.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/vrs.spec.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tests_vrs_spec_test_expect_devices_request",
      "community": 270,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "yagya-portfolio.spec.js",
      "file_type": "code",
      "source_file": "tests/yagya-portfolio.spec.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tests_yagya_portfolio_spec",
      "community": 226,
      "norm_label": "yagya-portfolio.spec.js"
    },
    {
      "label": "{ test, expect, devices, request }",
      "file_type": "code",
      "source_file": "tests/yagya-portfolio.spec.js",
      "source_location": "L3",
      "_origin": "ast",
      "id": "tests_yagya_portfolio_spec_test_expect_devices_request",
      "community": 226,
      "norm_label": "{ test, expect, devices, request }"
    },
    {
      "label": "siteIsOk()",
      "file_type": "code",
      "source_file": "tests/yagya-portfolio.spec.js",
      "source_location": "L12",
      "_origin": "ast",
      "id": "tests_yagya_portfolio_spec_siteisok",
      "community": 226,
      "norm_label": "siteisok()"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "tour-pg/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tour_pg_manifest",
      "community": 73,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "tour-pg/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tour_pg_manifest_name",
      "community": 73,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "tour-pg/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "tour_pg_manifest_short_name",
      "community": 73,
      "norm_label": "short_name"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "tour-pg/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "tour_pg_manifest_start_url",
      "community": 73,
      "norm_label": "start_url"
    },
    {
      "label": "scope",
      "file_type": "code",
      "source_file": "tour-pg/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "tour_pg_manifest_scope",
      "community": 73,
      "norm_label": "scope"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "tour-pg/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "tour_pg_manifest_display",
      "community": 73,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "tour-pg/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "tour_pg_manifest_background_color",
      "community": 73,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "tour-pg/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "tour_pg_manifest_theme_color",
      "community": 73,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "tour-pg/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "tour_pg_manifest_orientation",
      "community": 73,
      "norm_label": "orientation"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "tour-pg/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "tour_pg_manifest_icons",
      "community": 73,
      "norm_label": "icons"
    },
    {
      "label": "xlsx.full.min.js",
      "file_type": "code",
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tour_pg_xlsx_full_min",
      "community": 0,
      "norm_label": "xlsx.full.min.js"
    },
    {
      "label": "make_xlsx_lib()",
      "file_type": "code",
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L8",
      "_origin": "ast",
      "id": "tour_pg_xlsx_full_min_make_xlsx_lib",
      "community": 0,
      "norm_label": "make_xlsx_lib()"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "tour-planner/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tour_planner_manifest",
      "community": 92,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "tour-planner/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tour_planner_manifest_name",
      "community": 92,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "tour-planner/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "tour_planner_manifest_short_name",
      "community": 92,
      "norm_label": "short_name"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "tour-planner/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "tour_planner_manifest_start_url",
      "community": 92,
      "norm_label": "start_url"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "tour-planner/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "tour_planner_manifest_display",
      "community": 92,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "tour-planner/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "tour_planner_manifest_background_color",
      "community": 92,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "tour-planner/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "tour_planner_manifest_theme_color",
      "community": 92,
      "norm_label": "theme_color"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "tour-planner/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "tour_planner_manifest_icons",
      "community": 92,
      "norm_label": "icons"
    },
    {
      "label": "sw.js",
      "file_type": "code",
      "source_file": "tour-planner/sw.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tour_planner_sw",
      "community": 271,
      "norm_label": "sw.js"
    },
    {
      "label": "ASSETS",
      "file_type": "code",
      "source_file": "tour-planner/sw.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "tour_planner_sw_assets",
      "community": 271,
      "norm_label": "assets"
    },
    {
      "label": "capture.js",
      "file_type": "code",
      "source_file": "tutorials/portal-walkthrough/capture.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "portal_walkthrough_capture",
      "community": 80,
      "norm_label": "capture.js"
    },
    {
      "label": "{ chromium, devices }",
      "file_type": "code",
      "source_file": "tutorials/portal-walkthrough/capture.js",
      "source_location": "L4",
      "_origin": "ast",
      "id": "portal_walkthrough_capture_chromium_devices",
      "community": 80,
      "norm_label": "{ chromium, devices }"
    },
    {
      "label": "fs",
      "file_type": "code",
      "source_file": "tutorials/portal-walkthrough/capture.js",
      "source_location": "L5",
      "_origin": "ast",
      "id": "portal_walkthrough_capture_fs",
      "community": 80,
      "norm_label": "fs"
    },
    {
      "label": "path",
      "file_type": "code",
      "source_file": "tutorials/portal-walkthrough/capture.js",
      "source_location": "L6",
      "_origin": "ast",
      "id": "portal_walkthrough_capture_path",
      "community": 80,
      "norm_label": "path"
    },
    {
      "label": "OUT",
      "file_type": "code",
      "source_file": "tutorials/portal-walkthrough/capture.js",
      "source_location": "L9",
      "_origin": "ast",
      "id": "portal_walkthrough_capture_out",
      "community": 80,
      "norm_label": "out"
    },
    {
      "label": "shot()",
      "file_type": "code",
      "source_file": "tutorials/portal-walkthrough/capture.js",
      "source_location": "L18",
      "_origin": "ast",
      "id": "portal_walkthrough_capture_shot",
      "community": 80,
      "norm_label": "shot()"
    },
    {
      "label": "injectSupervisor()",
      "file_type": "code",
      "source_file": "tutorials/portal-walkthrough/capture.js",
      "source_location": "L24",
      "_origin": "ast",
      "id": "portal_walkthrough_capture_injectsupervisor",
      "community": 80,
      "norm_label": "injectsupervisor()"
    },
    {
      "label": "captureCounters()",
      "file_type": "code",
      "source_file": "tutorials/portal-walkthrough/capture.js",
      "source_location": "L33",
      "_origin": "ast",
      "id": "portal_walkthrough_capture_capturecounters",
      "community": 80,
      "norm_label": "capturecounters()"
    },
    {
      "label": "captureClientPortal()",
      "file_type": "code",
      "source_file": "tutorials/portal-walkthrough/capture.js",
      "source_location": "L133",
      "_origin": "ast",
      "id": "portal_walkthrough_capture_captureclientportal",
      "community": 80,
      "norm_label": "captureclientportal()"
    },
    {
      "label": "test_pump_ocr.py",
      "file_type": "code",
      "source_file": "uploads/test_pump_ocr.py",
      "source_location": "L1",
      "_origin": "ast",
      "id": "uploads_test_pump_ocr",
      "community": 227,
      "norm_label": "test_pump_ocr.py"
    },
    {
      "label": "call_gemini()",
      "file_type": "code",
      "source_file": "uploads/test_pump_ocr.py",
      "source_location": "L40",
      "_origin": "ast",
      "id": "uploads_test_pump_ocr_call_gemini",
      "community": 227,
      "norm_label": "call_gemini()"
    },
    {
      "label": "compare()",
      "file_type": "code",
      "source_file": "uploads/test_pump_ocr.py",
      "source_location": "L60",
      "_origin": "ast",
      "id": "uploads_test_pump_ocr_compare",
      "community": 227,
      "norm_label": "compare()"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "vehicle/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "vehicle_manifest",
      "community": 74,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "vehicle/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "vehicle_manifest_name",
      "community": 74,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "vehicle/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "vehicle_manifest_short_name",
      "community": 74,
      "norm_label": "short_name"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "vehicle/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "vehicle_manifest_description",
      "community": 74,
      "norm_label": "description"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "vehicle/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "vehicle_manifest_start_url",
      "community": 74,
      "norm_label": "start_url"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "vehicle/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "vehicle_manifest_display",
      "community": 74,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "vehicle/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "vehicle_manifest_background_color",
      "community": 74,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "vehicle/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "vehicle_manifest_theme_color",
      "community": 74,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "vehicle/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "vehicle_manifest_orientation",
      "community": 74,
      "norm_label": "orientation"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "vehicle/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "vehicle_manifest_icons",
      "community": 74,
      "norm_label": "icons"
    },
    {
      "label": "sw.js",
      "file_type": "code",
      "source_file": "vehicle/sw.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "vehicle_sw",
      "community": 273,
      "norm_label": "sw.js"
    },
    {
      "label": "ASSETS",
      "file_type": "code",
      "source_file": "vehicle/sw.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "vehicle_sw_assets",
      "community": 273,
      "norm_label": "assets"
    },
    {
      "label": "manifest.json",
      "file_type": "code",
      "source_file": "vrs/manifest.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "vrs_manifest",
      "community": 76,
      "norm_label": "manifest.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "vrs/manifest.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "vrs_manifest_name",
      "community": 76,
      "norm_label": "name"
    },
    {
      "label": "short_name",
      "file_type": "code",
      "source_file": "vrs/manifest.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "vrs_manifest_short_name",
      "community": 76,
      "norm_label": "short_name"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "vrs/manifest.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "vrs_manifest_description",
      "community": 76,
      "norm_label": "description"
    },
    {
      "label": "start_url",
      "file_type": "code",
      "source_file": "vrs/manifest.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "vrs_manifest_start_url",
      "community": 76,
      "norm_label": "start_url"
    },
    {
      "label": "display",
      "file_type": "code",
      "source_file": "vrs/manifest.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "vrs_manifest_display",
      "community": 76,
      "norm_label": "display"
    },
    {
      "label": "background_color",
      "file_type": "code",
      "source_file": "vrs/manifest.json",
      "source_location": "L7",
      "_origin": "ast",
      "id": "vrs_manifest_background_color",
      "community": 76,
      "norm_label": "background_color"
    },
    {
      "label": "theme_color",
      "file_type": "code",
      "source_file": "vrs/manifest.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "vrs_manifest_theme_color",
      "community": 76,
      "norm_label": "theme_color"
    },
    {
      "label": "orientation",
      "file_type": "code",
      "source_file": "vrs/manifest.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "vrs_manifest_orientation",
      "community": 76,
      "norm_label": "orientation"
    },
    {
      "label": "icons",
      "file_type": "code",
      "source_file": "vrs/manifest.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "vrs_manifest_icons",
      "community": 76,
      "norm_label": "icons"
    },
    {
      "label": "sw.js",
      "file_type": "code",
      "source_file": "vrs/sw.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "vrs_sw",
      "community": 274,
      "norm_label": "sw.js"
    },
    {
      "label": "ASSETS",
      "file_type": "code",
      "source_file": "vrs/sw.js",
      "source_location": "L2",
      "_origin": "ast",
      "id": "vrs_sw_assets",
      "community": 274,
      "norm_label": "assets"
    },
    {
      "label": "install.sh",
      "file_type": "code",
      "source_file": "walkthroughs/install.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "file"
      },
      "_origin": "ast",
      "id": "walkthroughs_install",
      "community": 99,
      "norm_label": "install.sh"
    },
    {
      "label": "install.sh script",
      "file_type": "code",
      "source_file": "walkthroughs/install.sh",
      "source_location": "L1",
      "metadata": {
        "language": "bash",
        "kind": "bash_entrypoint"
      },
      "_origin": "ast",
      "id": "var_www_360lm_walkthroughs_install_sh__entry",
      "community": 99,
      "norm_label": "install.sh script"
    },
    {
      "label": "say()",
      "file_type": "code",
      "source_file": "walkthroughs/install.sh",
      "source_location": "L13",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "id": "walkthroughs_install_say",
      "community": 99,
      "norm_label": "say()"
    },
    {
      "label": "ok()",
      "file_type": "code",
      "source_file": "walkthroughs/install.sh",
      "source_location": "L14",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "id": "walkthroughs_install_ok",
      "community": 99,
      "norm_label": "ok()"
    },
    {
      "label": "warn()",
      "file_type": "code",
      "source_file": "walkthroughs/install.sh",
      "source_location": "L15",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "id": "walkthroughs_install_warn",
      "community": 99,
      "norm_label": "warn()"
    },
    {
      "label": "err()",
      "file_type": "code",
      "source_file": "walkthroughs/install.sh",
      "source_location": "L16",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "id": "walkthroughs_install_err",
      "community": 99,
      "norm_label": "err()"
    },
    {
      "label": "die()",
      "file_type": "code",
      "source_file": "walkthroughs/install.sh",
      "source_location": "L17",
      "metadata": {
        "language": "bash",
        "kind": "bash_function"
      },
      "_origin": "ast",
      "id": "walkthroughs_install_die",
      "community": 99,
      "norm_label": "die()"
    },
    {
      "label": "hud.js",
      "file_type": "code",
      "source_file": "walkthroughs/lib/hud.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "lib_hud",
      "community": 1,
      "norm_label": "hud.js"
    },
    {
      "label": "runner.js",
      "file_type": "code",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "lib_runner",
      "community": 1,
      "norm_label": "runner.js"
    },
    {
      "label": "{ chromium }",
      "file_type": "code",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L12",
      "_origin": "ast",
      "id": "lib_runner_chromium",
      "community": 1,
      "norm_label": "{ chromium }"
    },
    {
      "label": "path",
      "file_type": "code",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L13",
      "_origin": "ast",
      "id": "lib_runner_path",
      "community": 1,
      "norm_label": "path"
    },
    {
      "label": "fs",
      "file_type": "code",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L14",
      "_origin": "ast",
      "id": "lib_runner_fs",
      "community": 1,
      "norm_label": "fs"
    },
    {
      "label": "os",
      "file_type": "code",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L15",
      "_origin": "ast",
      "id": "lib_runner_os",
      "community": 1,
      "norm_label": "os"
    },
    {
      "label": "{ HUD_SCRIPT }",
      "file_type": "code",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L16",
      "_origin": "ast",
      "id": "lib_runner_hud_script",
      "community": 1,
      "norm_label": "{ hud_script }"
    },
    {
      "label": "STATE_DIR",
      "file_type": "code",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L18",
      "_origin": "ast",
      "id": "lib_runner_state_dir",
      "community": 1,
      "norm_label": "state_dir"
    },
    {
      "label": "PROFILE_DIR",
      "file_type": "code",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L19",
      "_origin": "ast",
      "id": "lib_runner_profile_dir",
      "community": 1,
      "norm_label": "profile_dir"
    },
    {
      "label": "ensureDir()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L21",
      "_origin": "ast",
      "id": "lib_runner_ensuredir",
      "community": 1,
      "norm_label": "ensuredir()"
    },
    {
      "label": "WalkthroughRunner",
      "file_type": "code",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L23",
      "_origin": "ast",
      "id": "lib_runner_walkthroughrunner",
      "community": 1,
      "norm_label": "walkthroughrunner"
    },
    {
      "label": ".constructor()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L24",
      "_origin": "ast",
      "id": "lib_runner_walkthroughrunner_constructor",
      "community": 1,
      "norm_label": ".constructor()"
    },
    {
      "label": ".step()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L35",
      "_origin": "ast",
      "id": "lib_runner_walkthroughrunner_step",
      "community": 1,
      "norm_label": ".step()"
    },
    {
      "label": "._loadState()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L37",
      "_origin": "ast",
      "id": "lib_runner_walkthroughrunner_loadstate",
      "community": 1,
      "norm_label": "._loadstate()"
    },
    {
      "label": "._saveState()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L41",
      "_origin": "ast",
      "id": "lib_runner_walkthroughrunner_savestate",
      "community": 1,
      "norm_label": "._savestate()"
    },
    {
      "label": "._injectHud()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L43",
      "_origin": "ast",
      "id": "lib_runner_walkthroughrunner_injecthud",
      "community": 1,
      "norm_label": "._injecthud()"
    },
    {
      "label": "._showProgress()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L47",
      "_origin": "ast",
      "id": "lib_runner_walkthroughrunner_showprogress",
      "community": 1,
      "norm_label": "._showprogress()"
    },
    {
      "label": ".say()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L51",
      "_origin": "ast",
      "id": "lib_runner_walkthroughrunner_say",
      "community": 1,
      "norm_label": ".say()"
    },
    {
      "label": ".pause()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L56",
      "_origin": "ast",
      "id": "lib_runner_walkthroughrunner_pause",
      "community": 1,
      "norm_label": ".pause()"
    },
    {
      "label": ".run()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L74",
      "_origin": "ast",
      "id": "lib_runner_walkthroughrunner_run",
      "community": 1,
      "norm_label": ".run()"
    },
    {
      "label": ".reset()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L133",
      "_origin": "ast",
      "id": "lib_runner_walkthroughrunner_reset",
      "community": 1,
      "norm_label": ".reset()"
    },
    {
      "label": "escapeHtml()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L139",
      "_origin": "ast",
      "id": "lib_runner_escapehtml",
      "community": 1,
      "norm_label": "escapehtml()"
    },
    {
      "label": "vps-ops.js",
      "file_type": "code",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "lib_vps_ops",
      "community": 1,
      "norm_label": "vps-ops.js"
    },
    {
      "label": "{ spawnSync }",
      "file_type": "code",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L4",
      "_origin": "ast",
      "id": "lib_vps_ops_spawnsync",
      "community": 1,
      "norm_label": "{ spawnsync }"
    },
    {
      "label": "https",
      "file_type": "code",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L5",
      "_origin": "ast",
      "id": "lib_vps_ops_https",
      "community": 1,
      "norm_label": "https"
    },
    {
      "label": "sshRun()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L10",
      "_origin": "ast",
      "id": "lib_vps_ops_sshrun",
      "community": 1,
      "norm_label": "sshrun()"
    },
    {
      "label": "dig()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L18",
      "_origin": "ast",
      "id": "lib_vps_ops_dig",
      "community": 1,
      "norm_label": "dig()"
    },
    {
      "label": "dockerLogs()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L26",
      "_origin": "ast",
      "id": "lib_vps_ops_dockerlogs",
      "community": 1,
      "norm_label": "dockerlogs()"
    },
    {
      "label": "dockerRecreate()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L30",
      "_origin": "ast",
      "id": "lib_vps_ops_dockerrecreate",
      "community": 1,
      "norm_label": "dockerrecreate()"
    },
    {
      "label": "psqlQuery()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L34",
      "_origin": "ast",
      "id": "lib_vps_ops_psqlquery",
      "community": 1,
      "norm_label": "psqlquery()"
    },
    {
      "label": "envHas()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L40",
      "_origin": "ast",
      "id": "lib_vps_ops_envhas",
      "community": 1,
      "norm_label": "envhas()"
    },
    {
      "label": "envSet()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L45",
      "_origin": "ast",
      "id": "lib_vps_ops_envset",
      "community": 1,
      "norm_label": "envset()"
    },
    {
      "label": "brevoApi()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L52",
      "_origin": "ast",
      "id": "lib_vps_ops_brevoapi",
      "community": 1,
      "norm_label": "brevoapi()"
    },
    {
      "label": "brevoDomain()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L74",
      "_origin": "ast",
      "id": "lib_vps_ops_brevodomain",
      "community": 1,
      "norm_label": "brevodomain()"
    },
    {
      "label": "brevoAuthenticate()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L78",
      "_origin": "ast",
      "id": "lib_vps_ops_brevoauthenticate",
      "community": 1,
      "norm_label": "brevoauthenticate()"
    },
    {
      "label": "brevoSendSmoke()",
      "file_type": "code",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L82",
      "_origin": "ast",
      "id": "lib_vps_ops_brevosendsmoke",
      "community": 1,
      "norm_label": "brevosendsmoke()"
    },
    {
      "label": "package.json",
      "file_type": "code",
      "source_file": "walkthroughs/package.json",
      "source_location": "L1",
      "_origin": "ast",
      "id": "walkthroughs_package",
      "community": 36,
      "norm_label": "package.json"
    },
    {
      "label": "name",
      "file_type": "code",
      "source_file": "walkthroughs/package.json",
      "source_location": "L2",
      "_origin": "ast",
      "id": "walkthroughs_package_name",
      "community": 36,
      "norm_label": "name"
    },
    {
      "label": "version",
      "file_type": "code",
      "source_file": "walkthroughs/package.json",
      "source_location": "L3",
      "_origin": "ast",
      "id": "walkthroughs_package_version",
      "community": 36,
      "norm_label": "version"
    },
    {
      "label": "description",
      "file_type": "code",
      "source_file": "walkthroughs/package.json",
      "source_location": "L4",
      "_origin": "ast",
      "id": "walkthroughs_package_description",
      "community": 36,
      "norm_label": "description"
    },
    {
      "label": "bin",
      "file_type": "code",
      "source_file": "walkthroughs/package.json",
      "source_location": "L5",
      "_origin": "ast",
      "id": "walkthroughs_package_bin",
      "community": 36,
      "norm_label": "bin"
    },
    {
      "label": "walkthrough",
      "file_type": "code",
      "source_file": "walkthroughs/package.json",
      "source_location": "L6",
      "_origin": "ast",
      "id": "walkthroughs_package_bin_walkthrough",
      "community": 36,
      "norm_label": "walkthrough"
    },
    {
      "label": "scripts",
      "file_type": "code",
      "source_file": "walkthroughs/package.json",
      "source_location": "L8",
      "_origin": "ast",
      "id": "walkthroughs_package_scripts",
      "community": 36,
      "norm_label": "scripts"
    },
    {
      "label": "list",
      "file_type": "code",
      "source_file": "walkthroughs/package.json",
      "source_location": "L9",
      "_origin": "ast",
      "id": "walkthroughs_package_scripts_list",
      "community": 36,
      "norm_label": "list"
    },
    {
      "label": "update",
      "file_type": "code",
      "source_file": "walkthroughs/package.json",
      "source_location": "L10",
      "_origin": "ast",
      "id": "walkthroughs_package_scripts_update",
      "community": 36,
      "norm_label": "update"
    },
    {
      "label": "dependencies",
      "file_type": "code",
      "source_file": "walkthroughs/package.json",
      "source_location": "L12",
      "_origin": "ast",
      "id": "walkthroughs_package_dependencies",
      "community": 36,
      "norm_label": "dependencies"
    },
    {
      "label": "playwright",
      "file_type": "code",
      "source_file": "walkthroughs/package.json",
      "source_location": "L13",
      "_origin": "ast",
      "id": "walkthroughs_package_dependencies_playwright",
      "community": 36,
      "norm_label": "playwright"
    },
    {
      "label": "engines",
      "file_type": "code",
      "source_file": "walkthroughs/package.json",
      "source_location": "L15",
      "_origin": "ast",
      "id": "walkthroughs_package_engines",
      "community": 36,
      "norm_label": "engines"
    },
    {
      "label": "node",
      "file_type": "code",
      "source_file": "walkthroughs/package.json",
      "source_location": "L16",
      "_origin": "ast",
      "id": "walkthroughs_package_engines_node",
      "community": 36,
      "norm_label": "node"
    },
    {
      "label": "license",
      "file_type": "code",
      "source_file": "walkthroughs/package.json",
      "source_location": "L18",
      "_origin": "ast",
      "id": "walkthroughs_package_license",
      "community": 36,
      "norm_label": "license"
    },
    {
      "label": "brevo_domain_auth.js",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "scripts_brevo_domain_auth",
      "community": 1,
      "norm_label": "brevo_domain_auth.js"
    },
    {
      "label": "{ WalkthroughRunner }",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L9",
      "_origin": "ast",
      "id": "scripts_brevo_domain_auth_walkthroughrunner",
      "community": 1,
      "norm_label": "{ walkthroughrunner }"
    },
    {
      "label": "{ dig, brevoDomain, brevoAuthenticate, envSet, dockerRecreate, dockerLogs, psqlQuery }",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L10",
      "_origin": "ast",
      "id": "scripts_brevo_domain_auth_dig_brevodomain_brevoauthenticate_envset_dockerrecreate_dockerlogs_psqlquery",
      "community": 1,
      "norm_label": "{ dig, brevodomain, brevoauthenticate, envset, dockerrecreate, dockerlogs, psqlquery }"
    },
    {
      "label": "b64()",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L21",
      "_origin": "ast",
      "id": "scripts_brevo_domain_auth_b64",
      "community": 1,
      "norm_label": "b64()"
    },
    {
      "label": "copyBlock()",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L23",
      "_origin": "ast",
      "id": "scripts_brevo_domain_auth_copyblock",
      "community": 1,
      "norm_label": "copyblock()"
    },
    {
      "label": "escapeHtml()",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L34",
      "_origin": "ast",
      "id": "scripts_brevo_domain_auth_escapehtml",
      "community": 1,
      "norm_label": "escapehtml()"
    },
    {
      "label": "sleep()",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L35",
      "_origin": "ast",
      "id": "scripts_brevo_domain_auth_sleep",
      "community": 1,
      "norm_label": "sleep()"
    },
    {
      "label": "recsSummary()",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L37",
      "_origin": "ast",
      "id": "scripts_brevo_domain_auth_recssummary",
      "community": 1,
      "norm_label": "recssummary()"
    },
    {
      "label": "w",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L46",
      "_origin": "ast",
      "id": "scripts_brevo_domain_auth_w",
      "community": 1,
      "norm_label": "w"
    },
    {
      "label": "pasteAndVerify()",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L83",
      "_origin": "ast",
      "id": "scripts_brevo_domain_auth_pasteandverify",
      "community": 1,
      "norm_label": "pasteandverify()"
    },
    {
      "label": "custodian_tour.js",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "scripts_custodian_tour",
      "community": 1,
      "norm_label": "custodian_tour.js"
    },
    {
      "label": "path",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L13",
      "_origin": "ast",
      "id": "scripts_custodian_tour_path",
      "community": 1,
      "norm_label": "path"
    },
    {
      "label": "fs",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L14",
      "_origin": "ast",
      "id": "scripts_custodian_tour_fs",
      "community": 1,
      "norm_label": "fs"
    },
    {
      "label": "os",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L15",
      "_origin": "ast",
      "id": "scripts_custodian_tour_os",
      "community": 1,
      "norm_label": "os"
    },
    {
      "label": "{ WalkthroughRunner, STATE_DIR }",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L16",
      "_origin": "ast",
      "id": "scripts_custodian_tour_walkthroughrunner_state_dir",
      "community": 1,
      "norm_label": "{ walkthroughrunner, state_dir }"
    },
    {
      "label": "{ psqlQuery }",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L17",
      "_origin": "ast",
      "id": "scripts_custodian_tour_psqlquery",
      "community": 1,
      "norm_label": "{ psqlquery }"
    },
    {
      "label": "SHOTS_DIR",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L21",
      "_origin": "ast",
      "id": "scripts_custodian_tour_shots_dir",
      "community": 1,
      "norm_label": "shots_dir"
    },
    {
      "label": "sleep()",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L23",
      "_origin": "ast",
      "id": "scripts_custodian_tour_sleep",
      "community": 1,
      "norm_label": "sleep()"
    },
    {
      "label": "escHtml()",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L24",
      "_origin": "ast",
      "id": "scripts_custodian_tour_eschtml",
      "community": 1,
      "norm_label": "eschtml()"
    },
    {
      "label": "w",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L26",
      "_origin": "ast",
      "id": "scripts_custodian_tour_w",
      "community": 1,
      "norm_label": "w"
    },
    {
      "label": "hello.js",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/hello.js",
      "source_location": "L1",
      "_origin": "ast",
      "id": "scripts_hello",
      "community": 1,
      "norm_label": "hello.js"
    },
    {
      "label": "{ WalkthroughRunner }",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/hello.js",
      "source_location": "L3",
      "_origin": "ast",
      "id": "scripts_hello_walkthroughrunner",
      "community": 1,
      "norm_label": "{ walkthroughrunner }"
    },
    {
      "label": "w",
      "file_type": "code",
      "source_file": "walkthroughs/scripts/hello.js",
      "source_location": "L4",
      "_origin": "ast",
      "id": "scripts_hello_w",
      "community": 1,
      "norm_label": "w"
    },
    {
      "label": "adr-generator.md",
      "file_type": "document",
      "source_file": ".claude/agents/adr-generator.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "agents_adr_generator",
      "community": 340,
      "norm_label": "adr-generator.md"
    },
    {
      "label": "What I do",
      "file_type": "document",
      "source_file": ".claude/agents/adr-generator.md",
      "source_location": "L8",
      "_origin": "ast",
      "id": "agents_adr_generator_what_i_do",
      "community": 340,
      "norm_label": "what i do"
    },
    {
      "label": "When to call me",
      "file_type": "document",
      "source_file": ".claude/agents/adr-generator.md",
      "source_location": "L20",
      "_origin": "ast",
      "id": "agents_adr_generator_when_to_call_me",
      "community": 340,
      "norm_label": "when to call me"
    },
    {
      "label": "What I need from you",
      "file_type": "document",
      "source_file": ".claude/agents/adr-generator.md",
      "source_location": "L32",
      "_origin": "ast",
      "id": "agents_adr_generator_what_i_need_from_you",
      "community": 340,
      "norm_label": "what i need from you"
    },
    {
      "label": "What happens next",
      "file_type": "document",
      "source_file": ".claude/agents/adr-generator.md",
      "source_location": "L44",
      "_origin": "ast",
      "id": "agents_adr_generator_what_happens_next",
      "community": 340,
      "norm_label": "what happens next"
    },
    {
      "label": "software-architect.md",
      "file_type": "document",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "agents_software_architect",
      "community": 19,
      "norm_label": "software-architect.md"
    },
    {
      "label": "Your Core Responsibilities",
      "file_type": "document",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L11",
      "_origin": "ast",
      "id": "agents_software_architect_your_core_responsibilities",
      "community": 19,
      "norm_label": "your core responsibilities"
    },
    {
      "label": "Project Context You Must Know",
      "file_type": "document",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L19",
      "_origin": "ast",
      "id": "agents_software_architect_project_context_you_must_know",
      "community": 19,
      "norm_label": "project context you must know"
    },
    {
      "label": "Architectural Methodology",
      "file_type": "document",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L29",
      "_origin": "ast",
      "id": "agents_software_architect_architectural_methodology",
      "community": 19,
      "norm_label": "architectural methodology"
    },
    {
      "label": "Before Designing Anything",
      "file_type": "document",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L31",
      "_origin": "ast",
      "id": "agents_software_architect_before_designing_anything",
      "community": 19,
      "norm_label": "before designing anything"
    },
    {
      "label": "Design Process",
      "file_type": "document",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L37",
      "_origin": "ast",
      "id": "agents_software_architect_design_process",
      "community": 19,
      "norm_label": "design process"
    },
    {
      "label": "Output Structure for Architectural Designs",
      "file_type": "document",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L45",
      "_origin": "ast",
      "id": "agents_software_architect_output_structure_for_architectural_designs",
      "community": 19,
      "norm_label": "output structure for architectural designs"
    },
    {
      "label": "Design Principles You Enforce",
      "file_type": "document",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L62",
      "_origin": "ast",
      "id": "agents_software_architect_design_principles_you_enforce",
      "community": 19,
      "norm_label": "design principles you enforce"
    },
    {
      "label": "Self-Verification Checklist",
      "file_type": "document",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L71",
      "_origin": "ast",
      "id": "agents_software_architect_self_verification_checklist",
      "community": 19,
      "norm_label": "self-verification checklist"
    },
    {
      "label": "Escalation Behaviour",
      "file_type": "document",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L81",
      "_origin": "ast",
      "id": "agents_software_architect_escalation_behaviour",
      "community": 19,
      "norm_label": "escalation behaviour"
    },
    {
      "label": "Memory Updates",
      "file_type": "document",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L86",
      "_origin": "ast",
      "id": "agents_software_architect_memory_updates",
      "community": 19,
      "norm_label": "memory updates"
    },
    {
      "label": "Persistent Agent Memory",
      "file_type": "document",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L100",
      "_origin": "ast",
      "id": "agents_software_architect_persistent_agent_memory",
      "community": 19,
      "norm_label": "persistent agent memory"
    },
    {
      "label": "Types of memory",
      "file_type": "document",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L108",
      "_origin": "ast",
      "id": "agents_software_architect_types_of_memory",
      "community": 19,
      "norm_label": "types of memory"
    },
    {
      "label": "What NOT to save in memory",
      "file_type": "document",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L172",
      "_origin": "ast",
      "id": "agents_software_architect_what_not_to_save_in_memory",
      "community": 19,
      "norm_label": "what not to save in memory"
    },
    {
      "label": "How to save memories",
      "file_type": "document",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L182",
      "_origin": "ast",
      "id": "agents_software_architect_how_to_save_memories",
      "community": 19,
      "norm_label": "how to save memories"
    },
    {
      "label": "When to access memories",
      "file_type": "document",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L209",
      "_origin": "ast",
      "id": "agents_software_architect_when_to_access_memories",
      "community": 19,
      "norm_label": "when to access memories"
    },
    {
      "label": "Before recommending from memory",
      "file_type": "document",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L215",
      "_origin": "ast",
      "id": "agents_software_architect_before_recommending_from_memory",
      "community": 19,
      "norm_label": "before recommending from memory"
    },
    {
      "label": "Memory and other forms of persistence",
      "file_type": "document",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L227",
      "_origin": "ast",
      "id": "agents_software_architect_memory_and_other_forms_of_persistence",
      "community": 19,
      "norm_label": "memory and other forms of persistence"
    },
    {
      "label": "MEMORY.md",
      "file_type": "document",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L234",
      "_origin": "ast",
      "id": "agents_software_architect_memory_md",
      "community": 19,
      "norm_label": "memory.md"
    },
    {
      "label": "excel_to_counters.md",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "commands_excel_to_counters",
      "community": 9,
      "norm_label": "excel_to_counters.md"
    },
    {
      "label": "Skill: excel_to_counters",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "commands_excel_to_counters_skill_excel_to_counters",
      "community": 9,
      "norm_label": "skill: excel_to_counters"
    },
    {
      "label": "INTERACTIVE PIPELINE (when invoked as a slash command)",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L10",
      "_origin": "ast",
      "id": "commands_excel_to_counters_interactive_pipeline_when_invoked_as_a_slash_command",
      "community": 9,
      "norm_label": "interactive pipeline (when invoked as a slash command)"
    },
    {
      "label": "Stage 0 \u2014 Get File",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "commands_excel_to_counters_stage_0_get_file",
      "community": 9,
      "norm_label": "stage 0 \u2014 get file"
    },
    {
      "label": "Stage 1 \u2014 Parse Excel",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L20",
      "_origin": "ast",
      "id": "commands_excel_to_counters_stage_1_parse_excel",
      "community": 9,
      "norm_label": "stage 1 \u2014 parse excel"
    },
    {
      "label": "Stage 2 \u2014 Confirm Batch Metadata",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L41",
      "_origin": "ast",
      "id": "commands_excel_to_counters_stage_2_confirm_batch_metadata",
      "community": 9,
      "norm_label": "stage 2 \u2014 confirm batch metadata"
    },
    {
      "label": "Stage 3 \u2014 Normalize Rows (AI extraction + Google MCP geocoding)",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L58",
      "_origin": "ast",
      "id": "commands_excel_to_counters_stage_3_normalize_rows_ai_extraction_google_mcp_geocoding",
      "community": 9,
      "norm_label": "stage 3 \u2014 normalize rows (ai extraction + google mcp geocoding)"
    },
    {
      "label": "Stage 4 \u2014 Human-in-Loop for Ambiguous Rows",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L77",
      "_origin": "ast",
      "id": "commands_excel_to_counters_stage_4_human_in_loop_for_ambiguous_rows",
      "community": 9,
      "norm_label": "stage 4 \u2014 human-in-loop for ambiguous rows"
    },
    {
      "label": "Stage 5 \u2014 Write Output",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L97",
      "_origin": "ast",
      "id": "commands_excel_to_counters_stage_5_write_output",
      "community": 9,
      "norm_label": "stage 5 \u2014 write output"
    },
    {
      "label": "NORMALIZATION RULES",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L121",
      "_origin": "ast",
      "id": "commands_excel_to_counters_normalization_rules",
      "community": 9,
      "norm_label": "normalization rules"
    },
    {
      "label": "R1 \u2014 Header Row Detection",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L124",
      "_origin": "ast",
      "id": "commands_excel_to_counters_r1_header_row_detection",
      "community": 9,
      "norm_label": "r1 \u2014 header row detection"
    },
    {
      "label": "R2 \u2014 C/o Pattern (Name + Contact splitting)",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L127",
      "_origin": "ast",
      "id": "commands_excel_to_counters_r2_c_o_pattern_name_contact_splitting",
      "community": 9,
      "norm_label": "r2 \u2014 c/o pattern (name + contact splitting)"
    },
    {
      "label": "R3 \u2014 Name + Address Merged (`\\n`-delimited)",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L137",
      "_origin": "ast",
      "id": "commands_excel_to_counters_r3_name_address_merged_n_delimited",
      "community": 9,
      "norm_label": "r3 \u2014 name + address merged (`\\n`-delimited)"
    },
    {
      "label": "R4 \u2014 City Extraction from Address",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L143",
      "_origin": "ast",
      "id": "commands_excel_to_counters_r4_city_extraction_from_address",
      "community": 9,
      "norm_label": "r4 \u2014 city extraction from address"
    },
    {
      "label": "R5 \u2014 Pincode Extraction from Address",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L152",
      "_origin": "ast",
      "id": "commands_excel_to_counters_r5_pincode_extraction_from_address",
      "community": 9,
      "norm_label": "r5 \u2014 pincode extraction from address"
    },
    {
      "label": "R6 \u2014 Phone Normalisation",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L159",
      "_origin": "ast",
      "id": "commands_excel_to_counters_r6_phone_normalisation",
      "community": 9,
      "norm_label": "r6 \u2014 phone normalisation"
    },
    {
      "label": "R7 \u2014 GSTIN Validation",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L164",
      "_origin": "ast",
      "id": "commands_excel_to_counters_r7_gstin_validation",
      "community": 9,
      "norm_label": "r7 \u2014 gstin validation"
    },
    {
      "label": "R8 \u2014 Duplicate Detection",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L167",
      "_origin": "ast",
      "id": "commands_excel_to_counters_r8_duplicate_detection",
      "community": 9,
      "norm_label": "r8 \u2014 duplicate detection"
    },
    {
      "label": "R9 \u2014 State from Batch Metadata",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L170",
      "_origin": "ast",
      "id": "commands_excel_to_counters_r9_state_from_batch_metadata",
      "community": 9,
      "norm_label": "r9 \u2014 state from batch metadata"
    },
    {
      "label": "R10 \u2014 Minimum Viable Row",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L173",
      "_origin": "ast",
      "id": "commands_excel_to_counters_r10_minimum_viable_row",
      "community": 9,
      "norm_label": "r10 \u2014 minimum viable row"
    },
    {
      "label": "AMBIGUITY HANDLING (when to flag for human confirmation)",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L184",
      "_origin": "ast",
      "id": "commands_excel_to_counters_ambiguity_handling_when_to_flag_for_human_confirmation",
      "community": 9,
      "norm_label": "ambiguity handling (when to flag for human confirmation)"
    },
    {
      "label": "API MODE \u2014 JSON IN / JSON OUT",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L196",
      "_origin": "ast",
      "id": "commands_excel_to_counters_api_mode_json_in_json_out",
      "community": 9,
      "norm_label": "api mode \u2014 json in / json out"
    },
    {
      "label": "Input format \u2014 RAW ROWS (preferred, column auto-detection)",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L199",
      "_origin": "ast",
      "id": "commands_excel_to_counters_input_format_raw_rows_preferred_column_auto_detection",
      "community": 9,
      "norm_label": "input format \u2014 raw rows (preferred, column auto-detection)"
    },
    {
      "label": "Input format \u2014 PRE-MAPPED ROWS (legacy, still accepted)",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L246",
      "_origin": "ast",
      "id": "commands_excel_to_counters_input_format_pre_mapped_rows_legacy_still_accepted",
      "community": 9,
      "norm_label": "input format \u2014 pre-mapped rows (legacy, still accepted)"
    },
    {
      "label": "Output format",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L264",
      "_origin": "ast",
      "id": "commands_excel_to_counters_output_format",
      "community": 9,
      "norm_label": "output format"
    },
    {
      "label": "OUTPUT SCHEMA REFERENCE (Counter Management CSV v2)",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L317",
      "_origin": "ast",
      "id": "commands_excel_to_counters_output_schema_reference_counter_management_csv_v2",
      "community": 9,
      "norm_label": "output schema reference (counter management csv v2)"
    },
    {
      "label": "DEMO RUN (to test the skill on sample files)",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L345",
      "_origin": "ast",
      "id": "commands_excel_to_counters_demo_run_to_test_the_skill_on_sample_files",
      "community": 9,
      "norm_label": "demo run (to test the skill on sample files)"
    },
    {
      "label": "ponytail-audit.md",
      "file_type": "document",
      "source_file": ".claude/commands/ponytail-audit.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "commands_ponytail_audit",
      "community": 331,
      "norm_label": "ponytail-audit.md"
    },
    {
      "label": "ponytail-debt.md",
      "file_type": "document",
      "source_file": ".claude/commands/ponytail-debt.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "commands_ponytail_debt",
      "community": 332,
      "norm_label": "ponytail-debt.md"
    },
    {
      "label": "ponytail-gain.md",
      "file_type": "document",
      "source_file": ".claude/commands/ponytail-gain.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "commands_ponytail_gain",
      "community": 333,
      "norm_label": "ponytail-gain.md"
    },
    {
      "label": "ponytail-help.md",
      "file_type": "document",
      "source_file": ".claude/commands/ponytail-help.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "commands_ponytail_help",
      "community": 334,
      "norm_label": "ponytail-help.md"
    },
    {
      "label": "ponytail-review.md",
      "file_type": "document",
      "source_file": ".claude/commands/ponytail-review.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "commands_ponytail_review",
      "community": 335,
      "norm_label": "ponytail-review.md"
    },
    {
      "label": "ponytail.md",
      "file_type": "document",
      "source_file": ".claude/commands/ponytail.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "commands_ponytail",
      "community": 330,
      "norm_label": "ponytail.md"
    },
    {
      "label": "vcc.md",
      "file_type": "document",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "commands_vcc",
      "community": 14,
      "norm_label": "vcc.md"
    },
    {
      "label": "VCC Pre-Build Checklist",
      "file_type": "document",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "commands_vcc_vcc_pre_build_checklist",
      "community": 14,
      "norm_label": "vcc pre-build checklist"
    },
    {
      "label": "A. PostgREST RPCs",
      "file_type": "document",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "commands_vcc_a_postgrest_rpcs",
      "community": 14,
      "norm_label": "a. postgrest rpcs"
    },
    {
      "label": "B. DB Objects (tables / views / columns / functions)",
      "file_type": "document",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "commands_vcc_b_db_objects_tables_views_columns_functions",
      "community": 14,
      "norm_label": "b. db objects (tables / views / columns / functions)"
    },
    {
      "label": "C. JS \u2194 DB Value Comparison",
      "file_type": "document",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L19",
      "_origin": "ast",
      "id": "commands_vcc_c_js_db_value_comparison",
      "community": 14,
      "norm_label": "c. js \u2194 db value comparison"
    },
    {
      "label": "D. Derived / Dependent Columns",
      "file_type": "document",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L23",
      "_origin": "ast",
      "id": "commands_vcc_d_derived_dependent_columns",
      "community": 14,
      "norm_label": "d. derived / dependent columns"
    },
    {
      "label": "E. SW Cache Version",
      "file_type": "document",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L27",
      "_origin": "ast",
      "id": "commands_vcc_e_sw_cache_version",
      "community": 14,
      "norm_label": "e. sw cache version"
    },
    {
      "label": "F. DOM \u2194 JS References",
      "file_type": "document",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L31",
      "_origin": "ast",
      "id": "commands_vcc_f_dom_js_references",
      "community": 14,
      "norm_label": "f. dom \u2194 js references"
    },
    {
      "label": "G. CSS Visibility Defaults",
      "file_type": "document",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L35",
      "_origin": "ast",
      "id": "commands_vcc_g_css_visibility_defaults",
      "community": 14,
      "norm_label": "g. css visibility defaults"
    },
    {
      "label": "H. PostgREST PATCH / POST / DELETE",
      "file_type": "document",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L39",
      "_origin": "ast",
      "id": "commands_vcc_h_postgrest_patch_post_delete",
      "community": 14,
      "norm_label": "h. postgrest patch / post / delete"
    },
    {
      "label": "I. Column Names in JS Queries",
      "file_type": "document",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L43",
      "_origin": "ast",
      "id": "commands_vcc_i_column_names_in_js_queries",
      "community": 14,
      "norm_label": "i. column names in js queries"
    },
    {
      "label": "J. Playwright Specs",
      "file_type": "document",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L48",
      "_origin": "ast",
      "id": "commands_vcc_j_playwright_specs",
      "community": 14,
      "norm_label": "j. playwright specs"
    },
    {
      "label": "K. Cross-PWA Safety",
      "file_type": "document",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L52",
      "_origin": "ast",
      "id": "commands_vcc_k_cross_pwa_safety",
      "community": 14,
      "norm_label": "k. cross-pwa safety"
    },
    {
      "label": "L. Timezone Display",
      "file_type": "document",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L55",
      "_origin": "ast",
      "id": "commands_vcc_l_timezone_display",
      "community": 14,
      "norm_label": "l. timezone display"
    },
    {
      "label": "M. Source-of-Truth Migration",
      "file_type": "document",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L58",
      "_origin": "ast",
      "id": "commands_vcc_m_source_of_truth_migration",
      "community": 14,
      "norm_label": "m. source-of-truth migration"
    },
    {
      "label": "N. OpenClaw (OC)",
      "file_type": "document",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L62",
      "_origin": "ast",
      "id": "commands_vcc_n_openclaw_oc",
      "community": 14,
      "norm_label": "n. openclaw (oc)"
    },
    {
      "label": "O. Gmail MCP",
      "file_type": "document",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L69",
      "_origin": "ast",
      "id": "commands_vcc_o_gmail_mcp",
      "community": 14,
      "norm_label": "o. gmail mcp"
    },
    {
      "label": "SKILL.md",
      "file_type": "document",
      "source_file": ".claude/skills/adr/SKILL.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "adr_skill",
      "community": 336,
      "norm_label": "skill.md"
    },
    {
      "label": "ADR Skill: Architecture Decision Record Management",
      "file_type": "document",
      "source_file": ".claude/skills/adr/SKILL.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "adr_skill_adr_skill_architecture_decision_record_management",
      "community": 336,
      "norm_label": "adr skill: architecture decision record management"
    },
    {
      "label": "Source: rvdbreemen/adr-kit (adapted for 360lm project)",
      "file_type": "document",
      "source_file": ".claude/skills/adr/SKILL.md",
      "source_location": "L2",
      "_origin": "ast",
      "id": "adr_skill_source_rvdbreemen_adr_kit_adapted_for_360lm_project",
      "community": 336,
      "norm_label": "source: rvdbreemen/adr-kit (adapted for 360lm project)"
    },
    {
      "label": "When to write an ADR",
      "file_type": "document",
      "source_file": ".claude/skills/adr/SKILL.md",
      "source_location": "L10",
      "_origin": "ast",
      "id": "adr_skill_when_to_write_an_adr",
      "community": 336,
      "norm_label": "when to write an adr"
    },
    {
      "label": "Anti-Rationalization Guards",
      "file_type": "document",
      "source_file": ".claude/skills/adr/SKILL.md",
      "source_location": "L23",
      "_origin": "ast",
      "id": "adr_skill_anti_rationalization_guards",
      "community": 336,
      "norm_label": "anti-rationalization guards"
    },
    {
      "label": "Verification Gates (must pass before Proposed \u2192 Accepted)",
      "file_type": "document",
      "source_file": ".claude/skills/adr/SKILL.md",
      "source_location": "L39",
      "_origin": "ast",
      "id": "adr_skill_verification_gates_must_pass_before_proposed_accepted",
      "community": 336,
      "norm_label": "verification gates (must pass before proposed \u2192 accepted)"
    },
    {
      "label": "Workflow",
      "file_type": "document",
      "source_file": ".claude/skills/adr/SKILL.md",
      "source_location": "L48",
      "_origin": "ast",
      "id": "adr_skill_workflow",
      "community": 336,
      "norm_label": "workflow"
    },
    {
      "label": "360lm-specific conventions",
      "file_type": "document",
      "source_file": ".claude/skills/adr/SKILL.md",
      "source_location": "L62",
      "_origin": "ast",
      "id": "adr_skill_360lm_specific_conventions",
      "community": 336,
      "norm_label": "360lm-specific conventions"
    },
    {
      "label": "Template structure (seven sections in order)",
      "file_type": "document",
      "source_file": ".claude/skills/adr/SKILL.md",
      "source_location": "L73",
      "_origin": "ast",
      "id": "adr_skill_template_structure_seven_sections_in_order",
      "community": 336,
      "norm_label": "template structure (seven sections in order)"
    },
    {
      "label": "Immutability rule",
      "file_type": "document",
      "source_file": ".claude/skills/adr/SKILL.md",
      "source_location": "L87",
      "_origin": "ast",
      "id": "adr_skill_immutability_rule",
      "community": 336,
      "norm_label": "immutability rule"
    },
    {
      "label": "Output",
      "file_type": "document",
      "source_file": ".claude/skills/adr/SKILL.md",
      "source_location": "L96",
      "_origin": "ast",
      "id": "adr_skill_output",
      "community": 336,
      "norm_label": "output"
    },
    {
      "label": "CLAUDE.md",
      "file_type": "document",
      "source_file": "CLAUDE.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "claude",
      "community": 100,
      "norm_label": "claude.md"
    },
    {
      "label": "MEMORY COMPACTION RULES",
      "file_type": "document",
      "source_file": "CLAUDE.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "claude_memory_compaction_rules",
      "community": 100,
      "norm_label": "memory compaction rules"
    },
    {
      "label": "PLAYWRIGHT TEST RUNNER",
      "file_type": "document",
      "source_file": "CLAUDE.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "claude_playwright_test_runner",
      "community": 100,
      "norm_label": "playwright test runner"
    },
    {
      "label": "Run Commands",
      "file_type": "document",
      "source_file": "CLAUDE.md",
      "source_location": "L19",
      "_origin": "ast",
      "id": "claude_run_commands",
      "community": 100,
      "norm_label": "run commands"
    },
    {
      "label": "Rules",
      "file_type": "document",
      "source_file": "CLAUDE.md",
      "source_location": "L30",
      "_origin": "ast",
      "id": "claude_rules",
      "community": 100,
      "norm_label": "rules"
    },
    {
      "label": "ponytail",
      "file_type": "document",
      "source_file": "CLAUDE.md",
      "source_location": "L37",
      "_origin": "ast",
      "id": "claude_ponytail",
      "community": 100,
      "norm_label": "ponytail"
    },
    {
      "label": "adr-kit",
      "file_type": "document",
      "source_file": "CLAUDE.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "claude_adr_kit",
      "community": 100,
      "norm_label": "adr-kit"
    },
    {
      "label": "graphify",
      "file_type": "document",
      "source_file": "CLAUDE.md",
      "source_location": "L60",
      "_origin": "ast",
      "id": "claude_graphify",
      "community": 100,
      "norm_label": "graphify"
    },
    {
      "label": "MEMORY.md",
      "file_type": "document",
      "source_file": "MEMORY.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "memory",
      "community": 244,
      "norm_label": "memory.md"
    },
    {
      "label": "360LM Project File Index",
      "file_type": "document",
      "source_file": "MEMORY.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "memory_360lm_project_file_index",
      "community": 244,
      "norm_label": "360lm project file index"
    },
    {
      "label": "brevo_domain_auth_walkthrough.md",
      "file_type": "document",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "cic_prompts_brevo_domain_auth_walkthrough",
      "community": 40,
      "norm_label": "brevo_domain_auth_walkthrough.md"
    },
    {
      "label": "Brevo domain authentication \u2014 360degreelogicalmktg.com",
      "file_type": "document",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "cic_prompts_brevo_domain_auth_walkthrough_brevo_domain_authentication_360degreelogicalmktg_com",
      "community": 40,
      "norm_label": "brevo domain authentication \u2014 360degreelogicalmktg.com"
    },
    {
      "label": "Records to add at Hostinger DNS",
      "file_type": "document",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L18",
      "_origin": "ast",
      "id": "cic_prompts_brevo_domain_auth_walkthrough_records_to_add_at_hostinger_dns",
      "community": 40,
      "norm_label": "records to add at hostinger dns"
    },
    {
      "label": "Records to NOT touch (existing, used by Google Workspace)",
      "file_type": "document",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L31",
      "_origin": "ast",
      "id": "cic_prompts_brevo_domain_auth_walkthrough_records_to_not_touch_existing_used_by_google_workspace",
      "community": 40,
      "norm_label": "records to not touch (existing, used by google workspace)"
    },
    {
      "label": "Step-by-step at Hostinger hPanel",
      "file_type": "document",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L38",
      "_origin": "ast",
      "id": "cic_prompts_brevo_domain_auth_walkthrough_step_by_step_at_hostinger_hpanel",
      "community": 40,
      "norm_label": "step-by-step at hostinger hpanel"
    },
    {
      "label": "Add records 1, 2, 3, 5 (four new records)",
      "file_type": "document",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L47",
      "_origin": "ast",
      "id": "cic_prompts_brevo_domain_auth_walkthrough_add_records_1_2_3_5_four_new_records",
      "community": 40,
      "norm_label": "add records 1, 2, 3, 5 (four new records)"
    },
    {
      "label": "Modify record 4 (SPF)",
      "file_type": "document",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L57",
      "_origin": "ast",
      "id": "cic_prompts_brevo_domain_auth_walkthrough_modify_record_4_spf",
      "community": 40,
      "norm_label": "modify record 4 (spf)"
    },
    {
      "label": "Verify your additions",
      "file_type": "document",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L65",
      "_origin": "ast",
      "id": "cic_prompts_brevo_domain_auth_walkthrough_verify_your_additions",
      "community": 40,
      "norm_label": "verify your additions"
    },
    {
      "label": "DNS propagation check (from VPS)",
      "file_type": "document",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L76",
      "_origin": "ast",
      "id": "cic_prompts_brevo_domain_auth_walkthrough_dns_propagation_check_from_vps",
      "community": 40,
      "norm_label": "dns propagation check (from vps)"
    },
    {
      "label": "Trigger Brevo to re-verify",
      "file_type": "document",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L91",
      "_origin": "ast",
      "id": "cic_prompts_brevo_domain_auth_walkthrough_trigger_brevo_to_re_verify",
      "community": 40,
      "norm_label": "trigger brevo to re-verify"
    },
    {
      "label": "After authentication = true",
      "file_type": "document",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L110",
      "_origin": "ast",
      "id": "cic_prompts_brevo_domain_auth_walkthrough_after_authentication_true",
      "community": 40,
      "norm_label": "after authentication = true"
    },
    {
      "label": "Backout",
      "file_type": "document",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L140",
      "_origin": "ast",
      "id": "cic_prompts_brevo_domain_auth_walkthrough_backout",
      "community": 40,
      "norm_label": "backout"
    },
    {
      "label": "custodian_test_data_reference.md",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference",
      "community": 59,
      "norm_label": "custodian_test_data_reference.md"
    },
    {
      "label": "FundCustodian \u2014 CiC Test Data Reference",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_fundcustodian_cic_test_data_reference",
      "community": 59,
      "norm_label": "fundcustodian \u2014 cic test data reference"
    },
    {
      "label": "System Design in One Paragraph",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L6",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_system_design_in_one_paragraph",
      "community": 59,
      "norm_label": "system design in one paragraph"
    },
    {
      "label": "The 4 Custodians",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_the_4_custodians",
      "community": 59,
      "norm_label": "the 4 custodians"
    },
    {
      "label": "The 3 Trigger Rules (Core Logic)",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L23",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_the_3_trigger_rules_core_logic",
      "community": 59,
      "norm_label": "the 3 trigger rules (core logic)"
    },
    {
      "label": "15 Test Transfers (Chronological)",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L33",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_15_test_transfers_chronological",
      "community": 25,
      "norm_label": "15 test transfers (chronological)"
    },
    {
      "label": "T1 \u00b7 Pramod \u2192 Shambhu \u00b7 \u20b925,000 \u00b7 IMPS \u00b7 5-May \u00b7 `auto_accepted`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L35",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_t1_pramod_shambhu_25_000_imps_5_may_auto_accepted",
      "community": 25,
      "norm_label": "t1 \u00b7 pramod \u2192 shambhu \u00b7 \u20b925,000 \u00b7 imps \u00b7 5-may \u00b7 `auto_accepted`"
    },
    {
      "label": "T2 \u00b7 Pramod \u2192 Shambhu \u00b7 \u20b930,000 \u00b7 NEFT \u00b7 8-May \u00b7 `auto_accepted`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L40",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_t2_pramod_shambhu_30_000_neft_8_may_auto_accepted",
      "community": 25,
      "norm_label": "t2 \u00b7 pramod \u2192 shambhu \u00b7 \u20b930,000 \u00b7 neft \u00b7 8-may \u00b7 `auto_accepted`"
    },
    {
      "label": "T3 \u00b7 Pramod \u2192 Harish \u00b7 \u20b915,000 \u00b7 NEFT \u00b7 10-May \u00b7 `auto_accepted`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L44",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_t3_pramod_harish_15_000_neft_10_may_auto_accepted",
      "community": 25,
      "norm_label": "t3 \u00b7 pramod \u2192 harish \u00b7 \u20b915,000 \u00b7 neft \u00b7 10-may \u00b7 `auto_accepted`"
    },
    {
      "label": "T4 \u00b7 Harish \u2192 Shambhu \u00b7 \u20b98,000 \u00b7 UPI \u00b7 11-May \u00b7 `auto_accepted`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L48",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_t4_harish_shambhu_8_000_upi_11_may_auto_accepted",
      "community": 25,
      "norm_label": "t4 \u00b7 harish \u2192 shambhu \u00b7 \u20b98,000 \u00b7 upi \u00b7 11-may \u00b7 `auto_accepted`"
    },
    {
      "label": "T5 \u00b7 Pramod \u2192 Gurpreet \u00b7 \u20b95,000 \u00b7 UPI \u00b7 12-May \u00b7 `auto_accepted`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L52",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_t5_pramod_gurpreet_5_000_upi_12_may_auto_accepted",
      "community": 25,
      "norm_label": "t5 \u00b7 pramod \u2192 gurpreet \u00b7 \u20b95,000 \u00b7 upi \u00b7 12-may \u00b7 `auto_accepted`"
    },
    {
      "label": "T6 \u00b7 Gurpreet \u2192 Pramod \u00b7 \u20b91,234.56 \u00b7 UPI \u00b7 13-May \u00b7 `auto_accepted`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L56",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_t6_gurpreet_pramod_1_234_56_upi_13_may_auto_accepted",
      "community": 25,
      "norm_label": "t6 \u00b7 gurpreet \u2192 pramod \u00b7 \u20b91,234.56 \u00b7 upi \u00b7 13-may \u00b7 `auto_accepted`"
    },
    {
      "label": "T7 \u00b7 Harish \u2192 Pramod \u00b7 \u20b910,000 \u00b7 Cheque \u00b7 14-May \u00b7 `auto_accepted`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L60",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_t7_harish_pramod_10_000_cheque_14_may_auto_accepted",
      "community": 25,
      "norm_label": "t7 \u00b7 harish \u2192 pramod \u00b7 \u20b910,000 \u00b7 cheque \u00b7 14-may \u00b7 `auto_accepted`"
    },
    {
      "label": "T8 \u00b7 Harish \u2192 Shambhu \u00b7 \u20b9500 \u00b7 Cash \u00b7 15-May \u00b7 `auto_accepted`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L64",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_t8_harish_shambhu_500_cash_15_may_auto_accepted",
      "community": 25,
      "norm_label": "t8 \u00b7 harish \u2192 shambhu \u00b7 \u20b9500 \u00b7 cash \u00b7 15-may \u00b7 `auto_accepted`"
    },
    {
      "label": "T9 \u00b7 Shambhu \u2192 Pramod \u00b7 \u20b95,000 \u00b7 Cash \u00b7 15-May \u00b7 `accepted`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L68",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_t9_shambhu_pramod_5_000_cash_15_may_accepted",
      "community": 25,
      "norm_label": "t9 \u00b7 shambhu \u2192 pramod \u00b7 \u20b95,000 \u00b7 cash \u00b7 15-may \u00b7 `accepted`"
    },
    {
      "label": "T10 \u00b7 Gurpreet \u2192 Harish \u00b7 \u20b92,000 \u00b7 Cash \u00b7 16-May \u00b7 `accepted`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L73",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_t10_gurpreet_harish_2_000_cash_16_may_accepted",
      "community": 25,
      "norm_label": "t10 \u00b7 gurpreet \u2192 harish \u00b7 \u20b92,000 \u00b7 cash \u00b7 16-may \u00b7 `accepted`"
    },
    {
      "label": "T11 \u00b7 Pramod \u2192 Gurpreet \u00b7 \u20b91 \u00b7 Cash \u00b7 16-May \u00b7 `auto_accepted`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L78",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_t11_pramod_gurpreet_1_cash_16_may_auto_accepted",
      "community": 25,
      "norm_label": "t11 \u00b7 pramod \u2192 gurpreet \u00b7 \u20b91 \u00b7 cash \u00b7 16-may \u00b7 `auto_accepted`"
    },
    {
      "label": "T12 \u00b7 Shambhu \u2192 Harish \u00b7 \u20b97,500 \u00b7 Cash \u00b7 17-May \u00b7 `rejected`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L82",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_t12_shambhu_harish_7_500_cash_17_may_rejected",
      "community": 25,
      "norm_label": "t12 \u00b7 shambhu \u2192 harish \u00b7 \u20b97,500 \u00b7 cash \u00b7 17-may \u00b7 `rejected`"
    },
    {
      "label": "T13 \u00b7 Gurpreet \u2192 Pramod \u00b7 \u20b93,000 \u00b7 Cash \u00b7 18-May \u00b7 `rejected`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L87",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_t13_gurpreet_pramod_3_000_cash_18_may_rejected",
      "community": 25,
      "norm_label": "t13 \u00b7 gurpreet \u2192 pramod \u00b7 \u20b93,000 \u00b7 cash \u00b7 18-may \u00b7 `rejected`"
    },
    {
      "label": "T14 \u00b7 Shambhu \u2192 Harish \u00b7 \u20b93,000 \u00b7 Cash \u00b7 20-May \u00b7 seeded as `pending`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L92",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_t14_shambhu_harish_3_000_cash_20_may_seeded_as_pending",
      "community": 25,
      "norm_label": "t14 \u00b7 shambhu \u2192 harish \u00b7 \u20b93,000 \u00b7 cash \u00b7 20-may \u00b7 seeded as `pending`"
    },
    {
      "label": "T15 \u00b7 Gurpreet \u2192 Harish \u00b7 \u20b9800 \u00b7 Cash \u00b7 20-May \u00b7 seeded as `pending`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L97",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_t15_gurpreet_harish_800_cash_20_may_seeded_as_pending",
      "community": 25,
      "norm_label": "t15 \u00b7 gurpreet \u2192 harish \u00b7 \u20b9800 \u00b7 cash \u00b7 20-may \u00b7 seeded as `pending`"
    },
    {
      "label": "9 Test Advances (Chronological)",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L104",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_9_test_advances_chronological",
      "community": 60,
      "norm_label": "9 test advances (chronological)"
    },
    {
      "label": "A1 \u00b7 Shambhu \u2192 Mukesh \u00b7 \u20b95,000 \u00b7 Cash \u00b7 12-May \u00b7 `outstanding`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L106",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_a1_shambhu_mukesh_5_000_cash_12_may_outstanding",
      "community": 60,
      "norm_label": "a1 \u00b7 shambhu \u2192 mukesh \u00b7 \u20b95,000 \u00b7 cash \u00b7 12-may \u00b7 `outstanding`"
    },
    {
      "label": "A2 \u00b7 Shambhu \u2192 Sachin \u00b7 \u20b92,500 \u00b7 Cash \u00b7 10-May \u00b7 `partially_settled`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L110",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_a2_shambhu_sachin_2_500_cash_10_may_partially_settled",
      "community": 60,
      "norm_label": "a2 \u00b7 shambhu \u2192 sachin \u00b7 \u20b92,500 \u00b7 cash \u00b7 10-may \u00b7 `partially_settled`"
    },
    {
      "label": "A3 \u00b7 Harish \u2192 Narender \u00b7 \u20b93,000 \u00b7 Cash \u00b7 8-May \u00b7 `settled`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L114",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_a3_harish_narender_3_000_cash_8_may_settled",
      "community": 60,
      "norm_label": "a3 \u00b7 harish \u2192 narender \u00b7 \u20b93,000 \u00b7 cash \u00b7 8-may \u00b7 `settled`"
    },
    {
      "label": "A4 \u00b7 Pramod \u2192 Umashankar \u00b7 \u20b920,000 \u00b7 NEFT \u00b7 14-May \u00b7 `outstanding`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L118",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_a4_pramod_umashankar_20_000_neft_14_may_outstanding",
      "community": 60,
      "norm_label": "a4 \u00b7 pramod \u2192 umashankar \u00b7 \u20b920,000 \u00b7 neft \u00b7 14-may \u00b7 `outstanding`"
    },
    {
      "label": "A5 \u00b7 Harish \u2192 Mukesh \u00b7 \u20b91,500 \u00b7 UPI \u00b7 15-May \u00b7 `outstanding`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L122",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_a5_harish_mukesh_1_500_upi_15_may_outstanding",
      "community": 60,
      "norm_label": "a5 \u00b7 harish \u2192 mukesh \u00b7 \u20b91,500 \u00b7 upi \u00b7 15-may \u00b7 `outstanding`"
    },
    {
      "label": "A6 \u00b7 Shambhu \u2192 Ranjit Singh (Contract) \u00b7 \u20b9800 \u00b7 IMPS \u00b7 16-May \u00b7 `outstanding`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L126",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_a6_shambhu_ranjit_singh_contract_800_imps_16_may_outstanding",
      "community": 60,
      "norm_label": "a6 \u00b7 shambhu \u2192 ranjit singh (contract) \u00b7 \u20b9800 \u00b7 imps \u00b7 16-may \u00b7 `outstanding`"
    },
    {
      "label": "A7 \u00b7 Pramod \u2192 Rakesh \u00b7 \u20b910,000 \u00b7 Cash \u00b7 13-May \u00b7 `partially_settled`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L130",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_a7_pramod_rakesh_10_000_cash_13_may_partially_settled",
      "community": 60,
      "norm_label": "a7 \u00b7 pramod \u2192 rakesh \u00b7 \u20b910,000 \u00b7 cash \u00b7 13-may \u00b7 `partially_settled`"
    },
    {
      "label": "A8 \u00b7 Gurpreet \u2192 Ashok \u00b7 \u20b9750 \u00b7 Cash \u00b7 17-May \u00b7 `outstanding`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L134",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_a8_gurpreet_ashok_750_cash_17_may_outstanding",
      "community": 60,
      "norm_label": "a8 \u00b7 gurpreet \u2192 ashok \u00b7 \u20b9750 \u00b7 cash \u00b7 17-may \u00b7 `outstanding`"
    },
    {
      "label": "A9 \u00b7 Pramod \u2192 Ramesh Thakur (Vendor) \u00b7 \u20b95,000.75 \u00b7 Cash \u00b7 9-May \u00b7 `outstanding`",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L138",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_a9_pramod_ramesh_thakur_vendor_5_000_75_cash_9_may_outstanding",
      "community": 60,
      "norm_label": "a9 \u00b7 pramod \u2192 ramesh thakur (vendor) \u00b7 \u20b95,000.75 \u00b7 cash \u00b7 9-may \u00b7 `outstanding`"
    },
    {
      "label": "Wallet Balance Derivation (After Full Seed + CiC Acceptance of T14 & T15)",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L144",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_wallet_balance_derivation_after_full_seed_cic_acceptance_of_t14_t15",
      "community": 59,
      "norm_label": "wallet balance derivation (after full seed + cic acceptance of t14 & t15)"
    },
    {
      "label": "What the Test Data Covered",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L155",
      "_origin": "ast",
      "id": "cic_prompts_custodian_test_data_reference_what_the_test_data_covered",
      "community": 59,
      "norm_label": "what the test data covered"
    },
    {
      "label": "fundcustodian_ux_walkthrough.md",
      "file_type": "document",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "cic_prompts_fundcustodian_ux_walkthrough",
      "community": 77,
      "norm_label": "fundcustodian_ux_walkthrough.md"
    },
    {
      "label": "FundCustodian UX Walkthrough \u2014 CiC Prompt",
      "file_type": "document",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "cic_prompts_fundcustodian_ux_walkthrough_fundcustodian_ux_walkthrough_cic_prompt",
      "community": 77,
      "norm_label": "fundcustodian ux walkthrough \u2014 cic prompt"
    },
    {
      "label": "Background (read before testing)",
      "file_type": "document",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L9",
      "_origin": "ast",
      "id": "cic_prompts_fundcustodian_ux_walkthrough_background_read_before_testing",
      "community": 77,
      "norm_label": "background (read before testing)"
    },
    {
      "label": "Persona 1 \u2014 mukesh (Non-custodian, should be locked out)",
      "file_type": "document",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L25",
      "_origin": "ast",
      "id": "cic_prompts_fundcustodian_ux_walkthrough_persona_1_mukesh_non_custodian_should_be_locked_out",
      "community": 77,
      "norm_label": "persona 1 \u2014 mukesh (non-custodian, should be locked out)"
    },
    {
      "label": "Persona 2 \u2014 harish (Admin, 2 pending transfers)",
      "file_type": "document",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L34",
      "_origin": "ast",
      "id": "cic_prompts_fundcustodian_ux_walkthrough_persona_2_harish_admin_2_pending_transfers",
      "community": 77,
      "norm_label": "persona 2 \u2014 harish (admin, 2 pending transfers)"
    },
    {
      "label": "Persona 3 \u2014 shambhu (Non-admin, secondary custodian)",
      "file_type": "document",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L79",
      "_origin": "ast",
      "id": "cic_prompts_fundcustodian_ux_walkthrough_persona_3_shambhu_non_admin_secondary_custodian",
      "community": 77,
      "norm_label": "persona 3 \u2014 shambhu (non-admin, secondary custodian)"
    },
    {
      "label": "Persona 4 \u2014 gurpreet (Non-admin, low activity, small positive balance)",
      "file_type": "document",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L117",
      "_origin": "ast",
      "id": "cic_prompts_fundcustodian_ux_walkthrough_persona_4_gurpreet_non_admin_low_activity_small_positive_balance",
      "community": 77,
      "norm_label": "persona 4 \u2014 gurpreet (non-admin, low activity, small positive balance)"
    },
    {
      "label": "Persona 5 \u2014 pramod (Admin + Primary, deeply negative balance)",
      "file_type": "document",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L134",
      "_origin": "ast",
      "id": "cic_prompts_fundcustodian_ux_walkthrough_persona_5_pramod_admin_primary_deeply_negative_balance",
      "community": 77,
      "norm_label": "persona 5 \u2014 pramod (admin + primary, deeply negative balance)"
    },
    {
      "label": "Cross-cutting UX checks (note any issues for each persona)",
      "file_type": "document",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L155",
      "_origin": "ast",
      "id": "cic_prompts_fundcustodian_ux_walkthrough_cross_cutting_ux_checks_note_any_issues_for_each_persona",
      "community": 77,
      "norm_label": "cross-cutting ux checks (note any issues for each persona)"
    },
    {
      "label": "walkthroughs_install_manual.md",
      "file_type": "document",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "cic_prompts_walkthroughs_install_manual",
      "community": 22,
      "norm_label": "walkthroughs_install_manual.md"
    },
    {
      "label": "360LM Walkthroughs \u2014 manual install on your laptop",
      "file_type": "document",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "cic_prompts_walkthroughs_install_manual_360lm_walkthroughs_manual_install_on_your_laptop",
      "community": 22,
      "norm_label": "360lm walkthroughs \u2014 manual install on your laptop"
    },
    {
      "label": "Where it goes",
      "file_type": "document",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L11",
      "_origin": "ast",
      "id": "cic_prompts_walkthroughs_install_manual_where_it_goes",
      "community": 22,
      "norm_label": "where it goes"
    },
    {
      "label": "Prerequisites",
      "file_type": "document",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L25",
      "_origin": "ast",
      "id": "cic_prompts_walkthroughs_install_manual_prerequisites",
      "community": 22,
      "norm_label": "prerequisites"
    },
    {
      "label": "1. Node 20 or higher",
      "file_type": "document",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L27",
      "_origin": "ast",
      "id": "cic_prompts_walkthroughs_install_manual_1_node_20_or_higher",
      "community": 22,
      "norm_label": "1. node 20 or higher"
    },
    {
      "label": "2. `ssh`, `curl`, `tar`",
      "file_type": "document",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L39",
      "_origin": "ast",
      "id": "cic_prompts_walkthroughs_install_manual_2_ssh_curl_tar",
      "community": 22,
      "norm_label": "2. `ssh`, `curl`, `tar`"
    },
    {
      "label": "3. (Optional) `dig`",
      "file_type": "document",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L43",
      "_origin": "ast",
      "id": "cic_prompts_walkthroughs_install_manual_3_optional_dig",
      "community": 22,
      "norm_label": "3. (optional) `dig`"
    },
    {
      "label": "4. Passwordless SSH to the VPS",
      "file_type": "document",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L50",
      "_origin": "ast",
      "id": "cic_prompts_walkthroughs_install_manual_4_passwordless_ssh_to_the_vps",
      "community": 22,
      "norm_label": "4. passwordless ssh to the vps"
    },
    {
      "label": "Install \u2014 option A: one-line installer",
      "file_type": "document",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L66",
      "_origin": "ast",
      "id": "cic_prompts_walkthroughs_install_manual_install_option_a_one_line_installer",
      "community": 22,
      "norm_label": "install \u2014 option a: one-line installer"
    },
    {
      "label": "Install \u2014 option B: step-by-step (use if A fails)",
      "file_type": "document",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L93",
      "_origin": "ast",
      "id": "cic_prompts_walkthroughs_install_manual_install_option_b_step_by_step_use_if_a_fails",
      "community": 22,
      "norm_label": "install \u2014 option b: step-by-step (use if a fails)"
    },
    {
      "label": "What \"walkthrough doctor\" should print",
      "file_type": "document",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L120",
      "_origin": "ast",
      "id": "cic_prompts_walkthroughs_install_manual_what_walkthrough_doctor_should_print",
      "community": 22,
      "norm_label": "what \"walkthrough doctor\" should print"
    },
    {
      "label": "What \"walkthrough run hello\" looks like",
      "file_type": "document",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L134",
      "_origin": "ast",
      "id": "cic_prompts_walkthroughs_install_manual_what_walkthrough_run_hello_looks_like",
      "community": 22,
      "norm_label": "what \"walkthrough run hello\" looks like"
    },
    {
      "label": "Updating",
      "file_type": "document",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L153",
      "_origin": "ast",
      "id": "cic_prompts_walkthroughs_install_manual_updating",
      "community": 22,
      "norm_label": "updating"
    },
    {
      "label": "Resetting state",
      "file_type": "document",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L162",
      "_origin": "ast",
      "id": "cic_prompts_walkthroughs_install_manual_resetting_state",
      "community": 22,
      "norm_label": "resetting state"
    },
    {
      "label": "Test mode (skip pauses, run headless)",
      "file_type": "document",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L171",
      "_origin": "ast",
      "id": "cic_prompts_walkthroughs_install_manual_test_mode_skip_pauses_run_headless",
      "community": 22,
      "norm_label": "test mode (skip pauses, run headless)"
    },
    {
      "label": "Uninstall",
      "file_type": "document",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L183",
      "_origin": "ast",
      "id": "cic_prompts_walkthroughs_install_manual_uninstall",
      "community": 22,
      "norm_label": "uninstall"
    },
    {
      "label": "Troubleshooting",
      "file_type": "document",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L191",
      "_origin": "ast",
      "id": "cic_prompts_walkthroughs_install_manual_troubleshooting",
      "community": 22,
      "norm_label": "troubleshooting"
    },
    {
      "label": "How this compares to CiC prompts",
      "file_type": "document",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L204",
      "_origin": "ast",
      "id": "cic_prompts_walkthroughs_install_manual_how_this_compares_to_cic_prompts",
      "community": 22,
      "norm_label": "how this compares to cic prompts"
    },
    {
      "label": "MDD_counters.md",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "counters_mdd_counters",
      "community": 3,
      "norm_label": "mdd_counters.md"
    },
    {
      "label": "Module Design Document \u2014 CounterManagement mini-PWA",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "counters_mdd_counters_module_design_document_countermanagement_mini_pwa",
      "community": 3,
      "norm_label": "module design document \u2014 countermanagement mini-pwa"
    },
    {
      "label": "1. Why this exists",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L10",
      "_origin": "ast",
      "id": "counters_mdd_counters_1_why_this_exists",
      "community": 3,
      "norm_label": "1. why this exists"
    },
    {
      "label": "2. Inspiration vs scope",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L20",
      "_origin": "ast",
      "id": "counters_mdd_counters_2_inspiration_vs_scope",
      "community": 3,
      "norm_label": "2. inspiration vs scope"
    },
    {
      "label": "3. Phases planned",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L37",
      "_origin": "ast",
      "id": "counters_mdd_counters_3_phases_planned",
      "community": 3,
      "norm_label": "3. phases planned"
    },
    {
      "label": "4. Phase 1 \u2014 DB schema (what we will build first)",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L57",
      "_origin": "ast",
      "id": "counters_mdd_counters_4_phase_1_db_schema_what_we_will_build_first",
      "community": 3,
      "norm_label": "4. phase 1 \u2014 db schema (what we will build first)"
    },
    {
      "label": "4.1 New schema: `counters.*`",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L59",
      "_origin": "ast",
      "id": "counters_mdd_counters_4_1_new_schema_counters",
      "community": 3,
      "norm_label": "4.1 new schema: `counters.*`"
    },
    {
      "label": "`counters.counter` \u2014 master",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L61",
      "_origin": "ast",
      "id": "counters_mdd_counters_counters_counter_master",
      "community": 3,
      "norm_label": "`counters.counter` \u2014 master"
    },
    {
      "label": "`counters.contact` \u2014 N:1 \u2192 counter",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L130",
      "_origin": "ast",
      "id": "counters_mdd_counters_counters_contact_n_1_counter",
      "community": 3,
      "norm_label": "`counters.contact` \u2014 n:1 \u2192 counter"
    },
    {
      "label": "`counters.address` \u2014 N:1 \u2192 counter (for secondary addresses)",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L149",
      "_origin": "ast",
      "id": "counters_mdd_counters_counters_address_n_1_counter_for_secondary_addresses",
      "community": 3,
      "norm_label": "`counters.address` \u2014 n:1 \u2192 counter (for secondary addresses)"
    },
    {
      "label": "Brand storage \u2014 `counter.brand_codes` is canonical",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L170",
      "_origin": "ast",
      "id": "counters_mdd_counters_brand_storage_counter_brand_codes_is_canonical",
      "community": 3,
      "norm_label": "brand storage \u2014 `counter.brand_codes` is canonical"
    },
    {
      "label": "`counters.recce_history_v` \u2014 view",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L191",
      "_origin": "ast",
      "id": "counters_mdd_counters_counters_recce_history_v_view",
      "community": 3,
      "norm_label": "`counters.recce_history_v` \u2014 view"
    },
    {
      "label": "4.2 Modifications to existing schemas",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L208",
      "_origin": "ast",
      "id": "counters_mdd_counters_4_2_modifications_to_existing_schemas",
      "community": 3,
      "norm_label": "4.2 modifications to existing schemas"
    },
    {
      "label": "4.3 PostgREST + PostgreSQL grants",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L220",
      "_origin": "ast",
      "id": "counters_mdd_counters_4_3_postgrest_postgresql_grants",
      "community": 3,
      "norm_label": "4.3 postgrest + postgresql grants"
    },
    {
      "label": "5. Phase 2 \u2014 Recce stores sync (preview)",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L232",
      "_origin": "ast",
      "id": "counters_mdd_counters_5_phase_2_recce_stores_sync_preview",
      "community": 3,
      "norm_label": "5. phase 2 \u2014 recce stores sync (preview)"
    },
    {
      "label": "5.1 New tables (Phase 2)",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L234",
      "_origin": "ast",
      "id": "counters_mdd_counters_5_1_new_tables_phase_2",
      "community": 3,
      "norm_label": "5.1 new tables (phase 2)"
    },
    {
      "label": "5.2 Flow",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L268",
      "_origin": "ast",
      "id": "counters_mdd_counters_5_2_flow",
      "community": 3,
      "norm_label": "5.2 flow"
    },
    {
      "label": "5.3 Sync button",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L275",
      "_origin": "ast",
      "id": "counters_mdd_counters_5_3_sync_button",
      "community": 3,
      "norm_label": "5.3 sync button"
    },
    {
      "label": "6. Phase 3 \u2014 Multi-Recce per (counter, job_id)",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L286",
      "_origin": "ast",
      "id": "counters_mdd_counters_6_phase_3_multi_recce_per_counter_job_id",
      "community": 3,
      "norm_label": "6. phase 3 \u2014 multi-recce per (counter, job_id)"
    },
    {
      "label": "6.1 Identity",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L290",
      "_origin": "ast",
      "id": "counters_mdd_counters_6_1_identity",
      "community": 3,
      "norm_label": "6.1 identity"
    },
    {
      "label": "6.2 New columns on `recce.submissions`",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L296",
      "_origin": "ast",
      "id": "counters_mdd_counters_6_2_new_columns_on_recce_submissions",
      "community": 3,
      "norm_label": "6.2 new columns on `recce.submissions`"
    },
    {
      "label": "6.3 Supervisor screen",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L309",
      "_origin": "ast",
      "id": "counters_mdd_counters_6_3_supervisor_screen",
      "community": 3,
      "norm_label": "6.3 supervisor screen"
    },
    {
      "label": "7. Phase 4 \u2014 Client portal users (preview)",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L315",
      "_origin": "ast",
      "id": "counters_mdd_counters_7_phase_4_client_portal_users_preview",
      "community": 3,
      "norm_label": "7. phase 4 \u2014 client portal users (preview)"
    },
    {
      "label": "7.1 New entities",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L317",
      "_origin": "ast",
      "id": "counters_mdd_counters_7_1_new_entities",
      "community": 3,
      "norm_label": "7.1 new entities"
    },
    {
      "label": "7.2 Visibility rules",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L342",
      "_origin": "ast",
      "id": "counters_mdd_counters_7_2_visibility_rules",
      "community": 3,
      "norm_label": "7.2 visibility rules"
    },
    {
      "label": "7.3 Client portal PWA",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L355",
      "_origin": "ast",
      "id": "counters_mdd_counters_7_3_client_portal_pwa",
      "community": 3,
      "norm_label": "7.3 client portal pwa"
    },
    {
      "label": "8. UI design \u2014 Phase 1 mini-PWA",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L363",
      "_origin": "ast",
      "id": "counters_mdd_counters_8_ui_design_phase_1_mini_pwa",
      "community": 3,
      "norm_label": "8. ui design \u2014 phase 1 mini-pwa"
    },
    {
      "label": "8.1 Screens",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L365",
      "_origin": "ast",
      "id": "counters_mdd_counters_8_1_screens",
      "community": 3,
      "norm_label": "8.1 screens"
    },
    {
      "label": "8.2 Permissions in UI",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L415",
      "_origin": "ast",
      "id": "counters_mdd_counters_8_2_permissions_in_ui",
      "community": 3,
      "norm_label": "8.2 permissions in ui"
    },
    {
      "label": "8.3 Search + dedup",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L427",
      "_origin": "ast",
      "id": "counters_mdd_counters_8_3_search_dedup",
      "community": 3,
      "norm_label": "8.3 search + dedup"
    },
    {
      "label": "9. Integration touchpoints",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L434",
      "_origin": "ast",
      "id": "counters_mdd_counters_9_integration_touchpoints",
      "community": 3,
      "norm_label": "9. integration touchpoints"
    },
    {
      "label": "10. Auth + cross-PWA safety",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L446",
      "_origin": "ast",
      "id": "counters_mdd_counters_10_auth_cross_pwa_safety",
      "community": 3,
      "norm_label": "10. auth + cross-pwa safety"
    },
    {
      "label": "11. Migration plan (Phase 1)",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L457",
      "_origin": "ast",
      "id": "counters_mdd_counters_11_migration_plan_phase_1",
      "community": 3,
      "norm_label": "11. migration plan (phase 1)"
    },
    {
      "label": "12. Open questions parked (will surface when relevant)",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L468",
      "_origin": "ast",
      "id": "counters_mdd_counters_12_open_questions_parked_will_surface_when_relevant",
      "community": 3,
      "norm_label": "12. open questions parked (will surface when relevant)"
    },
    {
      "label": "13. Acceptance for Phase 1 (CounterManagement mini-PWA \u2014 basic CRUD)",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L484",
      "_origin": "ast",
      "id": "counters_mdd_counters_13_acceptance_for_phase_1_countermanagement_mini_pwa_basic_crud",
      "community": 3,
      "norm_label": "13. acceptance for phase 1 (countermanagement mini-pwa \u2014 basic crud)"
    },
    {
      "label": "14. Glossary",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L502",
      "_origin": "ast",
      "id": "counters_mdd_counters_14_glossary",
      "community": 3,
      "norm_label": "14. glossary"
    },
    {
      "label": "15. Two deferrals that need explicit user confirmation",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L518",
      "_origin": "ast",
      "id": "counters_mdd_counters_15_two_deferrals_that_need_explicit_user_confirmation",
      "community": 3,
      "norm_label": "15. two deferrals that need explicit user confirmation"
    },
    {
      "label": "15.1 Unified Job ID \u2014 defer to its own work track?",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L522",
      "_origin": "ast",
      "id": "counters_mdd_counters_15_1_unified_job_id_defer_to_its_own_work_track",
      "community": 3,
      "norm_label": "15.1 unified job id \u2014 defer to its own work track?"
    },
    {
      "label": "15.2 Phase 4 client portal \u2014 its own MDD + its own PWA?",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L530",
      "_origin": "ast",
      "id": "counters_mdd_counters_15_2_phase_4_client_portal_its_own_mdd_its_own_pwa",
      "community": 3,
      "norm_label": "15.2 phase 4 client portal \u2014 its own mdd + its own pwa?"
    },
    {
      "label": "ADR-template.md",
      "file_type": "document",
      "source_file": "docs/adr/ADR-template.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "adr_adr_template",
      "community": 337,
      "norm_label": "adr-template.md"
    },
    {
      "label": "ADR-NNN Short Imperative Title",
      "file_type": "document",
      "source_file": "docs/adr/ADR-template.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "adr_adr_template_adr_nnn_short_imperative_title",
      "community": 337,
      "norm_label": "adr-nnn short imperative title"
    },
    {
      "label": "Status",
      "file_type": "document",
      "source_file": "docs/adr/ADR-template.md",
      "source_location": "L3",
      "_origin": "ast",
      "id": "adr_adr_template_status",
      "community": 337,
      "norm_label": "status"
    },
    {
      "label": "Status History",
      "file_type": "document",
      "source_file": "docs/adr/ADR-template.md",
      "source_location": "L11",
      "_origin": "ast",
      "id": "adr_adr_template_status_history",
      "community": 337,
      "norm_label": "status history"
    },
    {
      "label": "Context",
      "file_type": "document",
      "source_file": "docs/adr/ADR-template.md",
      "source_location": "L22",
      "_origin": "ast",
      "id": "adr_adr_template_context",
      "community": 337,
      "norm_label": "context"
    },
    {
      "label": "Decision",
      "file_type": "document",
      "source_file": "docs/adr/ADR-template.md",
      "source_location": "L28",
      "_origin": "ast",
      "id": "adr_adr_template_decision",
      "community": 337,
      "norm_label": "decision"
    },
    {
      "label": "Alternatives Considered",
      "file_type": "document",
      "source_file": "docs/adr/ADR-template.md",
      "source_location": "L36",
      "_origin": "ast",
      "id": "adr_adr_template_alternatives_considered",
      "community": 337,
      "norm_label": "alternatives considered"
    },
    {
      "label": "Consequences",
      "file_type": "document",
      "source_file": "docs/adr/ADR-template.md",
      "source_location": "L44",
      "_origin": "ast",
      "id": "adr_adr_template_consequences",
      "community": 337,
      "norm_label": "consequences"
    },
    {
      "label": "Related Decisions",
      "file_type": "document",
      "source_file": "docs/adr/ADR-template.md",
      "source_location": "L57",
      "_origin": "ast",
      "id": "adr_adr_template_related_decisions",
      "community": 337,
      "norm_label": "related decisions"
    },
    {
      "label": "References",
      "file_type": "document",
      "source_file": "docs/adr/ADR-template.md",
      "source_location": "L64",
      "_origin": "ast",
      "id": "adr_adr_template_references",
      "community": 337,
      "norm_label": "references"
    },
    {
      "label": "README.md",
      "file_type": "document",
      "source_file": "docs/adr/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "adr_readme",
      "community": 339,
      "norm_label": "readme.md"
    },
    {
      "label": "Architecture Decision Records \u2014 360lm",
      "file_type": "document",
      "source_file": "docs/adr/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "adr_readme_architecture_decision_records_360lm",
      "community": 339,
      "norm_label": "architecture decision records \u2014 360lm"
    },
    {
      "label": "How to create an ADR",
      "file_type": "document",
      "source_file": "docs/adr/README.md",
      "source_location": "L10",
      "_origin": "ast",
      "id": "adr_readme_how_to_create_an_adr",
      "community": 339,
      "norm_label": "how to create an adr"
    },
    {
      "label": "Status legend",
      "file_type": "document",
      "source_file": "docs/adr/README.md",
      "source_location": "L18",
      "_origin": "ast",
      "id": "adr_readme_status_legend",
      "community": 339,
      "norm_label": "status legend"
    },
    {
      "label": "Index",
      "file_type": "document",
      "source_file": "docs/adr/README.md",
      "source_location": "L27",
      "_origin": "ast",
      "id": "adr_readme_index",
      "community": 339,
      "norm_label": "index"
    },
    {
      "label": "adr-coding-rules.md",
      "file_type": "document",
      "source_file": "docs/adr/adr-coding-rules.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "adr_adr_coding_rules",
      "community": 338,
      "norm_label": "adr-coding-rules.md"
    },
    {
      "label": "ADR Rules for Coding Work",
      "file_type": "document",
      "source_file": "docs/adr/adr-coding-rules.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "adr_adr_coding_rules_adr_rules_for_coding_work",
      "community": 338,
      "norm_label": "adr rules for coding work"
    },
    {
      "label": "Source: rvdbreemen/adr-kit instructions/adr.coding.md (adapted for 360lm)",
      "file_type": "document",
      "source_file": "docs/adr/adr-coding-rules.md",
      "source_location": "L2",
      "_origin": "ast",
      "id": "adr_adr_coding_rules_source_rvdbreemen_adr_kit_instructions_adr_coding_md_adapted_for_360lm",
      "community": 338,
      "norm_label": "source: rvdbreemen/adr-kit instructions/adr.coding.md (adapted for 360lm)"
    },
    {
      "label": "Before implementing",
      "file_type": "document",
      "source_file": "docs/adr/adr-coding-rules.md",
      "source_location": "L6",
      "_origin": "ast",
      "id": "adr_adr_coding_rules_before_implementing",
      "community": 338,
      "norm_label": "before implementing"
    },
    {
      "label": "Creating a new ADR",
      "file_type": "document",
      "source_file": "docs/adr/adr-coding-rules.md",
      "source_location": "L18",
      "_origin": "ast",
      "id": "adr_adr_coding_rules_creating_a_new_adr",
      "community": 338,
      "norm_label": "creating a new adr"
    },
    {
      "label": "Superseding an existing ADR",
      "file_type": "document",
      "source_file": "docs/adr/adr-coding-rules.md",
      "source_location": "L27",
      "_origin": "ast",
      "id": "adr_adr_coding_rules_superseding_an_existing_adr",
      "community": 338,
      "norm_label": "superseding an existing adr"
    },
    {
      "label": "Implementation checklist",
      "file_type": "document",
      "source_file": "docs/adr/adr-coding-rules.md",
      "source_location": "L36",
      "_origin": "ast",
      "id": "adr_adr_coding_rules_implementation_checklist",
      "community": 338,
      "norm_label": "implementation checklist"
    },
    {
      "label": "When ADR rules do NOT apply",
      "file_type": "document",
      "source_file": "docs/adr/adr-coding-rules.md",
      "source_location": "L48",
      "_origin": "ast",
      "id": "adr_adr_coding_rules_when_adr_rules_do_not_apply",
      "community": 338,
      "norm_label": "when adr rules do not apply"
    },
    {
      "label": "bilingual_devguide.md",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "docs_bilingual_devguide",
      "community": 15,
      "norm_label": "bilingual_devguide.md"
    },
    {
      "label": "Bilingual EN/HI \u2014 DevGuide for 360LM PWAs",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "docs_bilingual_devguide_bilingual_en_hi_devguide_for_360lm_pwas",
      "community": 15,
      "norm_label": "bilingual en/hi \u2014 devguide for 360lm pwas"
    },
    {
      "label": "When to adopt this in another PWA",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L9",
      "_origin": "ast",
      "id": "docs_bilingual_devguide_when_to_adopt_this_in_another_pwa",
      "community": 15,
      "norm_label": "when to adopt this in another pwa"
    },
    {
      "label": "Architecture \u2014 one system, not two",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L20",
      "_origin": "ast",
      "id": "docs_bilingual_devguide_architecture_one_system_not_two",
      "community": 15,
      "norm_label": "architecture \u2014 one system, not two"
    },
    {
      "label": "DB schema (Recce-scoped today; portable)",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L42",
      "_origin": "ast",
      "id": "docs_bilingual_devguide_db_schema_recce_scoped_today_portable",
      "community": 15,
      "norm_label": "db schema (recce-scoped today; portable)"
    },
    {
      "label": "Adoption checklist (per PWA)",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L68",
      "_origin": "ast",
      "id": "docs_bilingual_devguide_adoption_checklist_per_pwa",
      "community": 15,
      "norm_label": "adoption checklist (per pwa)"
    },
    {
      "label": "Naming conventions",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L88",
      "_origin": "ast",
      "id": "docs_bilingual_devguide_naming_conventions",
      "community": 15,
      "norm_label": "naming conventions"
    },
    {
      "label": "Translation keys",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L90",
      "_origin": "ast",
      "id": "docs_bilingual_devguide_translation_keys",
      "community": 15,
      "norm_label": "translation keys"
    },
    {
      "label": "TTS strings",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L95",
      "_origin": "ast",
      "id": "docs_bilingual_devguide_tts_strings",
      "community": 15,
      "norm_label": "tts strings"
    },
    {
      "label": "Things that should NOT be translated",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L100",
      "_origin": "ast",
      "id": "docs_bilingual_devguide_things_that_should_not_be_translated",
      "community": 15,
      "norm_label": "things that should not be translated"
    },
    {
      "label": "The `ask()` / `askText()` modal pair",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L109",
      "_origin": "ast",
      "id": "docs_bilingual_devguide_the_ask_asktext_modal_pair",
      "community": 15,
      "norm_label": "the `ask()` / `asktext()` modal pair"
    },
    {
      "label": "Translation review process",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L135",
      "_origin": "ast",
      "id": "docs_bilingual_devguide_translation_review_process",
      "community": 15,
      "norm_label": "translation review process"
    },
    {
      "label": "Maintenance",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L150",
      "_origin": "ast",
      "id": "docs_bilingual_devguide_maintenance",
      "community": 15,
      "norm_label": "maintenance"
    },
    {
      "label": "Recce-specific implementation notes (v15a, 2026-06-05)",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L158",
      "_origin": "ast",
      "id": "docs_bilingual_devguide_recce_specific_implementation_notes_v15a_2026_06_05",
      "community": 15,
      "norm_label": "recce-specific implementation notes (v15a, 2026-06-05)"
    },
    {
      "label": "Pitfalls encountered during the Recce rollout (read before adopting)",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L173",
      "_origin": "ast",
      "id": "docs_bilingual_devguide_pitfalls_encountered_during_the_recce_rollout_read_before_adopting",
      "community": 15,
      "norm_label": "pitfalls encountered during the recce rollout (read before adopting)"
    },
    {
      "label": "1. Substring-match sweeps can corrupt the dict itself",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L175",
      "_origin": "ast",
      "id": "docs_bilingual_devguide_1_substring_match_sweeps_can_corrupt_the_dict_itself",
      "community": 15,
      "norm_label": "1. substring-match sweeps can corrupt the dict itself"
    },
    {
      "label": "2. Single-quoted strings \u2260 template literals",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L191",
      "_origin": "ast",
      "id": "docs_bilingual_devguide_2_single_quoted_strings_template_literals",
      "community": 15,
      "norm_label": "2. single-quoted strings = template literals"
    },
    {
      "label": "3. Functions defined above `const I18N` are fine; calls TO them at module load are not",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L203",
      "_origin": "ast",
      "id": "docs_bilingual_devguide_3_functions_defined_above_const_i18n_are_fine_calls_to_them_at_module_load_are_not",
      "community": 15,
      "norm_label": "3. functions defined above `const i18n` are fine; calls to them at module load are not"
    },
    {
      "label": "v15d additions \u2014 auto-hook + TTS",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L211",
      "_origin": "ast",
      "id": "docs_bilingual_devguide_v15d_additions_auto_hook_tts",
      "community": 15,
      "norm_label": "v15d additions \u2014 auto-hook + tts"
    },
    {
      "label": "`applyI18nIn(rootEl)` \u2014 post-render hook",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L213",
      "_origin": "ast",
      "id": "docs_bilingual_devguide_applyi18nin_rootel_post_render_hook",
      "community": 15,
      "norm_label": "`applyi18nin(rootel)` \u2014 post-render hook"
    },
    {
      "label": "`ttsIcon(text)` \u2014 speaker badge",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L217",
      "_origin": "ast",
      "id": "docs_bilingual_devguide_ttsicon_text_speaker_badge",
      "community": 15,
      "norm_label": "`ttsicon(text)` \u2014 speaker badge"
    },
    {
      "label": "Auto-speaker on error toasts (v15d)",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L234",
      "_origin": "ast",
      "id": "docs_bilingual_devguide_auto_speaker_on_error_toasts_v15d",
      "community": 15,
      "norm_label": "auto-speaker on error toasts (v15d)"
    },
    {
      "label": "input_and_image_standards.md",
      "file_type": "document",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "docs_input_and_image_standards",
      "community": 47,
      "norm_label": "input_and_image_standards.md"
    },
    {
      "label": "Input & Image Standards \u2014 360LM PWAs",
      "file_type": "document",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "docs_input_and_image_standards_input_image_standards_360lm_pwas",
      "community": 47,
      "norm_label": "input & image standards \u2014 360lm pwas"
    },
    {
      "label": "1. Amount Input \u2014 Indian Number Formatting",
      "file_type": "document",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L10",
      "_origin": "ast",
      "id": "docs_input_and_image_standards_1_amount_input_indian_number_formatting",
      "community": 47,
      "norm_label": "1. amount input \u2014 indian number formatting"
    },
    {
      "label": "What it is",
      "file_type": "document",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "docs_input_and_image_standards_what_it_is",
      "community": 47,
      "norm_label": "what it is"
    },
    {
      "label": "When to apply",
      "file_type": "document",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L22",
      "_origin": "ast",
      "id": "docs_input_and_image_standards_when_to_apply",
      "community": 47,
      "norm_label": "when to apply"
    },
    {
      "label": "Canonical implementation",
      "file_type": "document",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L26",
      "_origin": "ast",
      "id": "docs_input_and_image_standards_canonical_implementation",
      "community": 47,
      "norm_label": "canonical implementation"
    },
    {
      "label": "2. Image Capture \u2014 Proof, Receipt & Verification",
      "file_type": "document",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L91",
      "_origin": "ast",
      "id": "docs_input_and_image_standards_2_image_capture_proof_receipt_verification",
      "community": 47,
      "norm_label": "2. image capture \u2014 proof, receipt & verification"
    },
    {
      "label": "What it is",
      "file_type": "document",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L93",
      "_origin": "ast",
      "id": "docs_input_and_image_standards_what_it_is_93",
      "community": 47,
      "norm_label": "what it is"
    },
    {
      "label": "Storage",
      "file_type": "document",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L112",
      "_origin": "ast",
      "id": "docs_input_and_image_standards_storage",
      "community": 47,
      "norm_label": "storage"
    },
    {
      "label": "When to apply",
      "file_type": "document",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L116",
      "_origin": "ast",
      "id": "docs_input_and_image_standards_when_to_apply_116",
      "community": 47,
      "norm_label": "when to apply"
    },
    {
      "label": "Confirmation prompt for Claude",
      "file_type": "document",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L122",
      "_origin": "ast",
      "id": "docs_input_and_image_standards_confirmation_prompt_for_claude",
      "community": 47,
      "norm_label": "confirmation prompt for claude"
    },
    {
      "label": "Key implementation details",
      "file_type": "document",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L132",
      "_origin": "ast",
      "id": "docs_input_and_image_standards_key_implementation_details",
      "community": 47,
      "norm_label": "key implementation details"
    },
    {
      "label": "3. Change History",
      "file_type": "document",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L160",
      "_origin": "ast",
      "id": "docs_input_and_image_standards_3_change_history",
      "community": 47,
      "norm_label": "3. change history"
    },
    {
      "label": "prod-hotfix-protocol.md",
      "file_type": "document",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "docs_prod_hotfix_protocol",
      "community": 212,
      "norm_label": "prod-hotfix-protocol.md"
    },
    {
      "label": "Production Hotfix Protocol",
      "file_type": "document",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "docs_prod_hotfix_protocol_production_hotfix_protocol",
      "community": 212,
      "norm_label": "production hotfix protocol"
    },
    {
      "label": "The Rule",
      "file_type": "document",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L5",
      "_origin": "ast",
      "id": "docs_prod_hotfix_protocol_the_rule",
      "community": 212,
      "norm_label": "the rule"
    },
    {
      "label": "Step-by-Step",
      "file_type": "document",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L13",
      "_origin": "ast",
      "id": "docs_prod_hotfix_protocol_step_by_step",
      "community": 212,
      "norm_label": "step-by-step"
    },
    {
      "label": "1. Clone prod DB to a bugfix environment",
      "file_type": "document",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L15",
      "_origin": "ast",
      "id": "docs_prod_hotfix_protocol_1_clone_prod_db_to_a_bugfix_environment",
      "community": 212,
      "norm_label": "1. clone prod db to a bugfix environment"
    },
    {
      "label": "2. Reproduce the bug",
      "file_type": "document",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L44",
      "_origin": "ast",
      "id": "docs_prod_hotfix_protocol_2_reproduce_the_bug",
      "community": 212,
      "norm_label": "2. reproduce the bug"
    },
    {
      "label": "3. Author the fix on the dev branch",
      "file_type": "document",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L51",
      "_origin": "ast",
      "id": "docs_prod_hotfix_protocol_3_author_the_fix_on_the_dev_branch",
      "community": 212,
      "norm_label": "3. author the fix on the dev branch"
    },
    {
      "label": "4. Test on bugfix environment",
      "file_type": "document",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L71",
      "_origin": "ast",
      "id": "docs_prod_hotfix_protocol_4_test_on_bugfix_environment",
      "community": 212,
      "norm_label": "4. test on bugfix environment"
    },
    {
      "label": "5. Promote to production",
      "file_type": "document",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L75",
      "_origin": "ast",
      "id": "docs_prod_hotfix_protocol_5_promote_to_production",
      "community": 212,
      "norm_label": "5. promote to production"
    },
    {
      "label": "6. Tear down bugfix environment",
      "file_type": "document",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L92",
      "_origin": "ast",
      "id": "docs_prod_hotfix_protocol_6_tear_down_bugfix_environment",
      "community": 212,
      "norm_label": "6. tear down bugfix environment"
    },
    {
      "label": "Cross-PWA Bug Notes",
      "file_type": "document",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L101",
      "_origin": "ast",
      "id": "docs_prod_hotfix_protocol_cross_pwa_bug_notes",
      "community": 212,
      "norm_label": "cross-pwa bug notes"
    },
    {
      "label": "Quick Reference",
      "file_type": "document",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L113",
      "_origin": "ast",
      "id": "docs_prod_hotfix_protocol_quick_reference",
      "community": 212,
      "norm_label": "quick reference"
    },
    {
      "label": "FINANCE_V1_REFERENCE.md",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference",
      "community": 7,
      "norm_label": "finance_v1_reference.md"
    },
    {
      "label": "Finance PWA v1 \u2014 Reference Document",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_finance_pwa_v1_reference_document",
      "community": 7,
      "norm_label": "finance pwa v1 \u2014 reference document"
    },
    {
      "label": "Access Control",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L8",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_access_control",
      "community": 7,
      "norm_label": "access control"
    },
    {
      "label": "Screens & Navigation",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L26",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_screens_navigation",
      "community": 7,
      "norm_label": "screens & navigation"
    },
    {
      "label": "Bottom Nav (role-sensitive)",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L44",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_bottom_nav_role_sensitive",
      "community": 7,
      "norm_label": "bottom nav (role-sensitive)"
    },
    {
      "label": "Modals",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L54",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_modals",
      "community": 7,
      "norm_label": "modals"
    },
    {
      "label": "DB Tables Used (all in `finance` schema via PostgREST)",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L72",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_db_tables_used_all_in_finance_schema_via_postgrest",
      "community": 7,
      "norm_label": "db tables used (all in `finance` schema via postgrest)"
    },
    {
      "label": "`finance.accounts`",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L74",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_finance_accounts",
      "community": 7,
      "norm_label": "`finance.accounts`"
    },
    {
      "label": "`finance.parties`",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L84",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_finance_parties",
      "community": 7,
      "norm_label": "`finance.parties`"
    },
    {
      "label": "`finance.transactions`",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L90",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_finance_transactions",
      "community": 7,
      "norm_label": "`finance.transactions`"
    },
    {
      "label": "`finance.custodian_handovers`",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L104",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_finance_custodian_handovers",
      "community": 7,
      "norm_label": "`finance.custodian_handovers`"
    },
    {
      "label": "`finance.salary_register`",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L110",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_finance_salary_register",
      "community": 7,
      "norm_label": "`finance.salary_register`"
    },
    {
      "label": "`finance.upi_config`",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L118",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_finance_upi_config",
      "community": 7,
      "norm_label": "`finance.upi_config`"
    },
    {
      "label": "`finance.payee_methods` (finance_upi_v2.sql)",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L124",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_finance_payee_methods_finance_upi_v2_sql",
      "community": 7,
      "norm_label": "`finance.payee_methods` (finance_upi_v2.sql)"
    },
    {
      "label": "DB RPCs Used",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L131",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_db_rpcs_used",
      "community": 7,
      "norm_label": "db rpcs used"
    },
    {
      "label": "Seeded Accounts",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L144",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_seeded_accounts",
      "community": 7,
      "norm_label": "seeded accounts"
    },
    {
      "label": "Feature Inventory",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L165",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_feature_inventory",
      "community": 7,
      "norm_label": "feature inventory"
    },
    {
      "label": "Dashboard (`screen-dash`)",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L167",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_dashboard_screen_dash",
      "community": 7,
      "norm_label": "dashboard (`screen-dash`)"
    },
    {
      "label": "New Entry Form (`screen-txn`)",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L174",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_new_entry_form_screen_txn",
      "community": 7,
      "norm_label": "new entry form (`screen-txn`)"
    },
    {
      "label": "Cash Desk (`screen-cash`) \u2014 shambhu, gurpreet, harish",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L182",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_cash_desk_screen_cash_shambhu_gurpreet_harish",
      "community": 7,
      "norm_label": "cash desk (`screen-cash`) \u2014 shambhu, gurpreet, harish"
    },
    {
      "label": "UPI Direct (`screen-upi-direct`) \u2014 full rework",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L190",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_upi_direct_screen_upi_direct_full_rework",
      "community": 7,
      "norm_label": "upi direct (`screen-upi-direct`) \u2014 full rework"
    },
    {
      "label": "Salary Register (`screen-salary`) \u2014 admin only",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L209",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_salary_register_screen_salary_admin_only",
      "community": 7,
      "norm_label": "salary register (`screen-salary`) \u2014 admin only"
    },
    {
      "label": "Expense Claims (`screen-claims`)",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L219",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_expense_claims_screen_claims",
      "community": 7,
      "norm_label": "expense claims (`screen-claims`)"
    },
    {
      "label": "Ledger (`screen-ledger`)",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L225",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_ledger_screen_ledger",
      "community": 7,
      "norm_label": "ledger (`screen-ledger`)"
    },
    {
      "label": "Tally Export (`screen-tally`) \u2014 admin only",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L230",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_tally_export_screen_tally_admin_only",
      "community": 7,
      "norm_label": "tally export (`screen-tally`) \u2014 admin only"
    },
    {
      "label": "Admin Screen (`screen-admin`) \u2014 admin only",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L237",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_admin_screen_screen_admin_admin_only",
      "community": 7,
      "norm_label": "admin screen (`screen-admin`) \u2014 admin only"
    },
    {
      "label": "Quick Actions (home screen \u2014 admin only)",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L241",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_quick_actions_home_screen_admin_only",
      "community": 7,
      "norm_label": "quick actions (home screen \u2014 admin only)"
    },
    {
      "label": "UPI App Icons (pre-cached in SW)",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L249",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_upi_app_icons_pre_cached_in_sw",
      "community": 7,
      "norm_label": "upi app icons (pre-cached in sw)"
    },
    {
      "label": "External Service Dependencies",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L258",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_external_service_dependencies",
      "community": 7,
      "norm_label": "external service dependencies"
    },
    {
      "label": "Known Issues / Gaps at Archive Time",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L268",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_known_issues_gaps_at_archive_time",
      "community": 7,
      "norm_label": "known issues / gaps at archive time"
    },
    {
      "label": "Build Stage History",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L278",
      "_origin": "ast",
      "id": "finance_v1_finance_v1_reference_build_stage_history",
      "community": 7,
      "norm_label": "build stage history"
    },
    {
      "label": "26 06 17 Liebherr Branding - Punjan_f3c415c4.md",
      "file_type": "document",
      "source_file": "graphify-out/converted/26 06 17 Liebherr Branding - Punjan_f3c415c4.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "converted_26_06_17_liebherr_branding_punjan_f3c415c4",
      "community": 320,
      "norm_label": "26 06 17 liebherr branding - punjan_f3c415c4.md"
    },
    {
      "label": "Sheet: Branding",
      "file_type": "document",
      "source_file": "graphify-out/converted/26 06 17 Liebherr Branding - Punjan_f3c415c4.md",
      "source_location": "L3",
      "_origin": "ast",
      "id": "converted_26_06_17_liebherr_branding_punjan_f3c415c4_sheet_branding",
      "community": 320,
      "norm_label": "sheet: branding"
    },
    {
      "label": "BTC Chandigarh -Single Sheet_012b9ec8.md",
      "file_type": "document",
      "source_file": "graphify-out/converted/BTC Chandigarh -Single Sheet_012b9ec8.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "converted_btc_chandigarh_single_sheet_012b9ec8",
      "community": 324,
      "norm_label": "btc chandigarh -single sheet_012b9ec8.md"
    },
    {
      "label": "Sheet: Sheet1",
      "file_type": "document",
      "source_file": "graphify-out/converted/BTC Chandigarh -Single Sheet_012b9ec8.md",
      "source_location": "L3",
      "_origin": "ast",
      "id": "converted_btc_chandigarh_single_sheet_012b9ec8_sheet_sheet1",
      "community": 324,
      "norm_label": "sheet: sheet1"
    },
    {
      "label": "BTC Chandigarh with Separate Tab_68a8e177.md",
      "file_type": "document",
      "source_file": "graphify-out/converted/BTC Chandigarh with Separate Tab_68a8e177.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "converted_btc_chandigarh_with_separate_tab_68a8e177",
      "community": 317,
      "norm_label": "btc chandigarh with separate tab_68a8e177.md"
    },
    {
      "label": "Sheet: Sheet1",
      "file_type": "document",
      "source_file": "graphify-out/converted/BTC Chandigarh with Separate Tab_68a8e177.md",
      "source_location": "L3",
      "_origin": "ast",
      "id": "converted_btc_chandigarh_with_separate_tab_68a8e177_sheet_sheet1",
      "community": 317,
      "norm_label": "sheet: sheet1"
    },
    {
      "label": "Sheet: CHANDIGARH",
      "file_type": "document",
      "source_file": "graphify-out/converted/BTC Chandigarh with Separate Tab_68a8e177.md",
      "source_location": "L75",
      "_origin": "ast",
      "id": "converted_btc_chandigarh_with_separate_tab_68a8e177_sheet_chandigarh",
      "community": 317,
      "norm_label": "sheet: chandigarh"
    },
    {
      "label": "Sheet: PUNJAB",
      "file_type": "document",
      "source_file": "graphify-out/converted/BTC Chandigarh with Separate Tab_68a8e177.md",
      "source_location": "L85",
      "_origin": "ast",
      "id": "converted_btc_chandigarh_with_separate_tab_68a8e177_sheet_punjab",
      "community": 317,
      "norm_label": "sheet: punjab"
    },
    {
      "label": "Sheet: HIMACHAL",
      "file_type": "document",
      "source_file": "graphify-out/converted/BTC Chandigarh with Separate Tab_68a8e177.md",
      "source_location": "L127",
      "_origin": "ast",
      "id": "converted_btc_chandigarh_with_separate_tab_68a8e177_sheet_himachal",
      "community": 317,
      "norm_label": "sheet: himachal"
    },
    {
      "label": "Sheet: J& k",
      "file_type": "document",
      "source_file": "graphify-out/converted/BTC Chandigarh with Separate Tab_68a8e177.md",
      "source_location": "L142",
      "_origin": "ast",
      "id": "converted_btc_chandigarh_with_separate_tab_68a8e177_sheet_j_k",
      "community": 317,
      "norm_label": "sheet: j& k"
    },
    {
      "label": "Brand -HP -Address for Rajasthan Dispatch_8cda94e0.md",
      "file_type": "document",
      "source_file": "graphify-out/converted/Brand -HP -Address for Rajasthan Dispatch_8cda94e0.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "converted_brand_hp_address_for_rajasthan_dispatch_8cda94e0",
      "community": 321,
      "norm_label": "brand -hp -address for rajasthan dispatch_8cda94e0.md"
    },
    {
      "label": "Sheet: Sheet1",
      "file_type": "document",
      "source_file": "graphify-out/converted/Brand -HP -Address for Rajasthan Dispatch_8cda94e0.md",
      "source_location": "L3",
      "_origin": "ast",
      "id": "converted_brand_hp_address_for_rajasthan_dispatch_8cda94e0_sheet_sheet1",
      "community": 321,
      "norm_label": "sheet: sheet1"
    },
    {
      "label": "Brand -HP-Q3'26 - T3 Store List for Visibility drive_2c62f273.md",
      "file_type": "document",
      "source_file": "graphify-out/converted/Brand -HP-Q3'26 - T3 Store List for Visibility drive_2c62f273.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "converted_brand_hp_q3_26_t3_store_list_for_visibility_drive_2c62f273",
      "community": 323,
      "norm_label": "brand -hp-q3'26 - t3 store list for visibility drive_2c62f273.md"
    },
    {
      "label": "Sheet: Sheet1",
      "file_type": "document",
      "source_file": "graphify-out/converted/Brand -HP-Q3'26 - T3 Store List for Visibility drive_2c62f273.md",
      "source_location": "L3",
      "_origin": "ast",
      "id": "converted_brand_hp_q3_26_t3_store_list_for_visibility_drive_2c62f273_sheet_sheet1",
      "community": 323,
      "norm_label": "sheet: sheet1"
    },
    {
      "label": "Brand-HP-For Punjab Dispatch_2ed40723.md",
      "file_type": "document",
      "source_file": "graphify-out/converted/Brand-HP-For Punjab Dispatch_2ed40723.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "converted_brand_hp_for_punjab_dispatch_2ed40723",
      "community": 322,
      "norm_label": "brand-hp-for punjab dispatch_2ed40723.md"
    },
    {
      "label": "Sheet: Sheet1",
      "file_type": "document",
      "source_file": "graphify-out/converted/Brand-HP-For Punjab Dispatch_2ed40723.md",
      "source_location": "L3",
      "_origin": "ast",
      "id": "converted_brand_hp_for_punjab_dispatch_2ed40723_sheet_sheet1",
      "community": 322,
      "norm_label": "sheet: sheet1"
    },
    {
      "label": "Documents_Master_combined_7648996b.md",
      "file_type": "document",
      "source_file": "graphify-out/converted/Documents_Master_combined_7648996b.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "converted_documents_master_combined_7648996b",
      "community": 315,
      "norm_label": "documents_master_combined_7648996b.md"
    },
    {
      "label": "Sheet: Companies",
      "file_type": "document",
      "source_file": "graphify-out/converted/Documents_Master_combined_7648996b.md",
      "source_location": "L3",
      "_origin": "ast",
      "id": "converted_documents_master_combined_7648996b_sheet_companies",
      "community": 315,
      "norm_label": "sheet: companies"
    },
    {
      "label": "Sheet: Clients",
      "file_type": "document",
      "source_file": "graphify-out/converted/Documents_Master_combined_7648996b.md",
      "source_location": "L9",
      "_origin": "ast",
      "id": "converted_documents_master_combined_7648996b_sheet_clients",
      "community": 315,
      "norm_label": "sheet: clients"
    },
    {
      "label": "Sheet: Items",
      "file_type": "document",
      "source_file": "graphify-out/converted/Documents_Master_combined_7648996b.md",
      "source_location": "L19",
      "_origin": "ast",
      "id": "converted_documents_master_combined_7648996b_sheet_items",
      "community": 315,
      "norm_label": "sheet: items"
    },
    {
      "label": "Sheet: Banks",
      "file_type": "document",
      "source_file": "graphify-out/converted/Documents_Master_combined_7648996b.md",
      "source_location": "L287",
      "_origin": "ast",
      "id": "converted_documents_master_combined_7648996b_sheet_banks",
      "community": 315,
      "norm_label": "sheet: banks"
    },
    {
      "label": "Sheet: PaymentTerms",
      "file_type": "document",
      "source_file": "graphify-out/converted/Documents_Master_combined_7648996b.md",
      "source_location": "L291",
      "_origin": "ast",
      "id": "converted_documents_master_combined_7648996b_sheet_paymentterms",
      "community": 315,
      "norm_label": "sheet: paymentterms"
    },
    {
      "label": "Sheet: Documents",
      "file_type": "document",
      "source_file": "graphify-out/converted/Documents_Master_combined_7648996b.md",
      "source_location": "L294",
      "_origin": "ast",
      "id": "converted_documents_master_combined_7648996b_sheet_documents",
      "community": 315,
      "norm_label": "sheet: documents"
    },
    {
      "label": "Sheet: DocumentLines",
      "file_type": "document",
      "source_file": "graphify-out/converted/Documents_Master_combined_7648996b.md",
      "source_location": "L443",
      "_origin": "ast",
      "id": "converted_documents_master_combined_7648996b_sheet_documentlines",
      "community": 315,
      "norm_label": "sheet: documentlines"
    },
    {
      "label": "Sheet: Counters",
      "file_type": "document",
      "source_file": "graphify-out/converted/Documents_Master_combined_7648996b.md",
      "source_location": "L1549",
      "_origin": "ast",
      "id": "converted_documents_master_combined_7648996b_sheet_counters",
      "community": 315,
      "norm_label": "sheet: counters"
    },
    {
      "label": "Sheet: Settings",
      "file_type": "document",
      "source_file": "graphify-out/converted/Documents_Master_combined_7648996b.md",
      "source_location": "L1552",
      "_origin": "ast",
      "id": "converted_documents_master_combined_7648996b_sheet_settings",
      "community": 315,
      "norm_label": "sheet: settings"
    },
    {
      "label": "Sheet: _ExtractionLog",
      "file_type": "document",
      "source_file": "graphify-out/converted/Documents_Master_combined_7648996b.md",
      "source_location": "L1562",
      "_origin": "ast",
      "id": "converted_documents_master_combined_7648996b_sheet_extractionlog",
      "community": 315,
      "norm_label": "sheet: _extractionlog"
    },
    {
      "label": "HP -Punjab (without Flange) - Q3'26 - T3 Store List_c6f44016.md",
      "file_type": "document",
      "source_file": "graphify-out/converted/HP -Punjab (without Flange) - Q3'26 - T3 Store List_c6f44016.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "converted_hp_punjab_without_flange_q3_26_t3_store_list_c6f44016",
      "community": 325,
      "norm_label": "hp -punjab (without flange) - q3'26 - t3 store list_c6f44016.md"
    },
    {
      "label": "Sheet: Sheet1",
      "file_type": "document",
      "source_file": "graphify-out/converted/HP -Punjab (without Flange) - Q3'26 - T3 Store List_c6f44016.md",
      "source_location": "L3",
      "_origin": "ast",
      "id": "converted_hp_punjab_without_flange_q3_26_t3_store_list_c6f44016_sheet_sheet1",
      "community": 325,
      "norm_label": "sheet: sheet1"
    },
    {
      "label": "Philips_Ludhiana Recce_Bilingual_PrintReady_9902c491.md",
      "file_type": "document",
      "source_file": "graphify-out/converted/Philips_Ludhiana Recce_Bilingual_PrintReady_9902c491.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "converted_philips_ludhiana_recce_bilingual_printready_9902c491",
      "community": 326,
      "norm_label": "philips_ludhiana recce_bilingual_printready_9902c491.md"
    },
    {
      "label": "Sheet: Recce_Plan",
      "file_type": "document",
      "source_file": "graphify-out/converted/Philips_Ludhiana Recce_Bilingual_PrintReady_9902c491.md",
      "source_location": "L3",
      "_origin": "ast",
      "id": "converted_philips_ludhiana_recce_bilingual_printready_9902c491_sheet_recce_plan",
      "community": 326,
      "norm_label": "sheet: recce_plan"
    },
    {
      "label": "Philips_Recce_Bilingual_PrintReady_f6672000.md",
      "file_type": "document",
      "source_file": "graphify-out/converted/Philips_Recce_Bilingual_PrintReady_f6672000.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "converted_philips_recce_bilingual_printready_f6672000",
      "community": 327,
      "norm_label": "philips_recce_bilingual_printready_f6672000.md"
    },
    {
      "label": "Sheet: Recce_Plan",
      "file_type": "document",
      "source_file": "graphify-out/converted/Philips_Recce_Bilingual_PrintReady_f6672000.md",
      "source_location": "L3",
      "_origin": "ast",
      "id": "converted_philips_recce_bilingual_printready_f6672000_sheet_recce_plan",
      "community": 327,
      "norm_label": "sheet: recce_plan"
    },
    {
      "label": "Q3'26 - T3 Store List for Visibility drive_34577151.md",
      "file_type": "document",
      "source_file": "graphify-out/converted/Q3'26 - T3 Store List for Visibility drive_34577151.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "converted_q3_26_t3_store_list_for_visibility_drive_34577151",
      "community": 328,
      "norm_label": "q3'26 - t3 store list for visibility drive_34577151.md"
    },
    {
      "label": "Sheet: Sheet1",
      "file_type": "document",
      "source_file": "graphify-out/converted/Q3'26 - T3 Store List for Visibility drive_34577151.md",
      "source_location": "L3",
      "_origin": "ast",
      "id": "converted_q3_26_t3_store_list_for_visibility_drive_34577151_sheet_sheet1",
      "community": 328,
      "norm_label": "sheet: sheet1"
    },
    {
      "label": "Yagya_Narang_Portfolio_Categorisation_a51abb81.md",
      "file_type": "document",
      "source_file": "graphify-out/converted/Yagya_Narang_Portfolio_Categorisation_a51abb81.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "converted_yagya_narang_portfolio_categorisation_a51abb81",
      "community": 316,
      "norm_label": "yagya_narang_portfolio_categorisation_a51abb81.md"
    },
    {
      "label": "Sheet: Readme",
      "file_type": "document",
      "source_file": "graphify-out/converted/Yagya_Narang_Portfolio_Categorisation_a51abb81.md",
      "source_location": "L3",
      "_origin": "ast",
      "id": "converted_yagya_narang_portfolio_categorisation_a51abb81_sheet_readme",
      "community": 316,
      "norm_label": "sheet: readme"
    },
    {
      "label": "Sheet: Master",
      "file_type": "document",
      "source_file": "graphify-out/converted/Yagya_Narang_Portfolio_Categorisation_a51abb81.md",
      "source_location": "L35",
      "_origin": "ast",
      "id": "converted_yagya_narang_portfolio_categorisation_a51abb81_sheet_master",
      "community": 316,
      "norm_label": "sheet: master"
    },
    {
      "label": "Sheet: Category Summary",
      "file_type": "document",
      "source_file": "graphify-out/converted/Yagya_Narang_Portfolio_Categorisation_a51abb81.md",
      "source_location": "L102",
      "_origin": "ast",
      "id": "converted_yagya_narang_portfolio_categorisation_a51abb81_sheet_category_summary",
      "community": 316,
      "norm_label": "sheet: category summary"
    },
    {
      "label": "Sheet: Portfolio Sections",
      "file_type": "document",
      "source_file": "graphify-out/converted/Yagya_Narang_Portfolio_Categorisation_a51abb81.md",
      "source_location": "L116",
      "_origin": "ast",
      "id": "converted_yagya_narang_portfolio_categorisation_a51abb81_sheet_portfolio_sections",
      "community": 316,
      "norm_label": "sheet: portfolio sections"
    },
    {
      "label": "Sheet: Hero Picks",
      "file_type": "document",
      "source_file": "graphify-out/converted/Yagya_Narang_Portfolio_Categorisation_a51abb81.md",
      "source_location": "L131",
      "_origin": "ast",
      "id": "converted_yagya_narang_portfolio_categorisation_a51abb81_sheet_hero_picks",
      "community": 316,
      "norm_label": "sheet: hero picks"
    },
    {
      "label": "Sheet: Excluded",
      "file_type": "document",
      "source_file": "graphify-out/converted/Yagya_Narang_Portfolio_Categorisation_a51abb81.md",
      "source_location": "L158",
      "_origin": "ast",
      "id": "converted_yagya_narang_portfolio_categorisation_a51abb81_sheet_excluded",
      "community": 316,
      "norm_label": "sheet: excluded"
    },
    {
      "label": "sample_806767fe.md",
      "file_type": "document",
      "source_file": "graphify-out/converted/sample_806767fe.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "converted_sample_806767fe",
      "community": 329,
      "norm_label": "sample_806767fe.md"
    },
    {
      "label": "Sheet: Stops",
      "file_type": "document",
      "source_file": "graphify-out/converted/sample_806767fe.md",
      "source_location": "L3",
      "_origin": "ast",
      "id": "converted_sample_806767fe_sheet_stops",
      "community": 329,
      "norm_label": "sheet: stops"
    },
    {
      "label": "upi_parties_master_8e05c442.md",
      "file_type": "document",
      "source_file": "graphify-out/converted/upi_parties_master_8e05c442.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "converted_upi_parties_master_8e05c442",
      "community": 318,
      "norm_label": "upi_parties_master_8e05c442.md"
    },
    {
      "label": "Sheet: Master",
      "file_type": "document",
      "source_file": "graphify-out/converted/upi_parties_master_8e05c442.md",
      "source_location": "L3",
      "_origin": "ast",
      "id": "converted_upi_parties_master_8e05c442_sheet_master",
      "community": 318,
      "norm_label": "sheet: master"
    },
    {
      "label": "Sheet: UPI_IDs",
      "file_type": "document",
      "source_file": "graphify-out/converted/upi_parties_master_8e05c442.md",
      "source_location": "L64",
      "_origin": "ast",
      "id": "converted_upi_parties_master_8e05c442_sheet_upi_ids",
      "community": 318,
      "norm_label": "sheet: upi_ids"
    },
    {
      "label": "Sheet: Employees",
      "file_type": "document",
      "source_file": "graphify-out/converted/upi_parties_master_8e05c442.md",
      "source_location": "L130",
      "_origin": "ast",
      "id": "converted_upi_parties_master_8e05c442_sheet_employees",
      "community": 318,
      "norm_label": "sheet: employees"
    },
    {
      "label": "upi_parties_master_fc3a5313.md",
      "file_type": "document",
      "source_file": "graphify-out/converted/upi_parties_master_fc3a5313.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "converted_upi_parties_master_fc3a5313",
      "community": 319,
      "norm_label": "upi_parties_master_fc3a5313.md"
    },
    {
      "label": "Sheet: Master",
      "file_type": "document",
      "source_file": "graphify-out/converted/upi_parties_master_fc3a5313.md",
      "source_location": "L3",
      "_origin": "ast",
      "id": "converted_upi_parties_master_fc3a5313_sheet_master",
      "community": 319,
      "norm_label": "sheet: master"
    },
    {
      "label": "Sheet: UPI_IDs",
      "file_type": "document",
      "source_file": "graphify-out/converted/upi_parties_master_fc3a5313.md",
      "source_location": "L64",
      "_origin": "ast",
      "id": "converted_upi_parties_master_fc3a5313_sheet_upi_ids",
      "community": 319,
      "norm_label": "sheet: upi_ids"
    },
    {
      "label": "Sheet: Employees",
      "file_type": "document",
      "source_file": "graphify-out/converted/upi_parties_master_fc3a5313.md",
      "source_location": "L130",
      "_origin": "ast",
      "id": "converted_upi_parties_master_fc3a5313_sheet_employees",
      "community": 319,
      "norm_label": "sheet: employees"
    },
    {
      "label": "pwa_dev_style.md",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "pwa_dev_style",
      "community": 32,
      "norm_label": "pwa_dev_style.md"
    },
    {
      "label": "PWA Dev Style Guide \u2014 360LM",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "community": 32,
      "norm_label": "pwa dev style guide \u2014 360lm"
    },
    {
      "label": "0. New PWA \u2014 Pre-Build Questionnaire",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L6",
      "_origin": "ast",
      "id": "pwa_dev_style_0_new_pwa_pre_build_questionnaire",
      "community": 28,
      "norm_label": "0. new pwa \u2014 pre-build questionnaire"
    },
    {
      "label": "Q0.1 App Identity",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L10",
      "_origin": "ast",
      "id": "pwa_dev_style_q0_1_app_identity",
      "community": 28,
      "norm_label": "q0.1 app identity"
    },
    {
      "label": "Q0.2 Authentication",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L25",
      "_origin": "ast",
      "id": "pwa_dev_style_q0_2_authentication",
      "community": 28,
      "norm_label": "q0.2 authentication"
    },
    {
      "label": "Q0.3 Data & Storage",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L31",
      "_origin": "ast",
      "id": "pwa_dev_style_q0_3_data_storage",
      "community": 28,
      "norm_label": "q0.3 data & storage"
    },
    {
      "label": "Q0.4 Form Flow",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L43",
      "_origin": "ast",
      "id": "pwa_dev_style_q0_4_form_flow",
      "community": 28,
      "norm_label": "q0.4 form flow"
    },
    {
      "label": "Q0.5 Photos",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L54",
      "_origin": "ast",
      "id": "pwa_dev_style_q0_5_photos",
      "community": 28,
      "norm_label": "q0.5 photos"
    },
    {
      "label": "Q0.6 GPS & Location",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L65",
      "_origin": "ast",
      "id": "pwa_dev_style_q0_6_gps_location",
      "community": 28,
      "norm_label": "q0.6 gps & location"
    },
    {
      "label": "Q0.6b Maps APIs (geocode / routing / places / traffic)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L71",
      "_origin": "ast",
      "id": "pwa_dev_style_q0_6b_maps_apis_geocode_routing_places_traffic",
      "community": 28,
      "norm_label": "q0.6b maps apis (geocode / routing / places / traffic)"
    },
    {
      "label": "Q0.7 Store / Record Lookup",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L86",
      "_origin": "ast",
      "id": "pwa_dev_style_q0_7_store_record_lookup",
      "community": 28,
      "norm_label": "q0.7 store / record lookup"
    },
    {
      "label": "Q0.8 Admin Mode",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L91",
      "_origin": "ast",
      "id": "pwa_dev_style_q0_8_admin_mode",
      "community": 28,
      "norm_label": "q0.8 admin mode"
    },
    {
      "label": "Q0.9 Sync & Backend",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L96",
      "_origin": "ast",
      "id": "pwa_dev_style_q0_9_sync_backend",
      "community": 28,
      "norm_label": "q0.9 sync & backend"
    },
    {
      "label": "Q0.10 Service Worker",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L111",
      "_origin": "ast",
      "id": "pwa_dev_style_q0_10_service_worker",
      "community": 28,
      "norm_label": "q0.10 service worker"
    },
    {
      "label": "Q0.11 UI Chrome",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L116",
      "_origin": "ast",
      "id": "pwa_dev_style_q0_11_ui_chrome",
      "community": 28,
      "norm_label": "q0.11 ui chrome"
    },
    {
      "label": "Q0.12 Special Features",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L122",
      "_origin": "ast",
      "id": "pwa_dev_style_q0_12_special_features",
      "community": 28,
      "norm_label": "q0.12 special features"
    },
    {
      "label": "Q0.13 Amount Input \u2014 Indian Formatting \u2691 CONFIRM BEFORE IMPLEMENTING",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L131",
      "_origin": "ast",
      "id": "pwa_dev_style_q0_13_amount_input_indian_formatting_confirm_before_implementing",
      "community": 28,
      "norm_label": "q0.13 amount input \u2014 indian formatting \u2691 confirm before implementing"
    },
    {
      "label": "Q0.14 Proof Image Capture \u2014 Editor & Compression \u2691 CONFIRM BEFORE IMPLEMENTING",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L148",
      "_origin": "ast",
      "id": "pwa_dev_style_q0_14_proof_image_capture_editor_compression_confirm_before_implementing",
      "community": 28,
      "norm_label": "q0.14 proof image capture \u2014 editor & compression \u2691 confirm before implementing"
    },
    {
      "label": "1. App Identity",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L168",
      "_origin": "ast",
      "id": "pwa_dev_style_1_app_identity",
      "community": 32,
      "norm_label": "1. app identity"
    },
    {
      "label": "2. Design System",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L185",
      "_origin": "ast",
      "id": "pwa_dev_style_2_design_system",
      "community": 104,
      "norm_label": "2. design system"
    },
    {
      "label": "2.1 CSS Custom Properties",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L187",
      "_origin": "ast",
      "id": "pwa_dev_style_2_1_css_custom_properties",
      "community": 104,
      "norm_label": "2.1 css custom properties"
    },
    {
      "label": "2.2 Typography Scale",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L211",
      "_origin": "ast",
      "id": "pwa_dev_style_2_2_typography_scale",
      "community": 104,
      "norm_label": "2.2 typography scale"
    },
    {
      "label": "2.3 Button System (4 variants)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L224",
      "_origin": "ast",
      "id": "pwa_dev_style_2_3_button_system_4_variants",
      "community": 104,
      "norm_label": "2.3 button system (4 variants)"
    },
    {
      "label": "2.4 Form Controls",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L235",
      "_origin": "ast",
      "id": "pwa_dev_style_2_4_form_controls",
      "community": 104,
      "norm_label": "2.4 form controls"
    },
    {
      "label": "2.5 Photo Slot (`.pslot`)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L244",
      "_origin": "ast",
      "id": "pwa_dev_style_2_5_photo_slot_pslot",
      "community": 104,
      "norm_label": "2.5 photo slot (`.pslot`)"
    },
    {
      "label": "3. State Architecture",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L254",
      "_origin": "ast",
      "id": "pwa_dev_style_3_state_architecture",
      "community": 32,
      "norm_label": "3. state architecture"
    },
    {
      "label": "3.1 Global Variables",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L256",
      "_origin": "ast",
      "id": "pwa_dev_style_3_1_global_variables",
      "community": 32,
      "norm_label": "3.1 global variables"
    },
    {
      "label": "3.2 Constants",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L281",
      "_origin": "ast",
      "id": "pwa_dev_style_3_2_constants",
      "community": 32,
      "norm_label": "3.2 constants"
    },
    {
      "label": "4. Database (IndexedDB)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L303",
      "_origin": "ast",
      "id": "pwa_dev_style_4_database_indexeddb",
      "community": 200,
      "norm_label": "4. database (indexeddb)"
    },
    {
      "label": "4.1 Config Keys (cfg store)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L313",
      "_origin": "ast",
      "id": "pwa_dev_style_4_1_config_keys_cfg_store",
      "community": 200,
      "norm_label": "4.1 config keys (cfg store)"
    },
    {
      "label": "4.2 Submission Entry Schema",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L329",
      "_origin": "ast",
      "id": "pwa_dev_style_4_2_submission_entry_schema",
      "community": 200,
      "norm_label": "4.2 submission entry schema"
    },
    {
      "label": "4.3 Draft Schema",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L364",
      "_origin": "ast",
      "id": "pwa_dev_style_4_3_draft_schema",
      "community": 200,
      "norm_label": "4.3 draft schema"
    },
    {
      "label": "5. Screen Architecture (7 views)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L391",
      "_origin": "ast",
      "id": "pwa_dev_style_5_screen_architecture_7_views",
      "community": 90,
      "norm_label": "5. screen architecture (7 views)"
    },
    {
      "label": "View 1 \u2014 Home (`#view-home`)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L395",
      "_origin": "ast",
      "id": "pwa_dev_style_view_1_home_view_home",
      "community": 90,
      "norm_label": "view 1 \u2014 home (`#view-home`)"
    },
    {
      "label": "View 2 \u2014 Settings (`#view-settings`)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L410",
      "_origin": "ast",
      "id": "pwa_dev_style_view_2_settings_view_settings",
      "community": 90,
      "norm_label": "view 2 \u2014 settings (`#view-settings`)"
    },
    {
      "label": "View 3 \u2014 Form Step 1: Store Details (20%)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L420",
      "_origin": "ast",
      "id": "pwa_dev_style_view_3_form_step_1_store_details_20",
      "community": 90,
      "norm_label": "view 3 \u2014 form step 1: store details (20%)"
    },
    {
      "label": "View 4 \u2014 Form Step 2: Store Photos (40%)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L426",
      "_origin": "ast",
      "id": "pwa_dev_style_view_4_form_step_2_store_photos_40",
      "community": 90,
      "norm_label": "view 4 \u2014 form step 2: store photos (40%)"
    },
    {
      "label": "View 5 \u2014 Form Step 3: Video (60%)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L432",
      "_origin": "ast",
      "id": "pwa_dev_style_view_5_form_step_3_video_60",
      "community": 90,
      "norm_label": "view 5 \u2014 form step 3: video (60%)"
    },
    {
      "label": "View 6 \u2014 Form Step 4: Branding (80%)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L436",
      "_origin": "ast",
      "id": "pwa_dev_style_view_6_form_step_4_branding_80",
      "community": 90,
      "norm_label": "view 6 \u2014 form step 4: branding (80%)"
    },
    {
      "label": "View 7 \u2014 Form Step 5: Additional + Submit (100%)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L444",
      "_origin": "ast",
      "id": "pwa_dev_style_view_7_form_step_5_additional_submit_100",
      "community": 90,
      "norm_label": "view 7 \u2014 form step 5: additional + submit (100%)"
    },
    {
      "label": "6. Overlay / Modal System (z-index layers)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L452",
      "_origin": "ast",
      "id": "pwa_dev_style_6_overlay_modal_system_z_index_layers",
      "community": 32,
      "norm_label": "6. overlay / modal system (z-index layers)"
    },
    {
      "label": "Annotation Modal (branding photos only)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L468",
      "_origin": "ast",
      "id": "pwa_dev_style_annotation_modal_branding_photos_only",
      "community": 32,
      "norm_label": "annotation modal (branding photos only)"
    },
    {
      "label": "Bottom Dialogs",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L476",
      "_origin": "ast",
      "id": "pwa_dev_style_bottom_dialogs",
      "community": 32,
      "norm_label": "bottom dialogs"
    },
    {
      "label": "7. Photo Pipeline",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L487",
      "_origin": "ast",
      "id": "pwa_dev_style_7_photo_pipeline",
      "community": 190,
      "norm_label": "7. photo pipeline"
    },
    {
      "label": "7.1 Compression (`compress`)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L489",
      "_origin": "ast",
      "id": "pwa_dev_style_7_1_compression_compress",
      "community": 190,
      "norm_label": "7.1 compression (`compress`)"
    },
    {
      "label": "7.2 GPS Stamp (`stampPhoto`)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L500",
      "_origin": "ast",
      "id": "pwa_dev_style_7_2_gps_stamp_stampphoto",
      "community": 190,
      "norm_label": "7.2 gps stamp (`stampphoto`)"
    },
    {
      "label": "7.3 Photo Source Dialog",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L518",
      "_origin": "ast",
      "id": "pwa_dev_style_7_3_photo_source_dialog",
      "community": 190,
      "norm_label": "7.3 photo source dialog"
    },
    {
      "label": "7.4 Device Save (`savePhotoToDevice`)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L556",
      "_origin": "ast",
      "id": "pwa_dev_style_7_4_device_save_savephototodevice",
      "community": 190,
      "norm_label": "7.4 device save (`savephototodevice`)"
    },
    {
      "label": "8. Store List Management",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L562",
      "_origin": "ast",
      "id": "pwa_dev_style_8_store_list_management",
      "community": 191,
      "norm_label": "8. store list management"
    },
    {
      "label": "8.1 Upload Flow",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L564",
      "_origin": "ast",
      "id": "pwa_dev_style_8_1_upload_flow",
      "community": 191,
      "norm_label": "8.1 upload flow"
    },
    {
      "label": "8.2 Column Mapping (`parseStoreRow`)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L576",
      "_origin": "ast",
      "id": "pwa_dev_style_8_2_column_mapping_parsestorerow",
      "community": 191,
      "norm_label": "8.2 column mapping (`parsestorerow`)"
    },
    {
      "label": "8.3 Deduplication (`dedupeStores`)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L593",
      "_origin": "ast",
      "id": "pwa_dev_style_8_3_deduplication_dedupestores",
      "community": 191,
      "norm_label": "8.3 deduplication (`dedupestores`)"
    },
    {
      "label": "8.4 Auto-fetch on Init",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L599",
      "_origin": "ast",
      "id": "pwa_dev_style_8_4_auto_fetch_on_init",
      "community": 191,
      "norm_label": "8.4 auto-fetch on init"
    },
    {
      "label": "9. GPS Capture",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L605",
      "_origin": "ast",
      "id": "pwa_dev_style_9_gps_capture",
      "community": 32,
      "norm_label": "9. gps capture"
    },
    {
      "label": "10. Sync Architecture (3-Stage)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L623",
      "_origin": "ast",
      "id": "pwa_dev_style_10_sync_architecture_3_stage",
      "community": 196,
      "norm_label": "10. sync architecture (3-stage)"
    },
    {
      "label": "PostgREST Schema (submissions table, recce schema)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L648",
      "_origin": "ast",
      "id": "pwa_dev_style_postgrest_schema_submissions_table_recce_schema",
      "community": 196,
      "norm_label": "postgrest schema (submissions table, recce schema)"
    },
    {
      "label": "Google Slides Generation",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L660",
      "_origin": "ast",
      "id": "pwa_dev_style_google_slides_generation",
      "community": 196,
      "norm_label": "google slides generation"
    },
    {
      "label": "Rich HTML Report (`generateRecceReportHtml`)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L667",
      "_origin": "ast",
      "id": "pwa_dev_style_rich_html_report_generatereccereporthtml",
      "community": 196,
      "norm_label": "rich html report (`generatereccereporthtml`)"
    },
    {
      "label": "11. Admin System",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L679",
      "_origin": "ast",
      "id": "pwa_dev_style_11_admin_system",
      "community": 189,
      "norm_label": "11. admin system"
    },
    {
      "label": "Auto-unlock",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L681",
      "_origin": "ast",
      "id": "pwa_dev_style_auto_unlock",
      "community": 189,
      "norm_label": "auto-unlock"
    },
    {
      "label": "Password Verification (3-layer fallback)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L684",
      "_origin": "ast",
      "id": "pwa_dev_style_password_verification_3_layer_fallback",
      "community": 189,
      "norm_label": "password verification (3-layer fallback)"
    },
    {
      "label": "Admin Session",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L691",
      "_origin": "ast",
      "id": "pwa_dev_style_admin_session",
      "community": 189,
      "norm_label": "admin session"
    },
    {
      "label": "Admin Home (when unlocked)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L695",
      "_origin": "ast",
      "id": "pwa_dev_style_admin_home_when_unlocked",
      "community": 189,
      "norm_label": "admin home (when unlocked)"
    },
    {
      "label": "12. Draft System",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L704",
      "_origin": "ast",
      "id": "pwa_dev_style_12_draft_system",
      "community": 197,
      "norm_label": "12. draft system"
    },
    {
      "label": "Save (debounced 500ms)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L706",
      "_origin": "ast",
      "id": "pwa_dev_style_save_debounced_500ms",
      "community": 197,
      "norm_label": "save (debounced 500ms)"
    },
    {
      "label": "Resume",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L709",
      "_origin": "ast",
      "id": "pwa_dev_style_resume",
      "community": 197,
      "norm_label": "resume"
    },
    {
      "label": "Exit Dialog (3 options)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L713",
      "_origin": "ast",
      "id": "pwa_dev_style_exit_dialog_3_options",
      "community": 197,
      "norm_label": "exit dialog (3 options)"
    },
    {
      "label": "13. View / Report System",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L720",
      "_origin": "ast",
      "id": "pwa_dev_style_13_view_report_system",
      "community": 198,
      "norm_label": "13. view / report system"
    },
    {
      "label": "Offline View (`viewRecce(id)`)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L722",
      "_origin": "ast",
      "id": "pwa_dev_style_offline_view_viewrecce_id",
      "community": 198,
      "norm_label": "offline view (`viewrecce(id)`)"
    },
    {
      "label": "Server View",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L725",
      "_origin": "ast",
      "id": "pwa_dev_style_server_view",
      "community": 198,
      "norm_label": "server view"
    },
    {
      "label": "Edit Mode (`editRecce(id)`)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L728",
      "_origin": "ast",
      "id": "pwa_dev_style_edit_mode_editrecce_id",
      "community": 198,
      "norm_label": "edit mode (`editrecce(id)`)"
    },
    {
      "label": "14. Initialization (`init`)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L737",
      "_origin": "ast",
      "id": "pwa_dev_style_14_initialization_init",
      "community": 32,
      "norm_label": "14. initialization (`init`)"
    },
    {
      "label": "15. Service Worker",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L760",
      "_origin": "ast",
      "id": "pwa_dev_style_15_service_worker",
      "community": 32,
      "norm_label": "15. service worker"
    },
    {
      "label": "16. Utility Functions",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L789",
      "_origin": "ast",
      "id": "pwa_dev_style_16_utility_functions",
      "community": 32,
      "norm_label": "16. utility functions"
    },
    {
      "label": "17. Known Code Notes",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L808",
      "_origin": "ast",
      "id": "pwa_dev_style_17_known_code_notes",
      "community": 32,
      "norm_label": "17. known code notes"
    },
    {
      "label": "18. Design Patterns Summary",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L820",
      "_origin": "ast",
      "id": "pwa_dev_style_18_design_patterns_summary",
      "community": 32,
      "norm_label": "18. design patterns summary"
    },
    {
      "label": "19. Report Generation & Google Slides (GAS)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L848",
      "_origin": "ast",
      "id": "pwa_dev_style_19_report_generation_google_slides_gas",
      "community": 10,
      "norm_label": "19. report generation & google slides (gas)"
    },
    {
      "label": "19.1 Overview \u2014 Two Output Targets",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L854",
      "_origin": "ast",
      "id": "pwa_dev_style_19_1_overview_two_output_targets",
      "community": 10,
      "norm_label": "19.1 overview \u2014 two output targets"
    },
    {
      "label": "19.2 Sync Flow Step by Step",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L867",
      "_origin": "ast",
      "id": "pwa_dev_style_19_2_sync_flow_step_by_step",
      "community": 10,
      "norm_label": "19.2 sync flow step by step"
    },
    {
      "label": "19.3 GAS Payload \u2014 What is Sent",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L902",
      "_origin": "ast",
      "id": "pwa_dev_style_19_3_gas_payload_what_is_sent",
      "community": 10,
      "norm_label": "19.3 gas payload \u2014 what is sent"
    },
    {
      "label": "19.4 GAS Configuration",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L945",
      "_origin": "ast",
      "id": "pwa_dev_style_19_4_gas_configuration",
      "community": 10,
      "norm_label": "19.4 gas configuration"
    },
    {
      "label": "19.5 VPS Proxy \u2014 `/slides-proxy/` Endpoint",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L958",
      "_origin": "ast",
      "id": "pwa_dev_style_19_5_vps_proxy_slides_proxy_endpoint",
      "community": 10,
      "norm_label": "19.5 vps proxy \u2014 `/slides-proxy/` endpoint"
    },
    {
      "label": "Call 1 \u2014 Save Photos",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L962",
      "_origin": "ast",
      "id": "pwa_dev_style_call_1_save_photos",
      "community": 10,
      "norm_label": "call 1 \u2014 save photos"
    },
    {
      "label": "Call 2 \u2014 Save HTML Report",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L988",
      "_origin": "ast",
      "id": "pwa_dev_style_call_2_save_html_report",
      "community": 10,
      "norm_label": "call 2 \u2014 save html report"
    },
    {
      "label": "19.6 HTML Report \u2014 Rich Server Version (`generateRecceReportHtml`)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1005",
      "_origin": "ast",
      "id": "pwa_dev_style_19_6_html_report_rich_server_version_generatereccereporthtml",
      "community": 10,
      "norm_label": "19.6 html report \u2014 rich server version (`generatereccereporthtml`)"
    },
    {
      "label": "Layout Structure",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1009",
      "_origin": "ast",
      "id": "pwa_dev_style_layout_structure",
      "community": 10,
      "norm_label": "layout structure"
    },
    {
      "label": "Photo Grid System",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1033",
      "_origin": "ast",
      "id": "pwa_dev_style_photo_grid_system",
      "community": 10,
      "norm_label": "photo grid system"
    },
    {
      "label": "Branding Item Row Layout",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1044",
      "_origin": "ast",
      "id": "pwa_dev_style_branding_item_row_layout",
      "community": 10,
      "norm_label": "branding item row layout"
    },
    {
      "label": "Hero Meta Grid",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1054",
      "_origin": "ast",
      "id": "pwa_dev_style_hero_meta_grid",
      "community": 10,
      "norm_label": "hero meta grid"
    },
    {
      "label": "Report CSS Notes",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1067",
      "_origin": "ast",
      "id": "pwa_dev_style_report_css_notes",
      "community": 10,
      "norm_label": "report css notes"
    },
    {
      "label": "19.7 HTML Report \u2014 Offline Fallback Version (`viewRecce`)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1075",
      "_origin": "ast",
      "id": "pwa_dev_style_19_7_html_report_offline_fallback_version_viewrecce",
      "community": 10,
      "norm_label": "19.7 html report \u2014 offline fallback version (`viewrecce`)"
    },
    {
      "label": "19.8 `viewRecce()` Decision Logic",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1093",
      "_origin": "ast",
      "id": "pwa_dev_style_19_8_viewrecce_decision_logic",
      "community": 10,
      "norm_label": "19.8 `viewrecce()` decision logic"
    },
    {
      "label": "19.9 PostgREST \u2014 What is Stored",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1110",
      "_origin": "ast",
      "id": "pwa_dev_style_19_9_postgrest_what_is_stored",
      "community": 10,
      "norm_label": "19.9 postgrest \u2014 what is stored"
    },
    {
      "label": "19.10 Entry Lifecycle (all status fields)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1142",
      "_origin": "ast",
      "id": "pwa_dev_style_19_10_entry_lifecycle_all_status_fields",
      "community": 10,
      "norm_label": "19.10 entry lifecycle (all status fields)"
    },
    {
      "label": "19.11 Submission ID Format",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1158",
      "_origin": "ast",
      "id": "pwa_dev_style_19_11_submission_id_format",
      "community": 10,
      "norm_label": "19.11 submission id format"
    },
    {
      "label": "19.12 `_recceHubUser()` \u2014 Agent Identity",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1175",
      "_origin": "ast",
      "id": "pwa_dev_style_19_12_reccehubuser_agent_identity",
      "community": 10,
      "norm_label": "19.12 `_reccehubuser()` \u2014 agent identity"
    },
    {
      "label": "19.13 Two GAS Endpoints \u2014 Key Distinction",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1190",
      "_origin": "ast",
      "id": "pwa_dev_style_19_13_two_gas_endpoints_key_distinction",
      "community": 10,
      "norm_label": "19.13 two gas endpoints \u2014 key distinction"
    },
    {
      "label": "19.14 Google Sheet \u2014 107-Column Layout",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1203",
      "_origin": "ast",
      "id": "pwa_dev_style_19_14_google_sheet_107_column_layout",
      "community": 10,
      "norm_label": "19.14 google sheet \u2014 107-column layout"
    },
    {
      "label": "19.15 slides_proxy.py \u2014 Request Type Matrix",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1227",
      "_origin": "ast",
      "id": "pwa_dev_style_19_15_slides_proxy_py_request_type_matrix",
      "community": 10,
      "norm_label": "19.15 slides_proxy.py \u2014 request type matrix"
    },
    {
      "label": "19.16 GAS Script \u2014 Action Routing (`gas_slides.gs`)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1243",
      "_origin": "ast",
      "id": "pwa_dev_style_19_16_gas_script_action_routing_gas_slides_gs",
      "community": 10,
      "norm_label": "19.16 gas script \u2014 action routing (`gas_slides.gs`)"
    },
    {
      "label": "19.17 Google Slides \u2014 Recce Layout Template",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1269",
      "_origin": "ast",
      "id": "pwa_dev_style_19_17_google_slides_recce_layout_template",
      "community": 10,
      "norm_label": "19.17 google slides \u2014 recce layout template"
    },
    {
      "label": "19.18 Google Slides \u2014 Installation Layout Template",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1284",
      "_origin": "ast",
      "id": "pwa_dev_style_19_18_google_slides_installation_layout_template",
      "community": 10,
      "norm_label": "19.18 google slides \u2014 installation layout template"
    },
    {
      "label": "19.19 New PWA \u2014 Google Sheet + Slides Setup Checklist",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1300",
      "_origin": "ast",
      "id": "pwa_dev_style_19_19_new_pwa_google_sheet_slides_setup_checklist",
      "community": 10,
      "norm_label": "19.19 new pwa \u2014 google sheet + slides setup checklist"
    },
    {
      "label": "20. Activity PWA \u2014 Response Capture Patterns",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1315",
      "_origin": "ast",
      "id": "pwa_dev_style_20_activity_pwa_response_capture_patterns",
      "community": 88,
      "norm_label": "20. activity pwa \u2014 response capture patterns"
    },
    {
      "label": "20.1 Response Status Lifecycle",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1319",
      "_origin": "ast",
      "id": "pwa_dev_style_20_1_response_status_lifecycle",
      "community": 88,
      "norm_label": "20.1 response status lifecycle"
    },
    {
      "label": "20.2 Draft Mode \u2014 Implementation",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1334",
      "_origin": "ast",
      "id": "pwa_dev_style_20_2_draft_mode_implementation",
      "community": 88,
      "norm_label": "20.2 draft mode \u2014 implementation"
    },
    {
      "label": "20.3 GPS Location Capture",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1361",
      "_origin": "ast",
      "id": "pwa_dev_style_20_3_gps_location_capture",
      "community": 88,
      "norm_label": "20.3 gps location capture"
    },
    {
      "label": "20.4 Response Tile Info Density",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1379",
      "_origin": "ast",
      "id": "pwa_dev_style_20_4_response_tile_info_density",
      "community": 88,
      "norm_label": "20.4 response tile info density"
    },
    {
      "label": "20.5 Delete Policy",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1393",
      "_origin": "ast",
      "id": "pwa_dev_style_20_5_delete_policy",
      "community": 88,
      "norm_label": "20.5 delete policy"
    },
    {
      "label": "20.6 PostgREST \u2014 Schema Changes on Live DB",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1413",
      "_origin": "ast",
      "id": "pwa_dev_style_20_6_postgrest_schema_changes_on_live_db",
      "community": 88,
      "norm_label": "20.6 postgrest \u2014 schema changes on live db"
    },
    {
      "label": "20.7 Role System (canCapture pattern)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1427",
      "_origin": "ast",
      "id": "pwa_dev_style_20_7_role_system_cancapture_pattern",
      "community": 88,
      "norm_label": "20.7 role system (cancapture pattern)"
    },
    {
      "label": "21. Bilingual (EN / HI) Pattern",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1444",
      "_origin": "ast",
      "id": "pwa_dev_style_21_bilingual_en_hi_pattern",
      "community": 89,
      "norm_label": "21. bilingual (en / hi) pattern"
    },
    {
      "label": "21.1 CSS Toggle Mechanism",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1448",
      "_origin": "ast",
      "id": "pwa_dev_style_21_1_css_toggle_mechanism",
      "community": 89,
      "norm_label": "21.1 css toggle mechanism"
    },
    {
      "label": "21.2 Static HTML \u2014 Wrap Both Languages in Spans",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1458",
      "_origin": "ast",
      "id": "pwa_dev_style_21_2_static_html_wrap_both_languages_in_spans",
      "community": 89,
      "norm_label": "21.2 static html \u2014 wrap both languages in spans"
    },
    {
      "label": "21.3 JS State, Toggle Function, and Translation Helper",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1466",
      "_origin": "ast",
      "id": "pwa_dev_style_21_3_js_state_toggle_function_and_translation_helper",
      "community": 89,
      "norm_label": "21.3 js state, toggle function, and translation helper"
    },
    {
      "label": "21.4 Dynamic JS \u2014 Use `t()` in Template Literals",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1488",
      "_origin": "ast",
      "id": "pwa_dev_style_21_4_dynamic_js_use_t_in_template_literals",
      "community": 89,
      "norm_label": "21.4 dynamic js \u2014 use `t()` in template literals"
    },
    {
      "label": "21.5 Map Variable Name Conflict",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1514",
      "_origin": "ast",
      "id": "pwa_dev_style_21_5_map_variable_name_conflict",
      "community": 89,
      "norm_label": "21.5 map variable name conflict"
    },
    {
      "label": "21.6 Bilingual Coverage Checklist (per screen)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1528",
      "_origin": "ast",
      "id": "pwa_dev_style_21_6_bilingual_coverage_checklist_per_screen",
      "community": 89,
      "norm_label": "21.6 bilingual coverage checklist (per screen)"
    },
    {
      "label": "21.7 Language Button Styling",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1545",
      "_origin": "ast",
      "id": "pwa_dev_style_21_7_language_button_styling",
      "community": 89,
      "norm_label": "21.7 language button styling"
    },
    {
      "label": "22. App Update Banner Pattern",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1566",
      "_origin": "ast",
      "id": "pwa_dev_style_22_app_update_banner_pattern",
      "community": 103,
      "norm_label": "22. app update banner pattern"
    },
    {
      "label": "22.1 How It Works",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1570",
      "_origin": "ast",
      "id": "pwa_dev_style_22_1_how_it_works",
      "community": 103,
      "norm_label": "22.1 how it works"
    },
    {
      "label": "22.2 CSS",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1580",
      "_origin": "ast",
      "id": "pwa_dev_style_22_2_css",
      "community": 103,
      "norm_label": "22.2 css"
    },
    {
      "label": "22.3 HTML",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1600",
      "_origin": "ast",
      "id": "pwa_dev_style_22_3_html",
      "community": 103,
      "norm_label": "22.3 html"
    },
    {
      "label": "22.4 JS",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1614",
      "_origin": "ast",
      "id": "pwa_dev_style_22_4_js",
      "community": 103,
      "norm_label": "22.4 js"
    },
    {
      "label": "22.5 Release Checklist",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1634",
      "_origin": "ast",
      "id": "pwa_dev_style_22_5_release_checklist",
      "community": 103,
      "norm_label": "22.5 release checklist"
    },
    {
      "label": "23. Client Portal Session Bridge Pattern",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1643",
      "_origin": "ast",
      "id": "pwa_dev_style_23_client_portal_session_bridge_pattern",
      "community": 97,
      "norm_label": "23. client portal session bridge pattern"
    },
    {
      "label": "23.1 Problem",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1647",
      "_origin": "ast",
      "id": "pwa_dev_style_23_1_problem",
      "community": 97,
      "norm_label": "23.1 problem"
    },
    {
      "label": "23.2 Session Keys Involved",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1653",
      "_origin": "ast",
      "id": "pwa_dev_style_23_2_session_keys_involved",
      "community": 97,
      "norm_label": "23.2 session keys involved"
    },
    {
      "label": "23.3 Login Flow (Company Code \u2192 Activity)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1661",
      "_origin": "ast",
      "id": "pwa_dev_style_23_3_login_flow_company_code_activity",
      "community": 97,
      "norm_label": "23.3 login flow (company code \u2192 activity)"
    },
    {
      "label": "23.4 ?next= Redirect Pattern",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1682",
      "_origin": "ast",
      "id": "pwa_dev_style_23_4_next_redirect_pattern",
      "community": 97,
      "norm_label": "23.4 ?next= redirect pattern"
    },
    {
      "label": "23.5 Redirect-Only Login Screen Pattern",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1698",
      "_origin": "ast",
      "id": "pwa_dev_style_23_5_redirect_only_login_screen_pattern",
      "community": 97,
      "norm_label": "23.5 redirect-only login screen pattern"
    },
    {
      "label": "23.6 Two Parallel Client Systems (360LM specific)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1723",
      "_origin": "ast",
      "id": "pwa_dev_style_23_6_two_parallel_client_systems_360lm_specific",
      "community": 97,
      "norm_label": "23.6 two parallel client systems (360lm specific)"
    },
    {
      "label": "24. Admin PWA \u2014 Extending with New Management Sections",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1739",
      "_origin": "ast",
      "id": "pwa_dev_style_24_admin_pwa_extending_with_new_management_sections",
      "community": 199,
      "norm_label": "24. admin pwa \u2014 extending with new management sections"
    },
    {
      "label": "24.1 Existing Admin PWA Structure",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1743",
      "_origin": "ast",
      "id": "pwa_dev_style_24_1_existing_admin_pwa_structure",
      "community": 199,
      "norm_label": "24.1 existing admin pwa structure"
    },
    {
      "label": "24.2 Adding a New Section (e.g. `/admin/client`)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1750",
      "_origin": "ast",
      "id": "pwa_dev_style_24_2_adding_a_new_section_e_g_admin_client",
      "community": 199,
      "norm_label": "24.2 adding a new section (e.g. `/admin/client`)"
    },
    {
      "label": "24.3 Client Management Section (planned)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1757",
      "_origin": "ast",
      "id": "pwa_dev_style_24_3_client_management_section_planned",
      "community": 199,
      "norm_label": "24.3 client management section (planned)"
    },
    {
      "label": "MDD_recce_client.md",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client",
      "community": 4,
      "norm_label": "mdd_recce_client.md"
    },
    {
      "label": "Module Design Document \u2014 Client Portal PWA (`/recce-client/`)",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_module_design_document_client_portal_pwa_recce_client",
      "community": 4,
      "norm_label": "module design document \u2014 client portal pwa (`/recce-client/`)"
    },
    {
      "label": "1. Why this is a separate PWA",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L11",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_1_why_this_is_a_separate_pwa",
      "community": 4,
      "norm_label": "1. why this is a separate pwa"
    },
    {
      "label": "2. What's already in place \u2014 DON'T rebuild",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L29",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_2_what_s_already_in_place_don_t_rebuild",
      "community": 4,
      "norm_label": "2. what's already in place \u2014 don't rebuild"
    },
    {
      "label": "2.1 DB columns on `recce.submissions` (pre-existing, not added by this MDD)",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L31",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_2_1_db_columns_on_recce_submissions_pre_existing_not_added_by_this_mdd",
      "community": 4,
      "norm_label": "2.1 db columns on `recce.submissions` (pre-existing, not added by this mdd)"
    },
    {
      "label": "2.2 From Phase 3 (already LIVE)",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L46",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_2_2_from_phase_3_already_live",
      "community": 4,
      "norm_label": "2.2 from phase 3 (already live)"
    },
    {
      "label": "2.3 Two-flag distinction (must not confuse)",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L51",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_2_3_two_flag_distinction_must_not_confuse",
      "community": 4,
      "norm_label": "2.3 two-flag distinction (must not confuse)"
    },
    {
      "label": "3. Auth model \u2014 TWO OPTIONS, user must pick before Phase 4.1",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L62",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_3_auth_model_two_options_user_must_pick_before_phase_4_1",
      "community": 4,
      "norm_label": "3. auth model \u2014 two options, user must pick before phase 4.1"
    },
    {
      "label": "Option A \u2014 Email magic-link only (simpler)",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L66",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_option_a_email_magic_link_only_simpler",
      "community": 4,
      "norm_label": "option a \u2014 email magic-link only (simpler)"
    },
    {
      "label": "Option B \u2014 Google/Microsoft SSO + email magic-link as fallback",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L80",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_option_b_google_microsoft_sso_email_magic_link_as_fallback",
      "community": 4,
      "norm_label": "option b \u2014 google/microsoft sso + email magic-link as fallback"
    },
    {
      "label": "My recommendation (defer until \u00a710)",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L92",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_my_recommendation_defer_until_10",
      "community": 4,
      "norm_label": "my recommendation (defer until \u00a710)"
    },
    {
      "label": "4. Phases planned within Phase 4",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L98",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_4_phases_planned_within_phase_4",
      "community": 4,
      "norm_label": "4. phases planned within phase 4"
    },
    {
      "label": "5. DB schema \u2014 Phase 4.1",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L114",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_5_db_schema_phase_4_1",
      "community": 4,
      "norm_label": "5. db schema \u2014 phase 4.1"
    },
    {
      "label": "5.1 New tables (all in existing `counters` schema)",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L116",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_5_1_new_tables_all_in_existing_counters_schema",
      "community": 4,
      "norm_label": "5.1 new tables (all in existing `counters` schema)"
    },
    {
      "label": "`counters.client` \u2014 the brand entity",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L118",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_counters_client_the_brand_entity",
      "community": 4,
      "norm_label": "`counters.client` \u2014 the brand entity"
    },
    {
      "label": "`counters.client_user` \u2014 individual people",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L134",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_counters_client_user_individual_people",
      "community": 4,
      "norm_label": "`counters.client_user` \u2014 individual people"
    },
    {
      "label": "`counters.client_session` \u2014 active sessions",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L153",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_counters_client_session_active_sessions",
      "community": 4,
      "norm_label": "`counters.client_session` \u2014 active sessions"
    },
    {
      "label": "`counters.client_invite` \u2014 outstanding magic-links",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L166",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_counters_client_invite_outstanding_magic_links",
      "community": 4,
      "norm_label": "`counters.client_invite` \u2014 outstanding magic-links"
    },
    {
      "label": "5.2 New columns on `recce.submissions` (purely additive)",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L182",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_5_2_new_columns_on_recce_submissions_purely_additive",
      "community": 4,
      "norm_label": "5.2 new columns on `recce.submissions` (purely additive)"
    },
    {
      "label": "5.3 Visibility view",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L191",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_5_3_visibility_view",
      "community": 4,
      "norm_label": "5.3 visibility view"
    },
    {
      "label": "5.4 Visibility filter \u2014 security-definer function",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L213",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_5_4_visibility_filter_security_definer_function",
      "community": 4,
      "norm_label": "5.4 visibility filter \u2014 security-definer function"
    },
    {
      "label": "5.5 Auth RPCs",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L258",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_5_5_auth_rpcs",
      "community": 4,
      "norm_label": "5.5 auth rpcs"
    },
    {
      "label": "5.6 Grants",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L280",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_5_6_grants",
      "community": 4,
      "norm_label": "5.6 grants"
    },
    {
      "label": "6. PWA structure \u2014 Phase 4.2",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L288",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_6_pwa_structure_phase_4_2",
      "community": 4,
      "norm_label": "6. pwa structure \u2014 phase 4.2"
    },
    {
      "label": "6.1 Screens",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L290",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_6_1_screens",
      "community": 4,
      "norm_label": "6.1 screens"
    },
    {
      "label": "6.2 Stack",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L334",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_6_2_stack",
      "community": 4,
      "norm_label": "6.2 stack"
    },
    {
      "label": "6.3 Session storage",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L344",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_6_3_session_storage",
      "community": 4,
      "norm_label": "6.3 session storage"
    },
    {
      "label": "7. Admin UI inside CounterManagement \u2014 Phase 4.5",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L353",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_7_admin_ui_inside_countermanagement_phase_4_5",
      "community": 4,
      "norm_label": "7. admin ui inside countermanagement \u2014 phase 4.5"
    },
    {
      "label": "8. Notifications \u2014 Phase 4.6 (not blocking 4.1\u20134.4)",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L367",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_8_notifications_phase_4_6_not_blocking_4_1_4_4",
      "community": 4,
      "norm_label": "8. notifications \u2014 phase 4.6 (not blocking 4.1\u20134.4)"
    },
    {
      "label": "9. Cross-PWA + cross-system safety",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L378",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_9_cross_pwa_cross_system_safety",
      "community": 4,
      "norm_label": "9. cross-pwa + cross-system safety"
    },
    {
      "label": "10. Decisions needed BEFORE Phase 4.1 build",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L394",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_10_decisions_needed_before_phase_4_1_build",
      "community": 4,
      "norm_label": "10. decisions needed before phase 4.1 build"
    },
    {
      "label": "10.1 Auth provider \u2014 Option A (magic-link) vs B (SSO + magic-link)",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L398",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_10_1_auth_provider_option_a_magic_link_vs_b_sso_magic_link",
      "community": 4,
      "norm_label": "10.1 auth provider \u2014 option a (magic-link) vs b (sso + magic-link)"
    },
    {
      "label": "10.2 Email provider",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L402",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_10_2_email_provider",
      "community": 4,
      "norm_label": "10.2 email provider"
    },
    {
      "label": "10.3 \u26a0 `view_url` security audit \u2014 BLOCKER for 4.2",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L412",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_10_3_view_url_security_audit_blocker_for_4_2",
      "community": 4,
      "norm_label": "10.3 \u26a0 `view_url` security audit \u2014 blocker for 4.2"
    },
    {
      "label": "10.4 Multi-brand client \u2014 flat brand_codes or scoped per-user",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L426",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_10_4_multi_brand_client_flat_brand_codes_or_scoped_per_user",
      "community": 4,
      "norm_label": "10.4 multi-brand client \u2014 flat brand_codes or scoped per-user"
    },
    {
      "label": "11. Open questions intentionally deferred",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L432",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_11_open_questions_intentionally_deferred",
      "community": 4,
      "norm_label": "11. open questions intentionally deferred"
    },
    {
      "label": "12. Acceptance for Phase 4.1+4.2+4.4 (minimum viable portal)",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L446",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_12_acceptance_for_phase_4_1_4_2_4_4_minimum_viable_portal",
      "community": 4,
      "norm_label": "12. acceptance for phase 4.1+4.2+4.4 (minimum viable portal)"
    },
    {
      "label": "13. Glossary",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L462",
      "_origin": "ast",
      "id": "recce_client_mdd_recce_client_13_glossary",
      "community": 4,
      "norm_label": "13. glossary"
    },
    {
      "label": "MDD_customers.md",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "customers_mdd_customers",
      "community": 13,
      "norm_label": "mdd_customers.md"
    },
    {
      "label": "Module Design Document \u2014 CustomerManagement mini-PWA",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "customers_mdd_customers_module_design_document_customermanagement_mini_pwa",
      "community": 13,
      "norm_label": "module design document \u2014 customermanagement mini-pwa"
    },
    {
      "label": "Inspiration vs scope",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L9",
      "_origin": "ast",
      "id": "customers_mdd_customers_inspiration_vs_scope",
      "community": 13,
      "norm_label": "inspiration vs scope"
    },
    {
      "label": "Phase 1 \u2014 what shipped",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L25",
      "_origin": "ast",
      "id": "customers_mdd_customers_phase_1_what_shipped",
      "community": 13,
      "norm_label": "phase 1 \u2014 what shipped"
    },
    {
      "label": "DB schema (3 tables + 1 view, all in `sales`)",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L27",
      "_origin": "ast",
      "id": "customers_mdd_customers_db_schema_3_tables_1_view_all_in_sales",
      "community": 13,
      "norm_label": "db schema (3 tables + 1 view, all in `sales`)"
    },
    {
      "label": "Cross-PWA additions (additive only)",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L59",
      "_origin": "ast",
      "id": "customers_mdd_customers_cross_pwa_additions_additive_only",
      "community": 13,
      "norm_label": "cross-pwa additions (additive only)"
    },
    {
      "label": "Auto-migration (run on Phase 1 apply)",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L64",
      "_origin": "ast",
      "id": "customers_mdd_customers_auto_migration_run_on_phase_1_apply",
      "community": 13,
      "norm_label": "auto-migration (run on phase 1 apply)"
    },
    {
      "label": "PWA structure (3 screens, 5 tabs)",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L76",
      "_origin": "ast",
      "id": "customers_mdd_customers_pwa_structure_3_screens_5_tabs",
      "community": 13,
      "norm_label": "pwa structure (3 screens, 5 tabs)"
    },
    {
      "label": "Patterns reused (from Vendor PWA \u2014 Phase 2/3a/3c)",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L96",
      "_origin": "ast",
      "id": "customers_mdd_customers_patterns_reused_from_vendor_pwa_phase_2_3a_3c",
      "community": 13,
      "norm_label": "patterns reused (from vendor pwa \u2014 phase 2/3a/3c)"
    },
    {
      "label": "What's NOT in Phase 1",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L106",
      "_origin": "ast",
      "id": "customers_mdd_customers_what_s_not_in_phase_1",
      "community": 13,
      "norm_label": "what's not in phase 1"
    },
    {
      "label": "Migrations applied",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L119",
      "_origin": "ast",
      "id": "customers_mdd_customers_migrations_applied",
      "community": 13,
      "norm_label": "migrations applied"
    },
    {
      "label": "Files",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L124",
      "_origin": "ast",
      "id": "customers_mdd_customers_files",
      "community": 13,
      "norm_label": "files"
    },
    {
      "label": "Access",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L131",
      "_origin": "ast",
      "id": "customers_mdd_customers_access",
      "community": 13,
      "norm_label": "access"
    },
    {
      "label": "Phase 2 \u2014 what shipped (Sales PWA `360sales-v13`)",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L140",
      "_origin": "ast",
      "id": "customers_mdd_customers_phase_2_what_shipped_sales_pwa_360sales_v13",
      "community": 13,
      "norm_label": "phase 2 \u2014 what shipped (sales pwa `360sales-v13`)"
    },
    {
      "label": "Phase 3 \u2014 what shipped (Customer PWA `customers-v2`)",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L173",
      "_origin": "ast",
      "id": "customers_mdd_customers_phase_3_what_shipped_customer_pwa_customers_v2",
      "community": 13,
      "norm_label": "phase 3 \u2014 what shipped (customer pwa `customers-v2`)"
    },
    {
      "label": "DB (`migrate_customers_v2.sql`)",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L175",
      "_origin": "ast",
      "id": "customers_mdd_customers_db_migrate_customers_v2_sql",
      "community": 13,
      "norm_label": "db (`migrate_customers_v2.sql`)"
    },
    {
      "label": "PWA",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L195",
      "_origin": "ast",
      "id": "customers_mdd_customers_pwa",
      "community": 13,
      "norm_label": "pwa"
    },
    {
      "label": "What's NOT in Phase 3",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L204",
      "_origin": "ast",
      "id": "customers_mdd_customers_what_s_not_in_phase_3",
      "community": 13,
      "norm_label": "what's not in phase 3"
    },
    {
      "label": "Phase 4 \u2014 what shipped (Customer PWA `customers-v3`)",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L212",
      "_origin": "ast",
      "id": "customers_mdd_customers_phase_4_what_shipped_customer_pwa_customers_v3",
      "community": 13,
      "norm_label": "phase 4 \u2014 what shipped (customer pwa `customers-v3`)"
    },
    {
      "label": "DB (`migrate_customers_v3.sql`)",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L214",
      "_origin": "ast",
      "id": "customers_mdd_customers_db_migrate_customers_v3_sql",
      "community": 13,
      "norm_label": "db (`migrate_customers_v3.sql`)"
    },
    {
      "label": "PWA",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L229",
      "_origin": "ast",
      "id": "customers_mdd_customers_pwa_229",
      "community": 13,
      "norm_label": "pwa"
    },
    {
      "label": "What's NOT in Phase 4",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L242",
      "_origin": "ast",
      "id": "customers_mdd_customers_what_s_not_in_phase_4",
      "community": 13,
      "norm_label": "what's not in phase 4"
    },
    {
      "label": "Phase 5 \u2014 what shipped (Customer PWA `customers-v4`)",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L250",
      "_origin": "ast",
      "id": "customers_mdd_customers_phase_5_what_shipped_customer_pwa_customers_v4",
      "community": 13,
      "norm_label": "phase 5 \u2014 what shipped (customer pwa `customers-v4`)"
    },
    {
      "label": "DB (`migrate_customers_v4.sql`)",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L252",
      "_origin": "ast",
      "id": "customers_mdd_customers_db_migrate_customers_v4_sql",
      "community": 13,
      "norm_label": "db (`migrate_customers_v4.sql`)"
    },
    {
      "label": "PWA",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L265",
      "_origin": "ast",
      "id": "customers_mdd_customers_pwa_265",
      "community": 13,
      "norm_label": "pwa"
    },
    {
      "label": "What's NOT in Phase 5",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L283",
      "_origin": "ast",
      "id": "customers_mdd_customers_what_s_not_in_phase_5",
      "community": 13,
      "norm_label": "what's not in phase 5"
    },
    {
      "label": "Compaction policy",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L291",
      "_origin": "ast",
      "id": "customers_mdd_customers_compaction_policy",
      "community": 13,
      "norm_label": "compaction policy"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_retry1_error_context",
      "community": 126,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_retry1_error_context_instructions",
      "community": 126,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_retry1_error_context_test_info",
      "community": 126,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_retry1_error_context_error_details",
      "community": 126,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome-retry1/error-context.md",
      "source_location": "L1760",
      "_origin": "ast",
      "id": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_retry1_error_context_test_source",
      "community": 126,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_error_context",
      "community": 125,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_error_context_instructions",
      "community": 125,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_error_context_test_info",
      "community": 125,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_error_context_error_details",
      "community": 125,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome/error-context.md",
      "source_location": "L1760",
      "_origin": "ast",
      "id": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_error_context_test_source",
      "community": 125,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_retry1_error_context",
      "community": 129,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_retry1_error_context_instructions",
      "community": 129,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_retry1_error_context_test_info",
      "community": 129,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_retry1_error_context_error_details",
      "community": 129,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome-retry1/error-context.md",
      "source_location": "L34",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_retry1_error_context_test_source",
      "community": 129,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_error_context",
      "community": 128,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_error_context_instructions",
      "community": 128,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_error_context_test_info",
      "community": 128,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_error_context_error_details",
      "community": 128,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome/error-context.md",
      "source_location": "L34",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_error_context_test_source",
      "community": 128,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_retry1_error_context",
      "community": 131,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_retry1_error_context_instructions",
      "community": 131,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_retry1_error_context_test_info",
      "community": 131,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_retry1_error_context_error_details",
      "community": 131,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-desktop-chrome-retry1/error-context.md",
      "source_location": "L34",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_retry1_error_context_test_source",
      "community": 131,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_error_context",
      "community": 130,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_error_context_instructions",
      "community": 130,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-desktop-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_error_context_test_info",
      "community": 130,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-desktop-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_error_context_error_details",
      "community": 130,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-desktop-chrome/error-context.md",
      "source_location": "L34",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_error_context_test_source",
      "community": 130,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_retry1_error_context",
      "community": 133,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_retry1_error_context_instructions",
      "community": 133,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_retry1_error_context_test_info",
      "community": 133,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_retry1_error_context_error_details",
      "community": 133,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--android-chrome-retry1/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_retry1_error_context_test_source",
      "community": 133,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_error_context",
      "community": 132,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_error_context_instructions",
      "community": 132,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--android-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_error_context_test_info",
      "community": 132,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--android-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_error_context_error_details",
      "community": 132,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--android-chrome/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_error_context_test_source",
      "community": 132,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_retry1_error_context",
      "community": 135,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_retry1_error_context_instructions",
      "community": 135,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_retry1_error_context_test_info",
      "community": 135,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_retry1_error_context_error_details",
      "community": 135,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--desktop-chrome-retry1/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_retry1_error_context_test_source",
      "community": 135,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_error_context",
      "community": 134,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_error_context_instructions",
      "community": 134,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--desktop-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_error_context_test_info",
      "community": 134,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--desktop-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_error_context_error_details",
      "community": 134,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--desktop-chrome/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_error_context_test_source",
      "community": 134,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_retry1_error_context",
      "community": 137,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_retry1_error_context_instructions",
      "community": 137,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_retry1_error_context_test_info",
      "community": 137,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_retry1_error_context_error_details",
      "community": 137,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-android-chrome-retry1/error-context.md",
      "source_location": "L34",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_retry1_error_context_test_source",
      "community": 137,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_error_context",
      "community": 136,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_error_context_instructions",
      "community": 136,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-android-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_error_context_test_info",
      "community": 136,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-android-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_error_context_error_details",
      "community": 136,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-android-chrome/error-context.md",
      "source_location": "L34",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_error_context_test_source",
      "community": 136,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_retry1_error_context",
      "community": 139,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_retry1_error_context_instructions",
      "community": 139,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_retry1_error_context_test_info",
      "community": 139,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_retry1_error_context_error_details",
      "community": 139,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-desktop-chrome-retry1/error-context.md",
      "source_location": "L34",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_retry1_error_context_test_source",
      "community": 139,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_error_context",
      "community": 138,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_error_context_instructions",
      "community": 138,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-desktop-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_error_context_test_info",
      "community": 138,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-desktop-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_error_context_error_details",
      "community": 138,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-desktop-chrome/error-context.md",
      "source_location": "L34",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_error_context_test_source",
      "community": 138,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_retry1_error_context",
      "community": 141,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_retry1_error_context_instructions",
      "community": 141,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_retry1_error_context_test_info",
      "community": 141,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_retry1_error_context_error_details",
      "community": 141,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-android-chrome-retry1/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_retry1_error_context_test_source",
      "community": 141,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_error_context",
      "community": 140,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_error_context_instructions",
      "community": 140,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-android-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_error_context_test_info",
      "community": 140,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-android-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_error_context_error_details",
      "community": 140,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-android-chrome/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_error_context_test_source",
      "community": 140,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_retry1_error_context",
      "community": 143,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_retry1_error_context_instructions",
      "community": 143,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_retry1_error_context_test_info",
      "community": 143,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_retry1_error_context_error_details",
      "community": 143,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-desktop-chrome-retry1/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_retry1_error_context_test_source",
      "community": 143,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_error_context",
      "community": 142,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_error_context_instructions",
      "community": 142,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-desktop-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_error_context_test_info",
      "community": 142,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-desktop-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_error_context_error_details",
      "community": 142,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-desktop-chrome/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_error_context_test_source",
      "community": 142,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_retry1_error_context",
      "community": 145,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_retry1_error_context_instructions",
      "community": 145,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_retry1_error_context_test_info",
      "community": 145,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_retry1_error_context_error_details",
      "community": 145,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-android-chrome-retry1/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_retry1_error_context_test_source",
      "community": 145,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_error_context",
      "community": 144,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_error_context_instructions",
      "community": 144,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-android-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_error_context_test_info",
      "community": 144,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-android-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_error_context_error_details",
      "community": 144,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-android-chrome/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_error_context_test_source",
      "community": 144,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_retry1_error_context",
      "community": 147,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_retry1_error_context_instructions",
      "community": 147,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_retry1_error_context_test_info",
      "community": 147,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_retry1_error_context_error_details",
      "community": 147,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-desktop-chrome-retry1/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_retry1_error_context_test_source",
      "community": 147,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_error_context",
      "community": 146,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_error_context_instructions",
      "community": 146,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-desktop-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_error_context_test_info",
      "community": 146,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-desktop-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_error_context_error_details",
      "community": 146,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-desktop-chrome/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_error_context_test_source",
      "community": 146,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_retry1_error_context",
      "community": 149,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_retry1_error_context_instructions",
      "community": 149,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_retry1_error_context_test_info",
      "community": 149,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_retry1_error_context_error_details",
      "community": 149,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-android-chrome-retry1/error-context.md",
      "source_location": "L48",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_retry1_error_context_test_source",
      "community": 149,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_error_context",
      "community": 148,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_error_context_instructions",
      "community": 148,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-android-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_error_context_test_info",
      "community": 148,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-android-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_error_context_error_details",
      "community": 148,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-android-chrome/error-context.md",
      "source_location": "L48",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_error_context_test_source",
      "community": 148,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_retry1_error_context",
      "community": 151,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_retry1_error_context_instructions",
      "community": 151,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_retry1_error_context_test_info",
      "community": 151,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_retry1_error_context_error_details",
      "community": 151,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-desktop-chrome-retry1/error-context.md",
      "source_location": "L48",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_retry1_error_context_test_source",
      "community": 151,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_error_context",
      "community": 150,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_error_context_instructions",
      "community": 150,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-desktop-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_error_context_test_info",
      "community": 150,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-desktop-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_error_context_error_details",
      "community": 150,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-desktop-chrome/error-context.md",
      "source_location": "L48",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_error_context_test_source",
      "community": 150,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_retry1_error_context",
      "community": 153,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_retry1_error_context_instructions",
      "community": 153,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_retry1_error_context_test_info",
      "community": 153,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_retry1_error_context_error_details",
      "community": 153,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome-retry1/error-context.md",
      "source_location": "L48",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_retry1_error_context_test_source",
      "community": 153,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_error_context",
      "community": 152,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_error_context_instructions",
      "community": 152,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_error_context_test_info",
      "community": 152,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_error_context_error_details",
      "community": 152,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome/error-context.md",
      "source_location": "L48",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_error_context_test_source",
      "community": 152,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_retry1_error_context",
      "community": 155,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_retry1_error_context_instructions",
      "community": 155,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_retry1_error_context_test_info",
      "community": 155,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_retry1_error_context_error_details",
      "community": 155,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-desktop-chrome-retry1/error-context.md",
      "source_location": "L48",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_retry1_error_context_test_source",
      "community": 155,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_error_context",
      "community": 154,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_error_context_instructions",
      "community": 154,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-desktop-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_error_context_test_info",
      "community": 154,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-desktop-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_error_context_error_details",
      "community": 154,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-desktop-chrome/error-context.md",
      "source_location": "L48",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_error_context_test_source",
      "community": 154,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_retry1_error_context",
      "community": 157,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_retry1_error_context_instructions",
      "community": 157,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_retry1_error_context_test_info",
      "community": 157,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_retry1_error_context_error_details",
      "community": 157,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-android-chrome-retry1/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_retry1_error_context_test_source",
      "community": 157,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_error_context",
      "community": 156,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_error_context_instructions",
      "community": 156,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-android-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_error_context_test_info",
      "community": 156,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-android-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_error_context_error_details",
      "community": 156,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-android-chrome/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_error_context_test_source",
      "community": 156,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_retry1_error_context",
      "community": 159,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_retry1_error_context_instructions",
      "community": 159,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_retry1_error_context_test_info",
      "community": 159,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_retry1_error_context_error_details",
      "community": 159,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-desktop-chrome-retry1/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_retry1_error_context_test_source",
      "community": 159,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_error_context",
      "community": 158,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_error_context_instructions",
      "community": 158,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-desktop-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_error_context_test_info",
      "community": 158,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-desktop-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_error_context_error_details",
      "community": 158,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-desktop-chrome/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_error_context_test_source",
      "community": 158,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_retry1_error_context",
      "community": 161,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_retry1_error_context_instructions",
      "community": 161,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_retry1_error_context_test_info",
      "community": 161,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_retry1_error_context_error_details",
      "community": 161,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome-retry1/error-context.md",
      "source_location": "L46",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_retry1_error_context_test_source",
      "community": 161,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_error_context",
      "community": 160,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_error_context_instructions",
      "community": 160,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_error_context_test_info",
      "community": 160,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_error_context_error_details",
      "community": 160,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome/error-context.md",
      "source_location": "L46",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_error_context_test_source",
      "community": 160,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_retry1_error_context",
      "community": 163,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_retry1_error_context_instructions",
      "community": 163,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_retry1_error_context_test_info",
      "community": 163,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_retry1_error_context_error_details",
      "community": 163,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-desktop-chrome-retry1/error-context.md",
      "source_location": "L46",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_retry1_error_context_test_source",
      "community": 163,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_error_context",
      "community": 162,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_error_context_instructions",
      "community": 162,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-desktop-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_error_context_test_info",
      "community": 162,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-desktop-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_error_context_error_details",
      "community": 162,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-desktop-chrome/error-context.md",
      "source_location": "L46",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_error_context_test_source",
      "community": 162,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_retry1_error_context",
      "community": 165,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_retry1_error_context_instructions",
      "community": 165,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_retry1_error_context_test_info",
      "community": 165,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_retry1_error_context_error_details",
      "community": 165,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--android-chrome-retry1/error-context.md",
      "source_location": "L52",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_retry1_error_context_test_source",
      "community": 165,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_error_context",
      "community": 164,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_error_context_instructions",
      "community": 164,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--android-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_error_context_test_info",
      "community": 164,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--android-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_error_context_error_details",
      "community": 164,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--android-chrome/error-context.md",
      "source_location": "L52",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_error_context_test_source",
      "community": 164,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_retry1_error_context",
      "community": 167,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_retry1_error_context_instructions",
      "community": 167,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_retry1_error_context_test_info",
      "community": 167,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_retry1_error_context_error_details",
      "community": 167,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--desktop-chrome-retry1/error-context.md",
      "source_location": "L52",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_retry1_error_context_test_source",
      "community": 167,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_error_context",
      "community": 166,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_error_context_instructions",
      "community": 166,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--desktop-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_error_context_test_info",
      "community": 166,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--desktop-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_error_context_error_details",
      "community": 166,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--desktop-chrome/error-context.md",
      "source_location": "L52",
      "_origin": "ast",
      "id": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_error_context_test_source",
      "community": 166,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_retry1_error_context",
      "community": 169,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_retry1_error_context_instructions",
      "community": 169,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_retry1_error_context_test_info",
      "community": 169,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_retry1_error_context_error_details",
      "community": 169,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-android-chrome-retry1/error-context.md",
      "source_location": "L46",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_retry1_error_context_test_source",
      "community": 169,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_error_context",
      "community": 168,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_error_context_instructions",
      "community": 168,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-android-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_error_context_test_info",
      "community": 168,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-android-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_error_context_error_details",
      "community": 168,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-android-chrome/error-context.md",
      "source_location": "L46",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_error_context_test_source",
      "community": 168,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_retry1_error_context",
      "community": 171,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_retry1_error_context_instructions",
      "community": 171,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_retry1_error_context_test_info",
      "community": 171,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_retry1_error_context_error_details",
      "community": 171,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-desktop-chrome-retry1/error-context.md",
      "source_location": "L46",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_retry1_error_context_test_source",
      "community": 171,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_error_context",
      "community": 170,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_error_context_instructions",
      "community": 170,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-desktop-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_error_context_test_info",
      "community": 170,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-desktop-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_error_context_error_details",
      "community": 170,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-desktop-chrome/error-context.md",
      "source_location": "L46",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_error_context_test_source",
      "community": 170,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_retry1_error_context",
      "community": 173,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_retry1_error_context_instructions",
      "community": 173,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_retry1_error_context_test_info",
      "community": 173,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_retry1_error_context_error_details",
      "community": 173,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome-retry1/error-context.md",
      "source_location": "L46",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_retry1_error_context_test_source",
      "community": 173,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_error_context",
      "community": 172,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_error_context_instructions",
      "community": 172,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_error_context_test_info",
      "community": 172,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_error_context_error_details",
      "community": 172,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome/error-context.md",
      "source_location": "L46",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_error_context_test_source",
      "community": 172,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_retry1_error_context",
      "community": 175,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_retry1_error_context_instructions",
      "community": 175,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_retry1_error_context_test_info",
      "community": 175,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_retry1_error_context_error_details",
      "community": 175,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-desktop-chrome-retry1/error-context.md",
      "source_location": "L46",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_retry1_error_context_test_source",
      "community": 175,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_error_context",
      "community": 174,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_error_context_instructions",
      "community": 174,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-desktop-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_error_context_test_info",
      "community": 174,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-desktop-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_error_context_error_details",
      "community": 174,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-desktop-chrome/error-context.md",
      "source_location": "L46",
      "_origin": "ast",
      "id": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_error_context_test_source",
      "community": 174,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_retry1_error_context",
      "community": 177,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_retry1_error_context_instructions",
      "community": 177,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_retry1_error_context_test_info",
      "community": 177,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_retry1_error_context_error_details",
      "community": 177,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome-retry1/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_retry1_error_context_test_source",
      "community": 177,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_error_context",
      "community": 176,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_error_context_instructions",
      "community": 176,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_error_context_test_info",
      "community": 176,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_error_context_error_details",
      "community": 176,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_error_context_test_source",
      "community": 176,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_retry1_error_context",
      "community": 179,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_retry1_error_context_instructions",
      "community": 179,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_retry1_error_context_test_info",
      "community": 179,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_retry1_error_context_error_details",
      "community": 179,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-desktop-chrome-retry1/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_retry1_error_context_test_source",
      "community": 179,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_error_context",
      "community": 178,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_error_context_instructions",
      "community": 178,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-desktop-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_error_context_test_info",
      "community": 178,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-desktop-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_error_context_error_details",
      "community": 178,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-desktop-chrome/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_error_context_test_source",
      "community": 178,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_retry1_error_context",
      "community": 181,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_retry1_error_context_instructions",
      "community": 181,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_retry1_error_context_test_info",
      "community": 181,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_retry1_error_context_error_details",
      "community": 181,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-android-chrome-retry1/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_retry1_error_context_test_source",
      "community": 181,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_error_context",
      "community": 180,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_error_context_instructions",
      "community": 180,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-android-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_error_context_test_info",
      "community": 180,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-android-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_error_context_error_details",
      "community": 180,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-android-chrome/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_error_context_test_source",
      "community": 180,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_retry1_error_context",
      "community": 183,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_retry1_error_context_instructions",
      "community": 183,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_retry1_error_context_test_info",
      "community": 183,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_retry1_error_context_error_details",
      "community": 183,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-desktop-chrome-retry1/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_retry1_error_context_test_source",
      "community": 183,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_error_context",
      "community": 182,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_error_context_instructions",
      "community": 182,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-desktop-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_error_context_test_info",
      "community": 182,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-desktop-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_error_context_error_details",
      "community": 182,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-desktop-chrome/error-context.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_error_context_test_source",
      "community": 182,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_retry1_error_context",
      "community": 185,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_retry1_error_context_instructions",
      "community": 185,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_retry1_error_context_test_info",
      "community": 185,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_retry1_error_context_error_details",
      "community": 185,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-android-chrome-retry1/error-context.md",
      "source_location": "L52",
      "_origin": "ast",
      "id": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_retry1_error_context_test_source",
      "community": 185,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_error_context",
      "community": 184,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_error_context_instructions",
      "community": 184,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-android-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_error_context_test_info",
      "community": 184,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-android-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_error_context_error_details",
      "community": 184,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-android-chrome/error-context.md",
      "source_location": "L52",
      "_origin": "ast",
      "id": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_error_context_test_source",
      "community": 184,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_retry1_error_context",
      "community": 187,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_retry1_error_context_instructions",
      "community": 187,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_retry1_error_context_test_info",
      "community": 187,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_retry1_error_context_error_details",
      "community": 187,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-desktop-chrome-retry1/error-context.md",
      "source_location": "L52",
      "_origin": "ast",
      "id": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_retry1_error_context_test_source",
      "community": 187,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_error_context",
      "community": 186,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_error_context_instructions",
      "community": 186,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-desktop-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_error_context_test_info",
      "community": 186,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-desktop-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_error_context_error_details",
      "community": 186,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-desktop-chrome/error-context.md",
      "source_location": "L52",
      "_origin": "ast",
      "id": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_error_context_test_source",
      "community": 186,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_retry1_error_context",
      "community": 109,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_retry1_error_context_instructions",
      "community": 109,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_retry1_error_context_test_info",
      "community": 109,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_retry1_error_context_error_details",
      "community": 109,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-android-chrome-retry1/error-context.md",
      "source_location": "L1603",
      "_origin": "ast",
      "id": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_retry1_error_context_test_source",
      "community": 109,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_error_context",
      "community": 108,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_error_context_instructions",
      "community": 108,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-android-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_error_context_test_info",
      "community": 108,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-android-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_error_context_error_details",
      "community": 108,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-android-chrome/error-context.md",
      "source_location": "L1603",
      "_origin": "ast",
      "id": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_error_context_test_source",
      "community": 108,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_retry1_error_context",
      "community": 111,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_retry1_error_context_instructions",
      "community": 111,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_retry1_error_context_test_info",
      "community": 111,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_retry1_error_context_error_details",
      "community": 111,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-desktop-chrome-retry1/error-context.md",
      "source_location": "L1603",
      "_origin": "ast",
      "id": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_retry1_error_context_test_source",
      "community": 111,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_error_context",
      "community": 110,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_error_context_instructions",
      "community": 110,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-desktop-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_error_context_test_info",
      "community": 110,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-desktop-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_error_context_error_details",
      "community": 110,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-desktop-chrome/error-context.md",
      "source_location": "L1603",
      "_origin": "ast",
      "id": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_error_context_test_source",
      "community": 110,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_retry1_error_context",
      "community": 116,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_retry1_error_context_instructions",
      "community": 116,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_retry1_error_context_test_info",
      "community": 116,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_retry1_error_context_error_details",
      "community": 116,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome-retry1/error-context.md",
      "source_location": "L1375",
      "_origin": "ast",
      "id": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_retry1_error_context_test_source",
      "community": 116,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_error_context",
      "community": 115,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_error_context_instructions",
      "community": 115,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_error_context_test_info",
      "community": 115,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_error_context_error_details",
      "community": 115,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome/error-context.md",
      "source_location": "L1375",
      "_origin": "ast",
      "id": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_error_context_test_source",
      "community": 115,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_retry1_error_context",
      "community": 118,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_retry1_error_context_instructions",
      "community": 118,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_retry1_error_context_test_info",
      "community": 118,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_retry1_error_context_error_details",
      "community": 118,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome-retry1/error-context.md",
      "source_location": "L1375",
      "_origin": "ast",
      "id": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_retry1_error_context_test_source",
      "community": 118,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_error_context",
      "community": 117,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_error_context_instructions",
      "community": 117,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_error_context_test_info",
      "community": 117,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_error_context_error_details",
      "community": 117,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome/error-context.md",
      "source_location": "L1375",
      "_origin": "ast",
      "id": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_error_context_test_source",
      "community": 117,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_retry1_error_context",
      "community": 120,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_retry1_error_context_instructions",
      "community": 120,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_retry1_error_context_test_info",
      "community": 120,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_retry1_error_context_error_details",
      "community": 120,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome-retry1/error-context.md",
      "source_location": "L1375",
      "_origin": "ast",
      "id": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_retry1_error_context_test_source",
      "community": 120,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_error_context",
      "community": 119,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_error_context_instructions",
      "community": 119,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_error_context_test_info",
      "community": 119,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_error_context_error_details",
      "community": 119,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome/error-context.md",
      "source_location": "L1375",
      "_origin": "ast",
      "id": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_error_context_test_source",
      "community": 119,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_retry1_error_context",
      "community": 122,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_retry1_error_context_instructions",
      "community": 122,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_retry1_error_context_test_info",
      "community": 122,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_retry1_error_context_error_details",
      "community": 122,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome-retry1/error-context.md",
      "source_location": "L1375",
      "_origin": "ast",
      "id": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_retry1_error_context_test_source",
      "community": 122,
      "norm_label": "test source"
    },
    {
      "label": "error-context.md",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_error_context",
      "community": 121,
      "norm_label": "error-context.md"
    },
    {
      "label": "Instructions",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome/error-context.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_error_context_instructions",
      "community": 121,
      "norm_label": "instructions"
    },
    {
      "label": "Test info",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome/error-context.md",
      "source_location": "L7",
      "_origin": "ast",
      "id": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_error_context_test_info",
      "community": 121,
      "norm_label": "test info"
    },
    {
      "label": "Error details",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome/error-context.md",
      "source_location": "L12",
      "_origin": "ast",
      "id": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_error_context_error_details",
      "community": 121,
      "norm_label": "error details"
    },
    {
      "label": "Test source",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome/error-context.md",
      "source_location": "L1375",
      "_origin": "ast",
      "id": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_error_context_test_source",
      "community": 121,
      "norm_label": "test source"
    },
    {
      "label": "MDD_tour_pg.md",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg",
      "community": 8,
      "norm_label": "mdd_tour_pg.md"
    },
    {
      "label": "Module Design Document \u2014 Tour Planner Playground (`tour-pg`)",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_module_design_document_tour_planner_playground_tour_pg",
      "community": 8,
      "norm_label": "module design document \u2014 tour planner playground (`tour-pg`)"
    },
    {
      "label": "1. Intent",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L10",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_1_intent",
      "community": 8,
      "norm_label": "1. intent"
    },
    {
      "label": "2. User decisions captured",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L14",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_2_user_decisions_captured",
      "community": 8,
      "norm_label": "2. user decisions captured"
    },
    {
      "label": "3. Architecture",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L23",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_3_architecture",
      "community": 8,
      "norm_label": "3. architecture"
    },
    {
      "label": "4. Phases",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L40",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_4_phases",
      "community": 8,
      "norm_label": "4. phases"
    },
    {
      "label": "Phase 1 \u2014 Extend TomTom MCP (~20 min) \u2705 LIVE 2026-06-04",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L42",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_phase_1_extend_tomtom_mcp_20_min_live_2026_06_04",
      "community": 8,
      "norm_label": "phase 1 \u2014 extend tomtom mcp (~20 min) \u2705 live 2026-06-04"
    },
    {
      "label": "Phase 2 \u2014 Tour-pg proxy (~45 min) \u2705 LIVE 2026-06-04",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L49",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_phase_2_tour_pg_proxy_45_min_live_2026_06_04",
      "community": 8,
      "norm_label": "phase 2 \u2014 tour-pg proxy (~45 min) \u2705 live 2026-06-04"
    },
    {
      "label": "Phase 3 \u2014 PWA shell (~90 min) \u2705 LIVE 2026-06-04",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L69",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_phase_3_pwa_shell_90_min_live_2026_06_04",
      "community": 8,
      "norm_label": "phase 3 \u2014 pwa shell (~90 min) \u2705 live 2026-06-04"
    },
    {
      "label": "Phase 4 \u2014 Tests + hub registration (~30 min) \u2705 LIVE 2026-06-04",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L89",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_phase_4_tests_hub_registration_30_min_live_2026_06_04",
      "community": 8,
      "norm_label": "phase 4 \u2014 tests + hub registration (~30 min) \u2705 live 2026-06-04"
    },
    {
      "label": "5. Excel format (the input contract)",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L95",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_5_excel_format_the_input_contract",
      "community": 8,
      "norm_label": "5. excel format (the input contract)"
    },
    {
      "label": "6. UX rules",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L112",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_6_ux_rules",
      "community": 8,
      "norm_label": "6. ux rules"
    },
    {
      "label": "7. Mid-tour replan (the user's \"day's halt\" case)",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L121",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_7_mid_tour_replan_the_user_s_day_s_halt_case",
      "community": 8,
      "norm_label": "7. mid-tour replan (the user's \"day's halt\" case)"
    },
    {
      "label": "8. Out of scope (Phase 1)",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L134",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_8_out_of_scope_phase_1",
      "community": 8,
      "norm_label": "8. out of scope (phase 1)"
    },
    {
      "label": "9. Files (target)",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L147",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_9_files_target",
      "community": 8,
      "norm_label": "9. files (target)"
    },
    {
      "label": "10. Risks + open items",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L173",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_10_risks_open_items",
      "community": 8,
      "norm_label": "10. risks + open items"
    },
    {
      "label": "11. Done = ready for production check",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L183",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_11_done_ready_for_production_check",
      "community": 8,
      "norm_label": "11. done = ready for production check"
    },
    {
      "label": "MDD \u2014 EXTENSION: Manual Tour Planner + Hub wiring (`tour-pg-v19`)",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L201",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_mdd_extension_manual_tour_planner_hub_wiring_tour_pg_v19",
      "community": 8,
      "norm_label": "mdd \u2014 extension: manual tour planner + hub wiring (`tour-pg-v19`)"
    },
    {
      "label": "E1. Intent",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L206",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_e1_intent",
      "community": 8,
      "norm_label": "e1. intent"
    },
    {
      "label": "E2. Decisions captured (from interactive Q&A \u2014 my reading of your notes; correct any here)",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L216",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_e2_decisions_captured_from_interactive_q_a_my_reading_of_your_notes_correct_any_here",
      "community": 8,
      "norm_label": "e2. decisions captured (from interactive q&a \u2014 my reading of your notes; correct any here)"
    },
    {
      "label": "E3. Architecture (the load-bearing decisions)",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L227",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_e3_architecture_the_load_bearing_decisions",
      "community": 8,
      "norm_label": "e3. architecture (the load-bearing decisions)"
    },
    {
      "label": "E4. Navigation graph (every screen has a back affordance + name pill)",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L257",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_e4_navigation_graph_every_screen_has_a_back_affordance_name_pill",
      "community": 8,
      "norm_label": "e4. navigation graph (every screen has a back affordance + name pill)"
    },
    {
      "label": "E5. `s-manual` screen spec",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L275",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_e5_s_manual_screen_spec",
      "community": 8,
      "norm_label": "e5. `s-manual` screen spec"
    },
    {
      "label": "E6. Hub wiring (separate, confirm-before-execute stage)",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L292",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_e6_hub_wiring_separate_confirm_before_execute_stage",
      "community": 8,
      "norm_label": "e6. hub wiring (separate, confirm-before-execute stage)"
    },
    {
      "label": "E7. Backend (only if GPS/\"use my location\" approved)",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L307",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_e7_backend_only_if_gps_use_my_location_approved",
      "community": 8,
      "norm_label": "e7. backend (only if gps/\"use my location\" approved)"
    },
    {
      "label": "E8. Build stages (planned whole; shipped incrementally, each keeps all suites green)",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L316",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_e8_build_stages_planned_whole_shipped_incrementally_each_keeps_all_suites_green",
      "community": 8,
      "norm_label": "e8. build stages (planned whole; shipped incrementally, each keeps all suites green)"
    },
    {
      "label": "E9. Edge cases & defaults (baked in; veto any)",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L329",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_e9_edge_cases_defaults_baked_in_veto_any",
      "community": 8,
      "norm_label": "e9. edge cases & defaults (baked in; veto any)"
    },
    {
      "label": "E10. Out of scope (this extension)",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L343",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_e10_out_of_scope_this_extension",
      "community": 8,
      "norm_label": "e10. out of scope (this extension)"
    },
    {
      "label": "E11. Risks",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L350",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_e11_risks",
      "community": 8,
      "norm_label": "e11. risks"
    },
    {
      "label": "E12. Files touched",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L361",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_e12_files_touched",
      "community": 8,
      "norm_label": "e12. files touched"
    },
    {
      "label": "E13. Done = ready check  \u2705 SHIPPED 2026-06-06 (tour-pg-v19 \u00b7 proxy 0.3.0)",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L370",
      "_origin": "ast",
      "id": "tour_pg_mdd_tour_pg_e13_done_ready_check_shipped_2026_06_06_tour_pg_v19_proxy_0_3_0",
      "community": 8,
      "norm_label": "e13. done = ready check  \u2705 shipped 2026-06-06 (tour-pg-v19 \u00b7 proxy 0.3.0)"
    },
    {
      "label": "GEMINI_PROMPT.md",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt",
      "community": 11,
      "norm_label": "gemini_prompt.md"
    },
    {
      "label": "Gemini prompt \u2014 Recce Portal video tutorial",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_gemini_prompt_recce_portal_video_tutorial",
      "community": 11,
      "norm_label": "gemini prompt \u2014 recce portal video tutorial"
    },
    {
      "label": "SCENE LIST (21 scenes \u2014 one per screenshot, in order)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L64",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "community": 11,
      "norm_label": "scene list (21 scenes \u2014 one per screenshot, in order)"
    },
    {
      "label": "Scene 1 \u2014 `01_counters_list_with_pills.png`",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L66",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_1_01_counters_list_with_pills_png",
      "community": 11,
      "norm_label": "scene 1 \u2014 `01_counters_list_with_pills.png`"
    },
    {
      "label": "Scene 2 \u2014 `02_counters_clients_admin.png`",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L70",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_2_02_counters_clients_admin_png",
      "community": 11,
      "norm_label": "scene 2 \u2014 `02_counters_clients_admin.png`"
    },
    {
      "label": "Scene 3 \u2014 `03_counters_new_client_modal.png`",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L74",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_3_03_counters_new_client_modal_png",
      "community": 11,
      "norm_label": "scene 3 \u2014 `03_counters_new_client_modal.png`"
    },
    {
      "label": "Scene 4 \u2014 `04_counters_invite_user_modal.png`",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L78",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_4_04_counters_invite_user_modal_png",
      "community": 11,
      "norm_label": "scene 4 \u2014 `04_counters_invite_user_modal.png`"
    },
    {
      "label": "Scene 5 \u2014 `05_counters_notify_supervisor.png`",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L82",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_5_05_counters_notify_supervisor_png",
      "community": 11,
      "norm_label": "scene 5 \u2014 `05_counters_notify_supervisor.png`"
    },
    {
      "label": "Scene 6 \u2014 `06_counters_audit_log.png`",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L86",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_6_06_counters_audit_log_png",
      "community": 11,
      "norm_label": "scene 6 \u2014 `06_counters_audit_log.png`"
    },
    {
      "label": "Scene 7 \u2014 `07_counters_audit_stats.png`",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L90",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_7_07_counters_audit_stats_png",
      "community": 11,
      "norm_label": "scene 7 \u2014 `07_counters_audit_stats.png`"
    },
    {
      "label": "Scene 8 \u2014 `08_counters_sessions_modal.png`",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L94",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_8_08_counters_sessions_modal_png",
      "community": 11,
      "norm_label": "scene 8 \u2014 `08_counters_sessions_modal.png`"
    },
    {
      "label": "Scene 9 \u2014 `09_counters_multirecce_review.png`",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L98",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_9_09_counters_multirecce_review_png",
      "community": 11,
      "norm_label": "scene 9 \u2014 `09_counters_multirecce_review.png`"
    },
    {
      "label": "Scene 10 \u2014 `10_counters_multirecce_expanded.png`",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L102",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_10_10_counters_multirecce_expanded_png",
      "community": 11,
      "norm_label": "scene 10 \u2014 `10_counters_multirecce_expanded.png`"
    },
    {
      "label": "Scene 11 \u2014 `11_counters_comments_modal.png`",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L106",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_11_11_counters_comments_modal_png",
      "community": 11,
      "norm_label": "scene 11 \u2014 `11_counters_comments_modal.png`"
    },
    {
      "label": "Scene 12 \u2014 `12_recce_client_login.png`",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L110",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_12_12_recce_client_login_png",
      "community": 11,
      "norm_label": "scene 12 \u2014 `12_recce_client_login.png`"
    },
    {
      "label": "Scene 13 \u2014 `13_recce_client_login_filled.png`",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L114",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_13_13_recce_client_login_filled_png",
      "community": 11,
      "norm_label": "scene 13 \u2014 `13_recce_client_login_filled.png`"
    },
    {
      "label": "Scene 14 \u2014 `14_recce_client_list.png`",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L118",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_14_14_recce_client_list_png",
      "community": 11,
      "norm_label": "scene 14 \u2014 `14_recce_client_list.png`"
    },
    {
      "label": "Scene 15 \u2014 `15_recce_client_viewer.png`",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L122",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_15_15_recce_client_viewer_png",
      "community": 11,
      "norm_label": "scene 15 \u2014 `15_recce_client_viewer.png`"
    },
    {
      "label": "Scene 16 \u2014 `16_recce_client_response_form.png`",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L126",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_16_16_recce_client_response_form_png",
      "community": 11,
      "norm_label": "scene 16 \u2014 `16_recce_client_response_form.png`"
    },
    {
      "label": "Scene 17 \u2014 `17_recce_client_thread_typing.png`",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L130",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_17_17_recce_client_thread_typing_png",
      "community": 11,
      "norm_label": "scene 17 \u2014 `17_recce_client_thread_typing.png`"
    },
    {
      "label": "Scene 18 \u2014 `18_recce_client_settings_sessions.png`",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L134",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_18_18_recce_client_settings_sessions_png",
      "community": 11,
      "norm_label": "scene 18 \u2014 `18_recce_client_settings_sessions.png`"
    },
    {
      "label": "Scene 19 \u2014 `19_recce_client_bulk_select.png`",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L138",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_19_19_recce_client_bulk_select_png",
      "community": 11,
      "norm_label": "scene 19 \u2014 `19_recce_client_bulk_select.png`"
    },
    {
      "label": "Scene 20 \u2014 `20_recce_client_bulk_modal.png`",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L142",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_20_20_recce_client_bulk_modal_png",
      "community": 11,
      "norm_label": "scene 20 \u2014 `20_recce_client_bulk_modal.png`"
    },
    {
      "label": "Scene 21 \u2014 `21_recce_client_compare.png`",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L146",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_scene_21_21_recce_client_compare_png",
      "community": 11,
      "norm_label": "scene 21 \u2014 `21_recce_client_compare.png`"
    },
    {
      "label": "END CARD (after scene 21)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L150",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_end_card_after_scene_21",
      "community": 11,
      "norm_label": "end card (after scene 21)"
    },
    {
      "label": "If Gemini can't render video directly",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L158",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_if_gemini_can_t_render_video_directly",
      "community": 11,
      "norm_label": "if gemini can't render video directly"
    },
    {
      "label": "GEMINI_PROMPT_TUTORIAL.md",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT_TUTORIAL.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_tutorial",
      "community": 96,
      "norm_label": "gemini_prompt_tutorial.md"
    },
    {
      "label": "Revised prompt \u2014 tutorial-length output",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT_TUTORIAL.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_tutorial_revised_prompt_tutorial_length_output",
      "community": 96,
      "norm_label": "revised prompt \u2014 tutorial-length output"
    },
    {
      "label": "Why the first prompt produced a 10-second clip",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT_TUTORIAL.md",
      "source_location": "L3",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_tutorial_why_the_first_prompt_produced_a_10_second_clip",
      "community": 96,
      "norm_label": "why the first prompt produced a 10-second clip"
    },
    {
      "label": "A \u2014 `tutorial.html` (zero-tool, runs in your browser right now)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT_TUTORIAL.md",
      "source_location": "L19",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_tutorial_a_tutorial_html_zero_tool_runs_in_your_browser_right_now",
      "community": 96,
      "norm_label": "a \u2014 `tutorial.html` (zero-tool, runs in your browser right now)"
    },
    {
      "label": "B \u2014 NotebookLM prompt (best AI-generated tutorial video)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT_TUTORIAL.md",
      "source_location": "L44",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_tutorial_b_notebooklm_prompt_best_ai_generated_tutorial_video",
      "community": 96,
      "norm_label": "b \u2014 notebooklm prompt (best ai-generated tutorial video)"
    },
    {
      "label": "C \u2014 Google Vids prompt (manually edited AI deck)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT_TUTORIAL.md",
      "source_location": "L114",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_tutorial_c_google_vids_prompt_manually_edited_ai_deck",
      "community": 96,
      "norm_label": "c \u2014 google vids prompt (manually edited ai deck)"
    },
    {
      "label": "Bottom line",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT_TUTORIAL.md",
      "source_location": "L162",
      "_origin": "ast",
      "id": "portal_walkthrough_gemini_prompt_tutorial_bottom_line",
      "community": 96,
      "norm_label": "bottom line"
    },
    {
      "label": "storyboard.md",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard",
      "community": 12,
      "norm_label": "storyboard.md"
    },
    {
      "label": "Recce Portal \u2014 End-to-End Walkthrough",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "community": 12,
      "norm_label": "recce portal \u2014 end-to-end walkthrough"
    },
    {
      "label": "Storyboard for video tutorial",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L2",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_storyboard_for_video_tutorial",
      "community": 12,
      "norm_label": "storyboard for video tutorial"
    },
    {
      "label": "SCENE 1 \u2014 Supervisor lands in /counters/ (01)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L18",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_scene_1_supervisor_lands_in_counters_01",
      "community": 12,
      "norm_label": "scene 1 \u2014 supervisor lands in /counters/ (01)"
    },
    {
      "label": "SCENE 2 \u2014 Open the Clients admin (02)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L23",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_scene_2_open_the_clients_admin_02",
      "community": 12,
      "norm_label": "scene 2 \u2014 open the clients admin (02)"
    },
    {
      "label": "SCENE 3 \u2014 Create a brand-side client (03)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L28",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_scene_3_create_a_brand_side_client_03",
      "community": 12,
      "norm_label": "scene 3 \u2014 create a brand-side client (03)"
    },
    {
      "label": "SCENE 4 \u2014 Invite a client user (04)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L33",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_scene_4_invite_a_client_user_04",
      "community": 12,
      "norm_label": "scene 4 \u2014 invite a client user (04)"
    },
    {
      "label": "SCENE 5 \u2014 \ud83d\udd14 Notify (supervisor activity feed) (05)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L38",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_scene_5_notify_supervisor_activity_feed_05",
      "community": 12,
      "norm_label": "scene 5 \u2014 \ud83d\udd14 notify (supervisor activity feed) (05)"
    },
    {
      "label": "SCENE 6 \u2014 \ud83d\udccb Audit log (06)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L43",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_scene_6_audit_log_06",
      "community": 12,
      "norm_label": "scene 6 \u2014 \ud83d\udccb audit log (06)"
    },
    {
      "label": "SCENE 7 \u2014 \ud83d\udcca Audit Stats (07)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L48",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_scene_7_audit_stats_07",
      "community": 12,
      "norm_label": "scene 7 \u2014 \ud83d\udcca audit stats (07)"
    },
    {
      "label": "SCENE 8 \u2014 \ud83d\udd11 Sessions for one user (08)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L53",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_scene_8_sessions_for_one_user_08",
      "community": 12,
      "norm_label": "scene 8 \u2014 \ud83d\udd11 sessions for one user (08)"
    },
    {
      "label": "SCENE 9 \u2014 \ud83d\udccc Multi-Recce Review (09)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L58",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_scene_9_multi_recce_review_09",
      "community": 12,
      "norm_label": "scene 9 \u2014 \ud83d\udccc multi-recce review (09)"
    },
    {
      "label": "SCENE 10 \u2014 Multi-Recce expanded (10)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L63",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_scene_10_multi_recce_expanded_10",
      "community": 12,
      "norm_label": "scene 10 \u2014 multi-recce expanded (10)"
    },
    {
      "label": "SCENE 11 \u2014 \ud83d\udcac Comments modal (11)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L68",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_scene_11_comments_modal_11",
      "community": 12,
      "norm_label": "scene 11 \u2014 \ud83d\udcac comments modal (11)"
    },
    {
      "label": "SCENE 12 \u2014 Client opens the portal (12)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L75",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_scene_12_client_opens_the_portal_12",
      "community": 12,
      "norm_label": "scene 12 \u2014 client opens the portal (12)"
    },
    {
      "label": "SCENE 13 \u2014 Email entered (13)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L80",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_scene_13_email_entered_13",
      "community": 12,
      "norm_label": "scene 13 \u2014 email entered (13)"
    },
    {
      "label": "SCENE 14 \u2014 Recce list (14)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L85",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_scene_14_recce_list_14",
      "community": 12,
      "norm_label": "scene 14 \u2014 recce list (14)"
    },
    {
      "label": "SCENE 15 \u2014 Recce viewer (15)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L90",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_scene_15_recce_viewer_15",
      "community": 12,
      "norm_label": "scene 15 \u2014 recce viewer (15)"
    },
    {
      "label": "SCENE 16 \u2014 Response form filled (16)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L95",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_scene_16_response_form_filled_16",
      "community": 12,
      "norm_label": "scene 16 \u2014 response form filled (16)"
    },
    {
      "label": "SCENE 17 \u2014 Conversation thread (17)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L100",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_scene_17_conversation_thread_17",
      "community": 12,
      "norm_label": "scene 17 \u2014 conversation thread (17)"
    },
    {
      "label": "SCENE 18 \u2014 Settings \u2192 Sessions + Email prefs (18)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L105",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_scene_18_settings_sessions_email_prefs_18",
      "community": 12,
      "norm_label": "scene 18 \u2014 settings \u2192 sessions + email prefs (18)"
    },
    {
      "label": "SCENE 19 \u2014 Bulk select (19)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L110",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_scene_19_bulk_select_19",
      "community": 12,
      "norm_label": "scene 19 \u2014 bulk select (19)"
    },
    {
      "label": "SCENE 20 \u2014 Bulk respond modal (20)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L115",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_scene_20_bulk_respond_modal_20",
      "community": 12,
      "norm_label": "scene 20 \u2014 bulk respond modal (20)"
    },
    {
      "label": "SCENE 21 \u2014 Compare 2 Recces (21)",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L120",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_scene_21_compare_2_recces_21",
      "community": 12,
      "norm_label": "scene 21 \u2014 compare 2 recces (21)"
    },
    {
      "label": "CLOSING",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L127",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_closing",
      "community": 12,
      "norm_label": "closing"
    },
    {
      "label": "Production notes for Gemini",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L132",
      "_origin": "ast",
      "id": "portal_walkthrough_storyboard_production_notes_for_gemini",
      "community": 12,
      "norm_label": "production notes for gemini"
    },
    {
      "label": "video_tutorial_style.md",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "video_tutorial_style",
      "community": 5,
      "norm_label": "video_tutorial_style.md"
    },
    {
      "label": "Video Tutorial DevGuide",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "video_tutorial_style_video_tutorial_devguide",
      "community": 5,
      "norm_label": "video tutorial devguide"
    },
    {
      "label": "1. When to Build a Tutorial",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L9",
      "_origin": "ast",
      "id": "video_tutorial_style_1_when_to_build_a_tutorial",
      "community": 5,
      "norm_label": "1. when to build a tutorial"
    },
    {
      "label": "2. Directory Structure",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L20",
      "_origin": "ast",
      "id": "video_tutorial_style_2_directory_structure",
      "community": 5,
      "norm_label": "2. directory structure"
    },
    {
      "label": "3. Segment Types",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L51",
      "_origin": "ast",
      "id": "video_tutorial_style_3_segment_types",
      "community": 5,
      "norm_label": "3. segment types"
    },
    {
      "label": "4. scripts.json Format",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L64",
      "_origin": "ast",
      "id": "video_tutorial_style_4_scripts_json_format",
      "community": 5,
      "norm_label": "4. scripts.json format"
    },
    {
      "label": "5. TTS Generation (`generate_tts.py`)",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L85",
      "_origin": "ast",
      "id": "video_tutorial_style_5_tts_generation_generate_tts_py",
      "community": 5,
      "norm_label": "5. tts generation (`generate_tts.py`)"
    },
    {
      "label": "edge-tts v7 API \u2014 critical details",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L87",
      "_origin": "ast",
      "id": "video_tutorial_style_edge_tts_v7_api_critical_details",
      "community": 5,
      "norm_label": "edge-tts v7 api \u2014 critical details"
    },
    {
      "label": "6. Video Recording with Playwright",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L119",
      "_origin": "ast",
      "id": "video_tutorial_style_6_video_recording_with_playwright",
      "community": 5,
      "norm_label": "6. video recording with playwright"
    },
    {
      "label": "Required test setup",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L121",
      "_origin": "ast",
      "id": "video_tutorial_style_required_test_setup",
      "community": 5,
      "norm_label": "required test setup"
    },
    {
      "label": "After recording",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L134",
      "_origin": "ast",
      "id": "video_tutorial_style_after_recording",
      "community": 5,
      "norm_label": "after recording"
    },
    {
      "label": "7. Build Pipeline (`build_tutorial.py`)",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L142",
      "_origin": "ast",
      "id": "video_tutorial_style_7_build_pipeline_build_tutorial_py",
      "community": 5,
      "norm_label": "7. build pipeline (`build_tutorial.py`)"
    },
    {
      "label": "Key constants",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L144",
      "_origin": "ast",
      "id": "video_tutorial_style_key_constants",
      "community": 5,
      "norm_label": "key constants"
    },
    {
      "label": "Per-clip ffmpeg pipeline",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L152",
      "_origin": "ast",
      "id": "video_tutorial_style_per_clip_ffmpeg_pipeline",
      "community": 5,
      "norm_label": "per-clip ffmpeg pipeline"
    },
    {
      "label": "Concat step",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L168",
      "_origin": "ast",
      "id": "video_tutorial_style_concat_step",
      "community": 5,
      "norm_label": "concat step"
    },
    {
      "label": "Running the build",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L178",
      "_origin": "ast",
      "id": "video_tutorial_style_running_the_build",
      "community": 5,
      "norm_label": "running the build"
    },
    {
      "label": "8. Tutorial HTML Page",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L198",
      "_origin": "ast",
      "id": "video_tutorial_style_8_tutorial_html_page",
      "community": 5,
      "norm_label": "8. tutorial html page"
    },
    {
      "label": "File: `[pwa]/tutorial/tutorial.html`",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L200",
      "_origin": "ast",
      "id": "video_tutorial_style_file_pwa_tutorial_tutorial_html",
      "community": 5,
      "norm_label": "file: `[pwa]/tutorial/tutorial.html`"
    },
    {
      "label": "Authentication",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L208",
      "_origin": "ast",
      "id": "video_tutorial_style_authentication",
      "community": 5,
      "norm_label": "authentication"
    },
    {
      "label": "Language switching (preserves playback position)",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L228",
      "_origin": "ast",
      "id": "video_tutorial_style_language_switching_preserves_playback_position",
      "community": 5,
      "norm_label": "language switching (preserves playback position)"
    },
    {
      "label": "9. PWA Integration \u2014 Tutorial Button",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L249",
      "_origin": "ast",
      "id": "video_tutorial_style_9_pwa_integration_tutorial_button",
      "community": 5,
      "norm_label": "9. pwa integration \u2014 tutorial button"
    },
    {
      "label": "10. Naming Conventions",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L270",
      "_origin": "ast",
      "id": "video_tutorial_style_10_naming_conventions",
      "community": 5,
      "norm_label": "10. naming conventions"
    },
    {
      "label": "11. Codec Decision",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L282",
      "_origin": "ast",
      "id": "video_tutorial_style_11_codec_decision",
      "community": 5,
      "norm_label": "11. codec decision"
    },
    {
      "label": "12. Reference \u2014 Custodian Tutorial",
      "file_type": "document",
      "source_file": "video_tutorial_style.md",
      "source_location": "L293",
      "_origin": "ast",
      "id": "video_tutorial_style_12_reference_custodian_tutorial",
      "community": 5,
      "norm_label": "12. reference \u2014 custodian tutorial"
    },
    {
      "label": "README.md",
      "file_type": "document",
      "source_file": "walkthroughs/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "walkthroughs_readme",
      "community": 5,
      "norm_label": "readme.md"
    },
    {
      "label": "360LM Walkthroughs",
      "file_type": "document",
      "source_file": "walkthroughs/README.md",
      "source_location": "L1",
      "_origin": "ast",
      "id": "walkthroughs_readme_360lm_walkthroughs",
      "community": 5,
      "norm_label": "360lm walkthroughs"
    },
    {
      "label": "Why this exists",
      "file_type": "document",
      "source_file": "walkthroughs/README.md",
      "source_location": "L8",
      "_origin": "ast",
      "id": "walkthroughs_readme_why_this_exists",
      "community": 5,
      "norm_label": "why this exists"
    },
    {
      "label": "Quick start",
      "file_type": "document",
      "source_file": "walkthroughs/README.md",
      "source_location": "L16",
      "_origin": "ast",
      "id": "walkthroughs_readme_quick_start",
      "community": 5,
      "norm_label": "quick start"
    },
    {
      "label": "Authoring a walkthrough",
      "file_type": "document",
      "source_file": "walkthroughs/README.md",
      "source_location": "L26",
      "_origin": "ast",
      "id": "walkthroughs_readme_authoring_a_walkthrough",
      "community": 5,
      "norm_label": "authoring a walkthrough"
    },
    {
      "label": "Test mode (no pauses, headless, CI-friendly)",
      "file_type": "document",
      "source_file": "walkthroughs/README.md",
      "source_location": "L60",
      "_origin": "ast",
      "id": "walkthroughs_readme_test_mode_no_pauses_headless_ci_friendly",
      "community": 5,
      "norm_label": "test mode (no pauses, headless, ci-friendly)"
    },
    {
      "label": "Layout",
      "file_type": "document",
      "source_file": "walkthroughs/README.md",
      "source_location": "L69",
      "_origin": "ast",
      "id": "walkthroughs_readme_layout",
      "community": 5,
      "norm_label": "layout"
    },
    {
      "label": "Environment overrides",
      "file_type": "document",
      "source_file": "walkthroughs/README.md",
      "source_location": "L86",
      "_origin": "ast",
      "id": "walkthroughs_readme_environment_overrides",
      "community": 5,
      "norm_label": "environment overrides"
    },
    {
      "label": "Comparison: when to use what",
      "file_type": "document",
      "source_file": "walkthroughs/README.md",
      "source_location": "L95",
      "_origin": "ast",
      "id": "walkthroughs_readme_comparison_when_to_use_what",
      "community": 5,
      "norm_label": "comparison: when to use what"
    },
    {
      "label": "software-architect Agent",
      "file_type": "document",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 24,
      "community_name": "Community 24",
      "norm_label": "software-architect agent",
      "id": "agents_software_architect_agent"
    },
    {
      "label": "360LM Multi-PWA Platform",
      "file_type": "concept",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 24,
      "community_name": "Community 24",
      "norm_label": "360lm multi-pwa platform",
      "id": "agents_software_architect_360lm_platform"
    },
    {
      "label": "Cross-PWA Safety Rule",
      "file_type": "rationale",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": "hkl",
      "contributor": null,
      "community": 24,
      "community_name": "Community 24",
      "norm_label": "cross-pwa safety rule",
      "id": "agents_software_architect_cross_pwa_safety"
    },
    {
      "label": "Hub Session / Auth",
      "file_type": "concept",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 24,
      "community_name": "Community 24",
      "norm_label": "hub session / auth",
      "id": "agents_software_architect_hub_session"
    },
    {
      "label": "Traefik Reverse Proxy",
      "file_type": "concept",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 24,
      "community_name": "Community 24",
      "norm_label": "traefik reverse proxy",
      "id": "agents_software_architect_traefik"
    },
    {
      "label": "Paperclip AI Orchestration",
      "file_type": "concept",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 24,
      "community_name": "Community 24",
      "norm_label": "paperclip ai orchestration",
      "id": "agents_software_architect_paperclip"
    },
    {
      "label": "OpenClaw WhatsApp/Telegram Bridge",
      "file_type": "concept",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 24,
      "community_name": "Community 24",
      "norm_label": "openclaw whatsapp/telegram bridge",
      "id": "agents_software_architect_openclaw"
    },
    {
      "label": "pwa_dev_style.md DevGuide",
      "file_type": "document",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 112,
      "community_name": "Community 112",
      "norm_label": "pwa_dev_style.md devguide",
      "id": "agents_software_architect_pwa_dev_style"
    },
    {
      "label": "excel_to_counters Skill",
      "file_type": "document",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 123,
      "community_name": "Community 123",
      "norm_label": "excel_to_counters skill",
      "id": "commands_excel_to_counters_skill"
    },
    {
      "label": "excel_parser.py Helper",
      "file_type": "code",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 123,
      "community_name": "Community 123",
      "norm_label": "excel_parser.py helper",
      "id": "commands_excel_to_counters_excel_parser"
    },
    {
      "label": "pincode_lookup.py Helper",
      "file_type": "code",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 123,
      "community_name": "Community 123",
      "norm_label": "pincode_lookup.py helper",
      "id": "commands_excel_to_counters_pincode_lookup"
    },
    {
      "label": "Google Maps MCP Geocode",
      "file_type": "concept",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 123,
      "community_name": "Community 123",
      "norm_label": "google maps mcp geocode",
      "id": "commands_excel_to_counters_google_maps_mcp"
    },
    {
      "label": "Counter Management CSV v2",
      "file_type": "concept",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 123,
      "community_name": "Community 123",
      "norm_label": "counter management csv v2",
      "id": "commands_excel_to_counters_counter_mgmt_csv"
    },
    {
      "label": "PostgREST RPC Patterns",
      "file_type": "concept",
      "source_file": ".claude/commands/vcc.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 14,
      "community_name": "Community 14",
      "norm_label": "postgrest rpc patterns",
      "id": "commands_vcc_postgrest_rpc"
    },
    {
      "label": "SW Cache Version Management",
      "file_type": "concept",
      "source_file": ".claude/commands/vcc.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 14,
      "community_name": "Community 14",
      "norm_label": "sw cache version management",
      "id": "commands_vcc_sw_cache_version"
    },
    {
      "label": "Playwright Test Specs",
      "file_type": "concept",
      "source_file": ".claude/commands/vcc.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 14,
      "community_name": "Community 14",
      "norm_label": "playwright test specs",
      "id": "commands_vcc_playwright_specs"
    },
    {
      "label": "IST Timezone Requirement",
      "file_type": "rationale",
      "source_file": ".claude/commands/vcc.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 14,
      "community_name": "Community 14",
      "norm_label": "ist timezone requirement",
      "id": "commands_vcc_ist_timezone"
    },
    {
      "label": "Memory Compaction Rules",
      "file_type": "document",
      "source_file": "CLAUDE.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 100,
      "community_name": "Community 100",
      "norm_label": "memory compaction rules",
      "id": "claude_md_memory_compaction"
    },
    {
      "label": "Playwright Test Runner Config",
      "file_type": "document",
      "source_file": "CLAUDE.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 14,
      "community_name": "Community 14",
      "norm_label": "playwright test runner config",
      "id": "claude_md_playwright_runner"
    },
    {
      "label": "Graphify Knowledge Graph Rules",
      "file_type": "document",
      "source_file": "CLAUDE.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 112,
      "community_name": "Community 112",
      "norm_label": "graphify knowledge graph rules",
      "id": "claude_md_graphify_rules"
    },
    {
      "label": "360LM Project File Index (MEMORY.md)",
      "file_type": "document",
      "source_file": "MEMORY.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 112,
      "community_name": "Community 112",
      "norm_label": "360lm project file index (memory.md)",
      "id": "memory_md_file_index"
    },
    {
      "label": "Master PWA DevGuide (pwa_dev_style.md)",
      "file_type": "document",
      "source_file": "MEMORY.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 112,
      "community_name": "Community 112",
      "norm_label": "master pwa devguide (pwa_dev_style.md)",
      "id": "memory_md_pwa_dev_style"
    },
    {
      "label": "Bilingual DevGuide (EN/HI)",
      "file_type": "document",
      "source_file": "MEMORY.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 112,
      "community_name": "Community 112",
      "norm_label": "bilingual devguide (en/hi)",
      "id": "memory_md_bilingual_devguide"
    },
    {
      "label": "Activity PWA",
      "file_type": "code",
      "source_file": "activity/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 24,
      "community_name": "Community 24",
      "norm_label": "activity pwa",
      "id": "activity_index_pwa"
    },
    {
      "label": "safe-bottom.css Shared Style",
      "file_type": "code",
      "source_file": "activity/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 24,
      "community_name": "Community 24",
      "norm_label": "safe-bottom.css shared style",
      "id": "activity_index_safe_bottom_css"
    },
    {
      "label": "Hub Session Auth (Activity)",
      "file_type": "concept",
      "source_file": "activity/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 24,
      "community_name": "Community 24",
      "norm_label": "hub session auth (activity)",
      "id": "activity_index_hub_session_auth"
    },
    {
      "label": "Admin PWA",
      "file_type": "code",
      "source_file": "admin/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 24,
      "community_name": "Community 24",
      "norm_label": "admin pwa",
      "id": "admin_index_pwa"
    },
    {
      "label": "PIN Authentication UI",
      "file_type": "concept",
      "source_file": "admin/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 24,
      "community_name": "Community 24",
      "norm_label": "pin authentication ui",
      "id": "admin_index_pin_auth"
    },
    {
      "label": "Activity v21 CiC UX Walkthrough",
      "file_type": "document",
      "source_file": "cic-prompts/activity_v21_ux_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-28",
      "author": null,
      "contributor": null,
      "community": 24,
      "community_name": "Community 24",
      "norm_label": "activity v21 cic ux walkthrough",
      "id": "cic_activity_v21_walkthrough"
    },
    {
      "label": "Activity v22 CiC Re-test (Bug Fix Verification)",
      "file_type": "document",
      "source_file": "cic-prompts/activity_v22_retest.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-28",
      "author": null,
      "contributor": null,
      "community": 24,
      "community_name": "Community 24",
      "norm_label": "activity v22 cic re-test (bug fix verification)",
      "id": "cic_activity_v22_retest"
    },
    {
      "label": "Activity Cascading Filters Live Test",
      "file_type": "document",
      "source_file": "cic-prompts/activity_v23_cascading_filters.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 24,
      "community_name": "Community 24",
      "norm_label": "activity cascading filters live test",
      "id": "cic_activity_v23_cascading_filters"
    },
    {
      "label": "Advance Return Flow CiC Test (Custodian v7)",
      "file_type": "document",
      "source_file": "cic-prompts/advance_return_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-31",
      "author": null,
      "contributor": null,
      "community": 59,
      "community_name": "Community 59",
      "norm_label": "advance return flow cic test (custodian v7)",
      "id": "cic_advance_return_walkthrough"
    },
    {
      "label": "Brevo Account + API Key Setup CiC",
      "file_type": "document",
      "source_file": "cic-prompts/brevo_account_apikey_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 113,
      "community_name": "Community 113",
      "norm_label": "brevo account + api key setup cic",
      "id": "cic_brevo_account_apikey"
    },
    {
      "label": "Brevo Domain Auth CiC (DKIM/SPF/DMARC)",
      "file_type": "document",
      "source_file": "cic-prompts/brevo_domain_auth_cic.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 113,
      "community_name": "Community 113",
      "norm_label": "brevo domain auth cic (dkim/spf/dmarc)",
      "id": "cic_brevo_domain_auth"
    },
    {
      "label": "FundCustodian Guided Walkthrough (22 Steps)",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_guided_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-28",
      "author": null,
      "contributor": null,
      "community": 59,
      "community_name": "Community 24",
      "norm_label": "fundcustodian guided walkthrough (22 steps)",
      "id": "cic_custodian_guided_walkthrough"
    },
    {
      "label": "FundCustodian CiC Test Data Reference",
      "file_type": "document",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-28",
      "author": null,
      "contributor": null,
      "community": 59,
      "community_name": "Community 59",
      "norm_label": "fundcustodian cic test data reference",
      "id": "cic_custodian_test_data_reference"
    },
    {
      "label": "Customer Management Manual Testing Guide",
      "file_type": "document",
      "source_file": "cic-prompts/customers_manual_testing.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 24,
      "community_name": "Community 212",
      "norm_label": "customer management manual testing guide",
      "id": "cic_customers_manual_testing"
    },
    {
      "label": "Customer Management CiC Walkthrough (Phases 1-5)",
      "file_type": "document",
      "source_file": "cic-prompts/customers_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 24,
      "community_name": "Community 212",
      "norm_label": "customer management cic walkthrough (phases 1-5)",
      "id": "cic_customers_walkthrough"
    },
    {
      "label": "FundCustodian UX Walkthrough CiC Prompt",
      "file_type": "document",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 77,
      "community_name": "Community 77",
      "norm_label": "fundcustodian ux walkthrough cic prompt",
      "id": "cic_fundcustodian_ux_walkthrough"
    },
    {
      "label": "OpenRouter Account + API Key CiC Walkthrough",
      "file_type": "document",
      "source_file": "cic-prompts/openrouter_account_apikey_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 213,
      "community_name": "Community 213",
      "norm_label": "openrouter account + api key cic walkthrough",
      "id": "cic_openrouter_apikey_walkthrough"
    },
    {
      "label": "Custodian / FundCustodian PWA",
      "file_type": "concept",
      "source_file": "cic-prompts/custodian_guided_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 59,
      "community_name": "Community 59",
      "norm_label": "custodian / fundcustodian pwa",
      "id": "concept_custodian_pwa"
    },
    {
      "label": "Double-Entry Wallet Accounting (Custodian)",
      "file_type": "rationale",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 59,
      "community_name": "Community 59",
      "norm_label": "double-entry wallet accounting (custodian)",
      "id": "concept_custodian_double_entry"
    },
    {
      "label": "Brevo Mail Relay (counters-mail-relay worker)",
      "file_type": "concept",
      "source_file": "cic-prompts/brevo_account_apikey_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 113,
      "community_name": "Community 113",
      "norm_label": "brevo mail relay (counters-mail-relay worker)",
      "id": "concept_brevo_mail_relay"
    },
    {
      "label": "Recce Portal / recce-client PWA",
      "file_type": "concept",
      "source_file": "cic-prompts/brevo_account_apikey_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 113,
      "community_name": "Community 113",
      "norm_label": "recce portal / recce-client pwa",
      "id": "concept_recce_portal"
    },
    {
      "label": "Customer Management mini-PWA",
      "file_type": "concept",
      "source_file": "cic-prompts/customers_manual_testing.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 24,
      "community_name": "Community 212",
      "norm_label": "customer management mini-pwa",
      "id": "concept_sales_customers_pwa"
    },
    {
      "label": "OpenRouter API (Health Tracker OCR)",
      "file_type": "concept",
      "source_file": "cic-prompts/openrouter_account_apikey_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 213,
      "community_name": "Community 213",
      "norm_label": "openrouter api (health tracker ocr)",
      "id": "concept_openrouter"
    },
    {
      "label": "Health Tracker PWA",
      "file_type": "concept",
      "source_file": "cic-prompts/openrouter_account_apikey_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 213,
      "community_name": "Community 213",
      "norm_label": "health tracker pwa",
      "id": "concept_health_tracker_pwa"
    },
    {
      "label": "360degreelogicalmktg.com Domain",
      "file_type": "concept",
      "source_file": "cic-prompts/brevo_domain_auth_cic.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 113,
      "community_name": "Community 113",
      "norm_label": "360degreelogicalmktg.com domain",
      "id": "concept_360lm_domain"
    },
    {
      "label": "OpenRouter API Key Rotation CiC Prompt",
      "file_type": "document",
      "source_file": "cic-prompts/openrouter_key_rotation.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 231,
      "community_name": "Community 231",
      "norm_label": "openrouter api key rotation cic prompt",
      "id": "cic_prompts_openrouter_key_rotation_openrouter_key_rotation"
    },
    {
      "label": "health-tracker-ocr OpenRouter Key",
      "file_type": "concept",
      "source_file": "cic-prompts/openrouter_key_rotation.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 231,
      "community_name": "Community 231",
      "norm_label": "health-tracker-ocr openrouter key",
      "id": "cic_prompts_openrouter_key_rotation_health_tracker_ocr"
    },
    {
      "label": "Recce Client Portal Approval/Rejection Walkthrough",
      "file_type": "document",
      "source_file": "cic-prompts/recce_client_approval_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 29,
      "community_name": "Community 29",
      "norm_label": "recce client portal approval/rejection walkthrough",
      "id": "cic_prompts_recce_client_approval_walkthrough_recce_client_approval"
    },
    {
      "label": "Recce Client Portal PWA",
      "file_type": "concept",
      "source_file": "cic-prompts/recce_client_approval_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 29,
      "community_name": "Community 29",
      "norm_label": "recce client portal pwa",
      "id": "cic_prompts_recce_client_approval_walkthrough_recce_client_portal"
    },
    {
      "label": "Bulk Response Feature for Recce Client Portal",
      "file_type": "concept",
      "source_file": "cic-prompts/recce_client_approval_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 29,
      "community_name": "Community 29",
      "norm_label": "bulk response feature for recce client portal",
      "id": "cic_prompts_recce_client_approval_walkthrough_bulk_response"
    },
    {
      "label": "Magic Link Client Invite System",
      "file_type": "concept",
      "source_file": "cic-prompts/recce_client_approval_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 29,
      "community_name": "Community 29",
      "norm_label": "magic link client invite system",
      "id": "cic_prompts_recce_client_approval_walkthrough_magic_link"
    },
    {
      "label": "Recce Client Portal Test Setup Guide",
      "file_type": "document",
      "source_file": "cic-prompts/recce_client_test_setup.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 29,
      "community_name": "Community 29",
      "norm_label": "recce client portal test setup guide",
      "id": "cic_prompts_recce_client_test_setup_recce_client_test_setup"
    },
    {
      "label": "HP India Test Client Entity",
      "file_type": "concept",
      "source_file": "cic-prompts/recce_client_test_setup.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 29,
      "community_name": "Community 29",
      "norm_label": "hp india test client entity",
      "id": "cic_prompts_recce_client_test_setup_hp_india_test_client"
    },
    {
      "label": "counters.client_invite Table",
      "file_type": "concept",
      "source_file": "cic-prompts/recce_client_test_setup.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 29,
      "community_name": "Community 29",
      "norm_label": "counters.client_invite table",
      "id": "cic_prompts_recce_client_test_setup_counters_client_invite"
    },
    {
      "label": "Salary Advance Recovery CiC Re-Run (Run 3)",
      "file_type": "document",
      "source_file": "cic-prompts/salary_advance_recovery_RERUN.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 26,
      "community_name": "Community 26",
      "norm_label": "salary advance recovery cic re-run (run 3)",
      "id": "cic_prompts_salary_advance_recovery_rerun_salary_advance_rerun"
    },
    {
      "label": "HR PWA Service Worker 360hr-v7",
      "file_type": "concept",
      "source_file": "cic-prompts/salary_advance_recovery_RERUN.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 26,
      "community_name": "Community 26",
      "norm_label": "hr pwa service worker 360hr-v7",
      "id": "cic_prompts_salary_advance_recovery_rerun_sw_360hr_v7"
    },
    {
      "label": "BUG-4 body stream already read fix",
      "file_type": "concept",
      "source_file": "cic-prompts/salary_advance_recovery_RERUN.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 26,
      "community_name": "Community 26",
      "norm_label": "bug-4 body stream already read fix",
      "id": "cic_prompts_salary_advance_recovery_rerun_bug4_body_stream"
    },
    {
      "label": "Salary Advance Recovery Walkthrough (Run 2)",
      "file_type": "document",
      "source_file": "cic-prompts/salary_advance_recovery_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 26,
      "community_name": "Community 26",
      "norm_label": "salary advance recovery walkthrough (run 2)",
      "id": "cic_prompts_salary_advance_recovery_walkthrough_salary_advance_walkthrough"
    },
    {
      "label": "Custodian-HR Cross-PWA Advance Recovery Verification",
      "file_type": "concept",
      "source_file": "cic-prompts/salary_advance_recovery_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 26,
      "community_name": "Community 26",
      "norm_label": "custodian-hr cross-pwa advance recovery verification",
      "id": "cic_prompts_salary_advance_recovery_walkthrough_custodian_hr_crosscheck"
    },
    {
      "label": "hr.pay_salary_slip RPC",
      "file_type": "concept",
      "source_file": "cic-prompts/salary_advance_recovery_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 26,
      "community_name": "Community 26",
      "norm_label": "hr.pay_salary_slip rpc",
      "id": "cic_prompts_salary_advance_recovery_walkthrough_pay_salary_slip_rpc"
    },
    {
      "label": "Sales PWA Billing Chain Manual Testing Guide (Stages A-G)",
      "file_type": "document",
      "source_file": "cic-prompts/sales_billing_manual_testing.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 26,
      "community_name": "Community 26",
      "norm_label": "sales pwa billing chain manual testing guide (stages a-g)",
      "id": "cic_prompts_sales_billing_manual_testing_sales_billing_manual"
    },
    {
      "label": "Sales PWA Service Worker 360sales-v16",
      "file_type": "concept",
      "source_file": "cic-prompts/sales_billing_manual_testing.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 26,
      "community_name": "Community 26",
      "norm_label": "sales pwa service worker 360sales-v16",
      "id": "cic_prompts_sales_billing_manual_testing_sw_360sales_v16"
    },
    {
      "label": "Proforma Invoice Stage C/D",
      "file_type": "concept",
      "source_file": "cic-prompts/sales_billing_manual_testing.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 26,
      "community_name": "Community 26",
      "norm_label": "proforma invoice stage c/d",
      "id": "cic_prompts_sales_billing_manual_testing_proforma_invoice"
    },
    {
      "label": "Delivery Challan Stage F",
      "file_type": "concept",
      "source_file": "cic-prompts/sales_billing_manual_testing.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 26,
      "community_name": "Community 26",
      "norm_label": "delivery challan stage f",
      "id": "cic_prompts_sales_billing_manual_testing_delivery_challan"
    },
    {
      "label": "Custodian Settlement Loop Stage G",
      "file_type": "concept",
      "source_file": "cic-prompts/sales_billing_manual_testing.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 26,
      "community_name": "Community 26",
      "norm_label": "custodian settlement loop stage g",
      "id": "cic_prompts_sales_billing_manual_testing_custodian_settlement_loop"
    },
    {
      "label": "Tax Invoice Stage E",
      "file_type": "concept",
      "source_file": "cic-prompts/sales_billing_manual_testing.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 26,
      "community_name": "Community 26",
      "norm_label": "tax invoice stage e",
      "id": "cic_prompts_sales_billing_manual_testing_tax_invoice"
    },
    {
      "label": "360 Degree Logical Marketing (360DLM) Company",
      "file_type": "concept",
      "source_file": "cic-prompts/sales_billing_manual_testing.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 26,
      "community_name": "Community 26",
      "norm_label": "360 degree logical marketing (360dlm) company",
      "id": "cic_prompts_sales_billing_manual_testing_360dlm_company"
    },
    {
      "label": "Sales PWA Billing Chain CiC Walkthrough Prompt",
      "file_type": "document",
      "source_file": "cic-prompts/sales_billing_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 26,
      "community_name": "Community 26",
      "norm_label": "sales pwa billing chain cic walkthrough prompt",
      "id": "cic_prompts_sales_billing_walkthrough_sales_billing_walkthrough"
    },
    {
      "label": "HSN/SAC Code Fields on Sales Offers",
      "file_type": "concept",
      "source_file": "cic-prompts/sales_billing_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 26,
      "community_name": "Community 26",
      "norm_label": "hsn/sac code fields on sales offers",
      "id": "cic_prompts_sales_billing_walkthrough_hsn_sac"
    },
    {
      "label": "SVC/MAT Toggle on Sales Offer Line Items",
      "file_type": "concept",
      "source_file": "cic-prompts/sales_billing_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 26,
      "community_name": "Community 26",
      "norm_label": "svc/mat toggle on sales offer line items",
      "id": "cic_prompts_sales_billing_walkthrough_svc_mat_toggle"
    },
    {
      "label": "Tour Planner Playground Manual Testing Guide",
      "file_type": "document",
      "source_file": "cic-prompts/tour_pg_manual_testing.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 37,
      "community_name": "Community 37",
      "norm_label": "tour planner playground manual testing guide",
      "id": "cic_prompts_tour_pg_manual_testing_tour_pg_manual"
    },
    {
      "label": "TomTom computeBestOrder Route Optimisation",
      "file_type": "concept",
      "source_file": "cic-prompts/tour_pg_manual_testing.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 37,
      "community_name": "Community 37",
      "norm_label": "tomtom computebestorder route optimisation",
      "id": "cic_prompts_tour_pg_manual_testing_tomtom_optimise"
    },
    {
      "label": "Matrix + 2-opt Heuristic Routing (13-30 stops)",
      "file_type": "concept",
      "source_file": "cic-prompts/tour_pg_manual_testing.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 37,
      "community_name": "Community 37",
      "norm_label": "matrix + 2-opt heuristic routing (13-30 stops)",
      "id": "cic_prompts_tour_pg_manual_testing_matrix_2opt"
    },
    {
      "label": "Tour PG Proxy Service",
      "file_type": "concept",
      "source_file": "cic-prompts/tour_pg_manual_testing.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 37,
      "community_name": "Community 37",
      "norm_label": "tour pg proxy service",
      "id": "cic_prompts_tour_pg_manual_testing_tour_pg_proxy"
    },
    {
      "label": "Tour Playground v12 Mobile Walkthrough (Field Mapping + Native Scroll)",
      "file_type": "document",
      "source_file": "cic-prompts/tour_pg_v12_mobile_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 37,
      "community_name": "Community 37",
      "norm_label": "tour playground v12 mobile walkthrough (field mapping + native scroll)",
      "id": "cic_prompts_tour_pg_v12_mobile_walkthrough_tour_pg_v12_mobile"
    },
    {
      "label": "Field Mapping Table Column Reversal (v12)",
      "file_type": "concept",
      "source_file": "cic-prompts/tour_pg_v12_mobile_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 37,
      "community_name": "Community 37",
      "norm_label": "field mapping table column reversal (v12)",
      "id": "cic_prompts_tour_pg_v12_mobile_walkthrough_field_mapping_table"
    },
    {
      "label": "Native Page Scroll Editor (v12 mobile fix)",
      "file_type": "concept",
      "source_file": "cic-prompts/tour_pg_v12_mobile_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 37,
      "community_name": "Community 37",
      "norm_label": "native page scroll editor (v12 mobile fix)",
      "id": "cic_prompts_tour_pg_v12_mobile_walkthrough_native_page_scroll"
    },
    {
      "label": "Tour Playground v19 Manual Planner Walkthrough (No Excel)",
      "file_type": "document",
      "source_file": "cic-prompts/tour_pg_v19_manual_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 37,
      "community_name": "Community 37",
      "norm_label": "tour playground v19 manual planner walkthrough (no excel)",
      "id": "cic_prompts_tour_pg_v19_manual_walkthrough_tour_pg_v19_manual"
    },
    {
      "label": "Manual Tour Planner (no Excel) Feature v19",
      "file_type": "concept",
      "source_file": "cic-prompts/tour_pg_v19_manual_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 37,
      "community_name": "Community 37",
      "norm_label": "manual tour planner (no excel) feature v19",
      "id": "cic_prompts_tour_pg_v19_manual_walkthrough_manual_planner"
    },
    {
      "label": "Map Picker with GPS and Satellite Toggle",
      "file_type": "concept",
      "source_file": "cic-prompts/tour_pg_v19_manual_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 37,
      "community_name": "Community 37",
      "norm_label": "map picker with gps and satellite toggle",
      "id": "cic_prompts_tour_pg_v19_manual_walkthrough_map_picker"
    },
    {
      "label": "Tour Planner Playground v1 CiC Walkthrough",
      "file_type": "document",
      "source_file": "cic-prompts/tour_pg_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 37,
      "community_name": "Community 37",
      "norm_label": "tour planner playground v1 cic walkthrough",
      "id": "cic_prompts_tour_pg_walkthrough_tour_pg_v1_walkthrough"
    },
    {
      "label": "Mid-Tour Replan (Origin Change) Feature",
      "file_type": "concept",
      "source_file": "cic-prompts/tour_pg_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 37,
      "community_name": "Community 37",
      "norm_label": "mid-tour replan (origin change) feature",
      "id": "cic_prompts_tour_pg_walkthrough_mid_tour_replan"
    },
    {
      "label": "Tour PG Sample XLSX (12 Chandigarh tri-city stops)",
      "file_type": "document",
      "source_file": "cic-prompts/tour_pg_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 37,
      "community_name": "Community 37",
      "norm_label": "tour pg sample xlsx (12 chandigarh tri-city stops)",
      "id": "cic_prompts_tour_pg_walkthrough_sample_xlsx"
    },
    {
      "label": "UPI Pay and Vendor Management Cross-PWA Walkthrough",
      "file_type": "document",
      "source_file": "cic-prompts/upi_vendors_crosspwa_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 38,
      "community_name": "Community 38",
      "norm_label": "upi pay and vendor management cross-pwa walkthrough",
      "id": "cic_prompts_upi_vendors_crosspwa_walkthrough_upi_vendors_crosspwa"
    },
    {
      "label": "custodian.payees Shared Table",
      "file_type": "concept",
      "source_file": "cic-prompts/upi_vendors_crosspwa_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 38,
      "community_name": "Community 38",
      "norm_label": "custodian.payees shared table",
      "id": "cic_prompts_upi_vendors_crosspwa_walkthrough_custodian_payees"
    },
    {
      "label": "custodian.payee_methods Shared Table",
      "file_type": "concept",
      "source_file": "cic-prompts/upi_vendors_crosspwa_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 38,
      "community_name": "Community 38",
      "norm_label": "custodian.payee_methods shared table",
      "id": "cic_prompts_upi_vendors_crosspwa_walkthrough_custodian_payee_methods"
    },
    {
      "label": "Vendor Management PWA (vendors-v4)",
      "file_type": "concept",
      "source_file": "cic-prompts/upi_vendors_crosspwa_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 38,
      "community_name": "Community 38",
      "norm_label": "vendor management pwa (vendors-v4)",
      "id": "cic_prompts_upi_vendors_crosspwa_walkthrough_vendor_pwa"
    },
    {
      "label": "UPI Pay PWA (upi-v2)",
      "file_type": "concept",
      "source_file": "cic-prompts/upi_vendors_crosspwa_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 38,
      "community_name": "Community 38",
      "norm_label": "upi pay pwa (upi-v2)",
      "id": "cic_prompts_upi_vendors_crosspwa_walkthrough_upi_pay_pwa"
    },
    {
      "label": "Soft Delete Cross-PWA Propagation",
      "file_type": "concept",
      "source_file": "cic-prompts/upi_vendors_crosspwa_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 38,
      "community_name": "Community 38",
      "norm_label": "soft delete cross-pwa propagation",
      "id": "cic_prompts_upi_vendors_crosspwa_walkthrough_soft_delete_crosspwa"
    },
    {
      "label": "Vendor Management Test Data Cleanup Script",
      "file_type": "document",
      "source_file": "cic-prompts/vendors_test_data_cleanup.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 38,
      "community_name": "Community 38",
      "norm_label": "vendor management test data cleanup script",
      "id": "cic_prompts_vendors_test_data_cleanup_vendor_cleanup"
    },
    {
      "label": "Vendor Management Manual Test Data Pack",
      "file_type": "document",
      "source_file": "cic-prompts/vendors_test_data_samples.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 38,
      "community_name": "Community 38",
      "norm_label": "vendor management manual test data pack",
      "id": "cic_prompts_vendors_test_data_samples_vendor_test_data"
    },
    {
      "label": "Vendor Rate Card (tiered/expired/future badges)",
      "file_type": "concept",
      "source_file": "cic-prompts/vendors_test_data_samples.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 38,
      "community_name": "Community 38",
      "norm_label": "vendor rate card (tiered/expired/future badges)",
      "id": "cic_prompts_vendors_test_data_samples_rate_card"
    },
    {
      "label": "Custodian Transfer Line Items",
      "file_type": "concept",
      "source_file": "cic-prompts/vendors_test_data_samples.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 38,
      "community_name": "Community 38",
      "norm_label": "custodian transfer line items",
      "id": "cic_prompts_vendors_test_data_samples_custodian_transfer_line_items"
    },
    {
      "label": "Vendor Management v3 CiC Walkthrough",
      "file_type": "document",
      "source_file": "cic-prompts/vendors_v3_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 38,
      "community_name": "Community 38",
      "norm_label": "vendor management v3 cic walkthrough",
      "id": "cic_prompts_vendors_v3_walkthrough_vendors_v3_walkthrough"
    },
    {
      "label": "Vendor Detail Tabs (Info/Ledger/Catalog/Supplies/Rate Card/Prices)",
      "file_type": "concept",
      "source_file": "cic-prompts/vendors_v3_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 38,
      "community_name": "Community 38",
      "norm_label": "vendor detail tabs (info/ledger/catalog/supplies/rate card/prices)",
      "id": "cic_prompts_vendors_v3_walkthrough_vendor_detail_tabs"
    },
    {
      "label": "Price Delta Badge vs Rate Card",
      "file_type": "concept",
      "source_file": "cic-prompts/vendors_v3_walkthrough.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 38,
      "community_name": "Community 38",
      "norm_label": "price delta badge vs rate card",
      "id": "cic_prompts_vendors_v3_walkthrough_price_delta_badge"
    },
    {
      "label": "360LM Walkthroughs Framework Install Prompt for Claude",
      "file_type": "document",
      "source_file": "cic-prompts/walkthroughs_install_for_claude.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 114,
      "community_name": "Community 114",
      "norm_label": "360lm walkthroughs framework install prompt for claude",
      "id": "cic_prompts_walkthroughs_install_for_claude_walkthrough_framework_install"
    },
    {
      "label": "Playwright-Based Walkthrough Framework",
      "file_type": "concept",
      "source_file": "cic-prompts/walkthroughs_install_for_claude.txt",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 114,
      "community_name": "Community 114",
      "norm_label": "playwright-based walkthrough framework",
      "id": "cic_prompts_walkthroughs_install_for_claude_playwright_framework"
    },
    {
      "label": "360LM Walkthroughs Manual Install Guide",
      "file_type": "document",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 114,
      "community_name": "Community 114",
      "norm_label": "360lm walkthroughs manual install guide",
      "id": "cic_prompts_walkthroughs_install_manual_walkthrough_manual_install"
    },
    {
      "label": "Walkthrough HUD Overlay (Human-in-Loop)",
      "file_type": "concept",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 114,
      "community_name": "Community 114",
      "norm_label": "walkthrough hud overlay (human-in-loop)",
      "id": "cic_prompts_walkthroughs_install_manual_walkthrough_hud"
    },
    {
      "label": "Walkthrough Test Mode (WALKTHROUGH_TEST=1 headless)",
      "file_type": "concept",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 114,
      "community_name": "Community 114",
      "norm_label": "walkthrough test mode (walkthrough_test=1 headless)",
      "id": "cic_prompts_walkthroughs_install_manual_walkthrough_test_mode"
    },
    {
      "label": "Client PWA Folder Placeholder",
      "file_type": "code",
      "source_file": "client/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 275,
      "community_name": "Community 275",
      "norm_label": "client pwa folder placeholder",
      "id": "client_index_client_pwa_placeholder"
    },
    {
      "label": "360LM Contacts PWA",
      "file_type": "code",
      "source_file": "contacts/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 215,
      "community_name": "Community 215",
      "norm_label": "360lm contacts pwa",
      "id": "contacts_index_contacts_pwa"
    },
    {
      "label": "Dexie IndexedDB Integration in Contacts PWA",
      "file_type": "concept",
      "source_file": "contacts/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 215,
      "community_name": "Community 215",
      "norm_label": "dexie indexeddb integration in contacts pwa",
      "id": "contacts_index_dexie_db"
    },
    {
      "label": "Share Contacts Upload PWA",
      "file_type": "code",
      "source_file": "contacts/upload/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 215,
      "community_name": "Community 215",
      "norm_label": "share contacts upload pwa",
      "id": "contacts_upload_index_share_contacts"
    },
    {
      "label": "Counter Management Mini-PWA Module Design Document",
      "file_type": "document",
      "source_file": "counters/MDD_counters.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 29,
      "community_name": "Community 29",
      "norm_label": "counter management mini-pwa module design document",
      "id": "counters_mdd_counters_mdd"
    },
    {
      "label": "counters.counter DB Table (Master)",
      "file_type": "concept",
      "source_file": "counters/MDD_counters.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 29,
      "community_name": "Community 29",
      "norm_label": "counters.counter db table (master)",
      "id": "counters_mdd_counters_counter_table"
    },
    {
      "label": "Counter vs Customer Distinction",
      "file_type": "concept",
      "source_file": "counters/MDD_counters.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 29,
      "community_name": "Community 29",
      "norm_label": "counter vs customer distinction",
      "id": "counters_mdd_counter_vs_customer"
    },
    {
      "label": "Unified Job Registry (core.job_registry) Cross-PWA Track",
      "file_type": "concept",
      "source_file": "counters/MDD_counters.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 29,
      "community_name": "Community 29",
      "norm_label": "unified job registry (core.job_registry) cross-pwa track",
      "id": "counters_mdd_unified_job_registry"
    },
    {
      "label": "Recce Store Sync (Phase 2 of Counter Management)",
      "file_type": "concept",
      "source_file": "counters/MDD_counters.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 29,
      "community_name": "Community 29",
      "norm_label": "recce store sync (phase 2 of counter management)",
      "id": "counters_mdd_recce_store_sync"
    },
    {
      "label": "Counters PWA (Counter Management)",
      "file_type": "code",
      "source_file": "counters/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 29,
      "community_name": "Community 29",
      "norm_label": "counters pwa (counter management)",
      "id": "counters_index_counters_pwa"
    },
    {
      "label": "Safe Bottom CSS Shared Style",
      "file_type": "concept",
      "source_file": "counters/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 29,
      "community_name": "Community 29",
      "norm_label": "safe bottom css shared style",
      "id": "counters_index_safe_bottom_css"
    },
    {
      "label": "Shared Tour JS Helper",
      "file_type": "concept",
      "source_file": "counters/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 29,
      "community_name": "Community 29",
      "norm_label": "shared tour js helper",
      "id": "counters_index_tour_js"
    },
    {
      "label": "Bilingual EN/HI Dev Guide",
      "file_type": "document",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 127,
      "community_name": "Community 127",
      "norm_label": "bilingual en/hi dev guide",
      "id": "docs_bilingual_devguide_bilingual_pattern"
    },
    {
      "label": "t(key) i18n helper function",
      "file_type": "concept",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 127,
      "community_name": "Community 127",
      "norm_label": "t(key) i18n helper function",
      "id": "docs_bilingual_devguide_t_helper"
    },
    {
      "label": "applyI18n / applyI18nIn post-render hook",
      "file_type": "concept",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 127,
      "community_name": "Community 127",
      "norm_label": "applyi18n / applyi18nin post-render hook",
      "id": "docs_bilingual_devguide_applyi18n"
    },
    {
      "label": "TTS ttsRead / ttsIcon narration",
      "file_type": "concept",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 127,
      "community_name": "Community 127",
      "norm_label": "tts ttsread / ttsicon narration",
      "id": "docs_bilingual_devguide_tts"
    },
    {
      "label": "DB-backed language prefs recce.get_pref / set_pref",
      "file_type": "concept",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 127,
      "community_name": "Community 127",
      "norm_label": "db-backed language prefs recce.get_pref / set_pref",
      "id": "docs_bilingual_devguide_db_prefs"
    },
    {
      "label": "Indian Amount Formatting Standard",
      "file_type": "document",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 101,
      "community_name": "Community 101",
      "norm_label": "indian amount formatting standard",
      "id": "docs_input_and_image_standards_amount_input"
    },
    {
      "label": "fmtAmountInput / _indFmt / _parseAmt utilities",
      "file_type": "concept",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 101,
      "community_name": "Community 101",
      "norm_label": "fmtamountinput / _indfmt / _parseamt utilities",
      "id": "docs_input_and_image_standards_fmtamountinput"
    },
    {
      "label": "Full Image Editor Standard (Capture + Edit phases)",
      "file_type": "concept",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 101,
      "community_name": "Community 101",
      "norm_label": "full image editor standard (capture + edit phases)",
      "id": "docs_input_and_image_standards_image_editor"
    },
    {
      "label": "CTH Cash Hand-to-Hand camera flow",
      "file_type": "concept",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 101,
      "community_name": "Community 101",
      "norm_label": "cth cash hand-to-hand camera flow",
      "id": "docs_input_and_image_standards_cth"
    },
    {
      "label": "receipt_image base64 JPEG lazy-fetch storage pattern",
      "file_type": "rationale",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 101,
      "community_name": "Community 101",
      "norm_label": "receipt_image base64 jpeg lazy-fetch storage pattern",
      "id": "docs_input_and_image_standards_receipt_storage"
    },
    {
      "label": "Expense PWA",
      "file_type": "code",
      "source_file": "expense/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 83,
      "community_name": "Community 83",
      "norm_label": "expense pwa",
      "id": "expense_index_expense_pwa"
    },
    {
      "label": "Expense IndexedDB 360exp-v1 stores",
      "file_type": "concept",
      "source_file": "expense/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 83,
      "community_name": "Community 83",
      "norm_label": "expense indexeddb 360exp-v1 stores",
      "id": "expense_index_indexeddb"
    },
    {
      "label": "OCR Proxy /ocr-proxy bill scan",
      "file_type": "concept",
      "source_file": "expense/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 83,
      "community_name": "Community 83",
      "norm_label": "ocr proxy /ocr-proxy bill scan",
      "id": "expense_index_ocr_proxy"
    },
    {
      "label": "Push Notifications VAPID /push-server",
      "file_type": "concept",
      "source_file": "expense/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 83,
      "community_name": "Community 83",
      "norm_label": "push notifications vapid /push-server",
      "id": "expense_index_push_notifications"
    },
    {
      "label": "11 Expense Categories (FOOD/NIGHT/FUEL/TOLL etc.)",
      "file_type": "concept",
      "source_file": "expense/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 83,
      "community_name": "Community 83",
      "norm_label": "11 expense categories (food/night/fuel/toll etc.)",
      "id": "expense_index_expense_categories"
    },
    {
      "label": "Finance V1 Archived Reference (deprecated 2026-05-19)",
      "file_type": "document",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 41,
      "community_name": "Community 41",
      "norm_label": "finance v1 archived reference (deprecated 2026-05-19)",
      "id": "finance_v1_reference_finance_v1_archived"
    },
    {
      "label": "13 Finance Transaction Types",
      "file_type": "concept",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 41,
      "community_name": "Community 41",
      "norm_label": "13 finance transaction types",
      "id": "finance_v1_reference_transaction_types"
    },
    {
      "label": "UPI Direct 3-tier OCR (Tesseract \u2192 Ollama \u2192 Claude AI)",
      "file_type": "concept",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 41,
      "community_name": "Community 41",
      "norm_label": "upi direct 3-tier ocr (tesseract \u2192 ollama \u2192 claude ai)",
      "id": "finance_v1_reference_upi_direct_ocr"
    },
    {
      "label": "Finance V1 RPCs (do_custodian_handover, settle_claim_cash, pay_salary etc.)",
      "file_type": "concept",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 41,
      "community_name": "Community 41",
      "norm_label": "finance v1 rpcs (do_custodian_handover, settle_claim_cash, pay_salary etc.)",
      "id": "finance_v1_reference_rpcs"
    },
    {
      "label": "Finance V1 PWA (archived HTML)",
      "file_type": "code",
      "source_file": "finance-v1/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 41,
      "community_name": "Community 41",
      "norm_label": "finance v1 pwa (archived html)",
      "id": "finance_v1_index_finance_v1_pwa"
    },
    {
      "label": "Finance Hub Portal (/finance/)",
      "file_type": "code",
      "source_file": "finance/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 41,
      "community_name": "Community 41",
      "norm_label": "finance hub portal (/finance/)",
      "id": "finance_index_finance_hub"
    },
    {
      "label": "Credit Card Sub-PWA",
      "file_type": "code",
      "source_file": "finance/credit-card/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 41,
      "community_name": "Community 41",
      "norm_label": "credit card sub-pwa",
      "id": "finance_credit_card_index_credit_card_pwa"
    },
    {
      "label": "Credit Card Reconciliation Workspace",
      "file_type": "concept",
      "source_file": "finance/credit-card/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 41,
      "community_name": "Community 41",
      "norm_label": "credit card reconciliation workspace",
      "id": "finance_credit_card_index_reconciliation"
    },
    {
      "label": "Fund Custodian PWA",
      "file_type": "code",
      "source_file": "finance/custodian/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 83,
      "community_name": "Community 83",
      "norm_label": "fund custodian pwa",
      "id": "finance_custodian_index_custodian_pwa"
    },
    {
      "label": "Custodian Pending Transfer Banner (Accept/Reject)",
      "file_type": "concept",
      "source_file": "finance/custodian/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 83,
      "community_name": "Community 83",
      "norm_label": "custodian pending transfer banner (accept/reject)",
      "id": "finance_custodian_index_pending_banner"
    },
    {
      "label": "Custodian Balance Hero Chip (positive/negative color)",
      "file_type": "concept",
      "source_file": "finance/custodian/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 83,
      "community_name": "Community 83",
      "norm_label": "custodian balance hero chip (positive/negative color)",
      "id": "finance_custodian_index_balance_hero"
    },
    {
      "label": "Custodian Tutorial player.html (placeholder stub)",
      "file_type": "code",
      "source_file": "finance/custodian/tutorial/player.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 276,
      "community_name": "Community 276",
      "norm_label": "custodian tutorial player.html (placeholder stub)",
      "id": "finance_custodian_tutorial_player_player"
    },
    {
      "label": "Custodian Tutorial Scene Guide Player",
      "file_type": "code",
      "source_file": "finance/custodian/tutorial/tutorial.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 30,
      "community_name": "Community 30",
      "norm_label": "custodian tutorial scene guide player",
      "id": "finance_custodian_tutorial_tutorial_scene_guide"
    },
    {
      "label": "Tutorial View Tracking (start_view / end_view RPCs)",
      "file_type": "concept",
      "source_file": "finance/custodian/tutorial/tutorial.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 30,
      "community_name": "Community 30",
      "norm_label": "tutorial view tracking (start_view / end_view rpcs)",
      "id": "finance_custodian_tutorial_tutorial_view_tracking"
    },
    {
      "label": "UPI Pay Sub-PWA",
      "file_type": "code",
      "source_file": "finance/upi/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 41,
      "community_name": "Community 41",
      "norm_label": "upi pay sub-pwa",
      "id": "finance_upi_index_upi_pwa"
    },
    {
      "label": "UPI Deep-link App Picker (PhonePe/GPay/Paytm/BHIM)",
      "file_type": "concept",
      "source_file": "finance/upi/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 41,
      "community_name": "Community 41",
      "norm_label": "upi deep-link app picker (phonepe/gpay/paytm/bhim)",
      "id": "finance_upi_index_deeplink"
    },
    {
      "label": "Vendor Management Sub-PWA",
      "file_type": "code",
      "source_file": "finance/vendors/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 41,
      "community_name": "Community 41",
      "norm_label": "vendor management sub-pwa",
      "id": "finance_vendors_index_vendors_pwa"
    },
    {
      "label": "Vendor Price Comparison Grid (pc-grid delta row)",
      "file_type": "concept",
      "source_file": "finance/vendors/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 41,
      "community_name": "Community 41",
      "norm_label": "vendor price comparison grid (pc-grid delta row)",
      "id": "finance_vendors_index_price_comparison"
    },
    {
      "label": "HR Management PWA",
      "file_type": "code",
      "source_file": "hr/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 30,
      "community_name": "Community 30",
      "norm_label": "hr management pwa",
      "id": "hr_index_hr_pwa"
    },
    {
      "label": "HR Employee Profile with Tabs and Attendance Badge",
      "file_type": "concept",
      "source_file": "hr/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 30,
      "community_name": "Community 30",
      "norm_label": "hr employee profile with tabs and attendance badge",
      "id": "hr_index_employee_profile"
    },
    {
      "label": "Hub PWA (Central Auth and Navigation)",
      "file_type": "code",
      "source_file": "hub/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 30,
      "community_name": "Community 30",
      "norm_label": "hub pwa (central auth and navigation)",
      "id": "hub_index_hub_pwa"
    },
    {
      "label": "lm360-session localStorage 12h auth token",
      "file_type": "concept",
      "source_file": "hub/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 30,
      "community_name": "Community 30",
      "norm_label": "lm360-session localstorage 12h auth token",
      "id": "hub_index_lm360_session"
    },
    {
      "label": "Hub PIN Pad Login (4-digit, server-verified)",
      "file_type": "concept",
      "source_file": "hub/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 30,
      "community_name": "Community 30",
      "norm_label": "hub pin pad login (4-digit, server-verified)",
      "id": "hub_index_pin_pad"
    },
    {
      "label": "Hub ?next= redirect pattern",
      "file_type": "rationale",
      "source_file": "hub/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 30,
      "community_name": "Community 30",
      "norm_label": "hub ?next= redirect pattern",
      "id": "hub_index_next_redirect"
    },
    {
      "label": "Hub KPI Cards with shimmer skeleton loading",
      "file_type": "concept",
      "source_file": "hub/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 30,
      "community_name": "Community 30",
      "norm_label": "hub kpi cards with shimmer skeleton loading",
      "id": "hub_index_kpi_cards"
    },
    {
      "label": "BTL Installation PWA v1.0.0",
      "file_type": "code",
      "source_file": "installation/releases/v1.0.0/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 42,
      "community_name": "Community 42",
      "norm_label": "btl installation pwa v1.0.0",
      "id": "installation_v100_index_installation_pwa"
    },
    {
      "label": "Dual Theme Light/Dark (supervisor/field)",
      "file_type": "concept",
      "source_file": "installation/releases/v1.0.0/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 42,
      "community_name": "Community 42",
      "norm_label": "dual theme light/dark (supervisor/field)",
      "id": "installation_v100_index_dual_theme"
    },
    {
      "label": "Google Slides via /slides-proxy",
      "file_type": "concept",
      "source_file": "installation/releases/v1.0.0/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 42,
      "community_name": "Community 42",
      "norm_label": "google slides via /slides-proxy",
      "id": "installation_v100_index_slides_proxy"
    },
    {
      "label": "Learning Hub PWA (/learn/)",
      "file_type": "code",
      "source_file": "learn/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 30,
      "community_name": "Community 30",
      "norm_label": "learning hub pwa (/learn/)",
      "id": "learn_index_learn_pwa"
    },
    {
      "label": "Learn Catalog (grouped by PWA, Scene Guide / Screencast)",
      "file_type": "concept",
      "source_file": "learn/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 30,
      "community_name": "Community 30",
      "norm_label": "learn catalog (grouped by pwa, scene guide / screencast)",
      "id": "learn_index_catalog"
    },
    {
      "label": "Learn TM Team Dashboard (Visits/Watch Time table)",
      "file_type": "concept",
      "source_file": "learn/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 30,
      "community_name": "Community 30",
      "norm_label": "learn tm team dashboard (visits/watch time table)",
      "id": "learn_index_team_dashboard"
    },
    {
      "label": "Scene Guide Tutorial Player (/learn/player.html)",
      "file_type": "code",
      "source_file": "learn/player.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 30,
      "community_name": "Community 30",
      "norm_label": "scene guide tutorial player (/learn/player.html)",
      "id": "learn_player_scene_guide_player"
    },
    {
      "label": "Learn Player View Tracking (start_view/end_view keepalive)",
      "file_type": "concept",
      "source_file": "learn/player.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 30,
      "community_name": "Community 30",
      "norm_label": "learn player view tracking (start_view/end_view keepalive)",
      "id": "learn_player_view_tracking"
    },
    {
      "label": "maxSceneReached progress tracking",
      "file_type": "concept",
      "source_file": "learn/player.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 30,
      "community_name": "Community 30",
      "norm_label": "maxscenereached progress tracking",
      "id": "learn_player_max_scene_reached"
    },
    {
      "label": "Mother health check placeholder",
      "file_type": "code",
      "source_file": "mother/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 311,
      "community_name": "Community 311",
      "norm_label": "mother health check placeholder",
      "id": "mother_index_health_check"
    },
    {
      "label": "OC-Admin Contact Import PWA",
      "file_type": "code",
      "source_file": "oc-admin/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 246,
      "community_name": "Community 246",
      "norm_label": "oc-admin contact import pwa",
      "id": "oc_admin_index_oc_admin_pwa"
    },
    {
      "label": "OC WhatsApp/Telegram Contact Import (CSV + manual)",
      "file_type": "concept",
      "source_file": "oc-admin/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 246,
      "community_name": "Community 246",
      "norm_label": "oc whatsapp/telegram contact import (csv + manual)",
      "id": "oc_admin_index_contact_import"
    },
    {
      "label": "Print Nest PWA (job costing and nesting)",
      "file_type": "code",
      "source_file": "printing/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 195,
      "community_name": "Community 195",
      "norm_label": "print nest pwa (job costing and nesting)",
      "id": "printing_index_printing_pwa"
    },
    {
      "label": "Nest Card with scenario table and >5ft action",
      "file_type": "concept",
      "source_file": "printing/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 195,
      "community_name": "Community 195",
      "norm_label": "nest card with scenario table and >5ft action",
      "id": "printing_index_nest_card"
    },
    {
      "label": "Production Tracking PWA",
      "file_type": "code",
      "source_file": "production/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 195,
      "community_name": "Community 195",
      "norm_label": "production tracking pwa",
      "id": "production_index_production_pwa"
    },
    {
      "label": "Production Order Status Badges (pending/in_production/ready/dispatched)",
      "file_type": "concept",
      "source_file": "production/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 195,
      "community_name": "Community 195",
      "norm_label": "production order status badges (pending/in_production/ready/dispatched)",
      "id": "production_index_order_status"
    },
    {
      "label": "PWA Dev Style Guide (Master Build Reference)",
      "file_type": "document",
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 42,
      "community_name": "Community 42",
      "norm_label": "pwa dev style guide (master build reference)",
      "id": "pwa_dev_style_devguide"
    },
    {
      "label": "Pre-Build Questionnaire Q0.1\u2013Q0.14",
      "file_type": "concept",
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 42,
      "community_name": "Community 42",
      "norm_label": "pre-build questionnaire q0.1\u2013q0.14",
      "id": "pwa_dev_style_pre_build_questionnaire"
    },
    {
      "label": "CSS Design Tokens (navy/orange/green/red/amber)",
      "file_type": "concept",
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 42,
      "community_name": "Community 42",
      "norm_label": "css design tokens (navy/orange/green/red/amber)",
      "id": "pwa_dev_style_design_tokens"
    },
    {
      "label": "Global State Architecture (F, frontPhotos, gpsCoords, DB)",
      "file_type": "concept",
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 42,
      "community_name": "Community 42",
      "norm_label": "global state architecture (f, frontphotos, gpscoords, db)",
      "id": "pwa_dev_style_state_architecture"
    },
    {
      "label": "Photo Pipeline (compress/stampPhoto/capPhoto)",
      "file_type": "concept",
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 101,
      "community_name": "Community 101",
      "norm_label": "photo pipeline (compress/stampphoto/capphoto)",
      "id": "pwa_dev_style_photo_pipeline"
    },
    {
      "label": "3-Stage Sync (fireGas + syncToPostgres + backfill)",
      "file_type": "concept",
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 42,
      "community_name": "Community 42",
      "norm_label": "3-stage sync (firegas + synctopostgres + backfill)",
      "id": "pwa_dev_style_sync_architecture"
    },
    {
      "label": "Slides Proxy /slides-proxy (Python port 8768, 5 request types)",
      "file_type": "concept",
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 42,
      "community_name": "Community 42",
      "norm_label": "slides proxy /slides-proxy (python port 8768, 5 request types)",
      "id": "pwa_dev_style_slides_proxy"
    },
    {
      "label": "Maps Policy (Google primary, TomTom fallback, maps-client.js)",
      "file_type": "rationale",
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 42,
      "community_name": "Community 42",
      "norm_label": "maps policy (google primary, tomtom fallback, maps-client.js)",
      "id": "pwa_dev_style_maps_policy"
    },
    {
      "label": "Admin 3-layer Password Fallback (remote JSON \u2192 IDB hash \u2192 hardcoded)",
      "file_type": "concept",
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 42,
      "community_name": "Community 42",
      "norm_label": "admin 3-layer password fallback (remote json \u2192 idb hash \u2192 hardcoded)",
      "id": "pwa_dev_style_admin_unlock"
    },
    {
      "label": "Dev Style Bilingual Pattern (body.lang-hi + t(en,hi))",
      "file_type": "concept",
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 42,
      "community_name": "Community 42",
      "norm_label": "dev style bilingual pattern (body.lang-hi + t(en,hi))",
      "id": "pwa_dev_style_bilingual_pattern"
    },
    {
      "label": "MDD: Recce Client Portal PWA",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "mdd: recce client portal pwa",
      "id": "recce_client_mdd_recce_client_mdd"
    },
    {
      "label": "Recce Client Portal PWA (index.html)",
      "file_type": "code",
      "source_file": "recce-client/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce client portal pwa (index.html)",
      "id": "recce_client_index_pwa"
    },
    {
      "label": "Magic-Link Auth Model (Option A)",
      "file_type": "concept",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a73",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "magic-link auth model (option a)",
      "id": "recce_client_auth_magiclink"
    },
    {
      "label": "Google/Microsoft SSO Auth (Option B)",
      "file_type": "concept",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a73",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "google/microsoft sso auth (option b)",
      "id": "recce_client_auth_sso"
    },
    {
      "label": "DB: counters.client table",
      "file_type": "concept",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a75.1",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "db: counters.client table",
      "id": "recce_client_db_client_table"
    },
    {
      "label": "DB: counters.client_user table",
      "file_type": "concept",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a75.1",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "db: counters.client_user table",
      "id": "recce_client_db_client_user_table"
    },
    {
      "label": "DB: counters.client_session table",
      "file_type": "concept",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a75.1",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "db: counters.client_session table",
      "id": "recce_client_db_client_session_table"
    },
    {
      "label": "DB: counters.client_invite table",
      "file_type": "concept",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a75.1",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "db: counters.client_invite table",
      "id": "recce_client_db_client_invite_table"
    },
    {
      "label": "DB View: counters.client_visible_recces_v",
      "file_type": "concept",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a75.3",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "db view: counters.client_visible_recces_v",
      "id": "recce_client_db_visible_recces_view"
    },
    {
      "label": "DB Function: counters.recces_for_client_user (SECURITY DEFINER)",
      "file_type": "concept",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a75.4",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "db function: counters.recces_for_client_user (security definer)",
      "id": "recce_client_db_recces_for_client_fn"
    },
    {
      "label": "Client Scope Kinds (all/territory/job_id/recce_id/brand_subset)",
      "file_type": "concept",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a75.1",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "client scope kinds (all/territory/job_id/recce_id/brand_subset)",
      "id": "recce_client_scope_kinds"
    },
    {
      "label": "Client Portal Phase 4 Plan (4.0\u20134.6)",
      "file_type": "document",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a74",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "client portal phase 4 plan (4.0\u20134.6)",
      "id": "recce_client_phase4_plan"
    },
    {
      "label": "Recce Portal: Login Screen",
      "file_type": "code",
      "source_file": "recce-client/index.html",
      "source_location": "#s-login",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce portal: login screen",
      "id": "recce_client_screen_login"
    },
    {
      "label": "Recce Portal: List Screen (filter chips)",
      "file_type": "code",
      "source_file": "recce-client/index.html",
      "source_location": "#s-list",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce portal: list screen (filter chips)",
      "id": "recce_client_screen_list"
    },
    {
      "label": "Recce Portal: Viewer Screen (response form)",
      "file_type": "code",
      "source_file": "recce-client/index.html",
      "source_location": "#s-viewer",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce portal: viewer screen (response form)",
      "id": "recce_client_screen_viewer"
    },
    {
      "label": "Recce Portal: Bulk Select (Phase 4.10)",
      "file_type": "concept",
      "source_file": "recce-client/index.html",
      "source_location": "Phase 4.10 comment",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce portal: bulk select (phase 4.10)",
      "id": "recce_client_feature_bulk_select"
    },
    {
      "label": "Recce Portal: Comparison View (Phase 4.16)",
      "file_type": "concept",
      "source_file": "recce-client/index.html",
      "source_location": "Phase 4.16 comment",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce portal: comparison view (phase 4.16)",
      "id": "recce_client_feature_comparison"
    },
    {
      "label": "Recce Portal: Recce Comments Thread (Phase 4.17)",
      "file_type": "concept",
      "source_file": "recce-client/index.html",
      "source_location": "Phase 4.17 comment",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce portal: recce comments thread (phase 4.17)",
      "id": "recce_client_feature_comments"
    },
    {
      "label": "Branding Recce PWA (index.html)",
      "file_type": "code",
      "source_file": "recce/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "branding recce pwa (index.html)",
      "id": "recce_index_pwa"
    },
    {
      "label": "Recce: Admin Filter Bar (v9)",
      "file_type": "concept",
      "source_file": "recce/index.html",
      "source_location": "v9 admin filter bar CSS comment",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce: admin filter bar (v9)",
      "id": "recce_feature_admin_filter"
    },
    {
      "label": "Recce: Client-Approval Admin UI (v16)",
      "file_type": "concept",
      "source_file": "recce/index.html",
      "source_location": "v16 comment",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce: client-approval admin ui (v16)",
      "id": "recce_feature_client_approval_admin"
    },
    {
      "label": "Recce: Delete-with-Reason Modal (v14)",
      "file_type": "concept",
      "source_file": "recce/index.html",
      "source_location": "v14 comment",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce: delete-with-reason modal (v14)",
      "id": "recce_feature_delete_reason"
    },
    {
      "label": "Recce: Edit-Request Workflow (v12)",
      "file_type": "concept",
      "source_file": "recce/index.html",
      "source_location": "v12 comment",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce: edit-request workflow (v12)",
      "id": "recce_feature_edit_workflow"
    },
    {
      "label": "Recce: Bilingual EN/Hindi Toggle (v15a)",
      "file_type": "concept",
      "source_file": "recce/index.html",
      "source_location": "v15a comment",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce: bilingual en/hindi toggle (v15a)",
      "id": "recce_feature_bilingual"
    },
    {
      "label": "Recce: Client Invite Mini-Modal (inv-mini)",
      "file_type": "concept",
      "source_file": "recce/index.html",
      "source_location": "inv-mini CSS",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce: client invite mini-modal (inv-mini)",
      "id": "recce_feature_invite_mini"
    },
    {
      "label": "MDD: Customer Management Mini-PWA",
      "file_type": "document",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 21,
      "community_name": "Community 21",
      "norm_label": "mdd: customer management mini-pwa",
      "id": "sales_customers_mdd"
    },
    {
      "label": "Customer Management PWA (index.html)",
      "file_type": "code",
      "source_file": "sales/customers/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 21,
      "community_name": "Community 21",
      "norm_label": "customer management pwa (index.html)",
      "id": "sales_customers_index_pwa"
    },
    {
      "label": "DB: sales.customers table",
      "file_type": "concept",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 1 DB schema",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 21,
      "community_name": "Community 21",
      "norm_label": "db: sales.customers table",
      "id": "sales_customers_db_customers_table"
    },
    {
      "label": "DB: sales.customer_contacts table",
      "file_type": "concept",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 1 DB schema",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 21,
      "community_name": "Community 21",
      "norm_label": "db: sales.customer_contacts table",
      "id": "sales_customers_db_contacts_table"
    },
    {
      "label": "DB: sales.customer_addresses table",
      "file_type": "concept",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 1 DB schema",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 21,
      "community_name": "Community 21",
      "norm_label": "db: sales.customer_addresses table",
      "id": "sales_customers_db_addresses_table"
    },
    {
      "label": "DB View: sales.customers_v (enriched)",
      "file_type": "concept",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 1 DB schema",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 21,
      "community_name": "Community 21",
      "norm_label": "db view: sales.customers_v (enriched)",
      "id": "sales_customers_db_customers_v"
    },
    {
      "label": "DB: sales.leads table (Phase 3)",
      "file_type": "concept",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 3 DB",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 21,
      "community_name": "Community 21",
      "norm_label": "db: sales.leads table (phase 3)",
      "id": "sales_customers_db_leads_table"
    },
    {
      "label": "DB: sales.opportunities table (Phase 3)",
      "file_type": "concept",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 3 DB",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 21,
      "community_name": "Community 21",
      "norm_label": "db: sales.opportunities table (phase 3)",
      "id": "sales_customers_db_opportunities_table"
    },
    {
      "label": "DB: sales.pipeline_history audit log (Phase 3)",
      "file_type": "concept",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 3 DB",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 21,
      "community_name": "Community 21",
      "norm_label": "db: sales.pipeline_history audit log (phase 3)",
      "id": "sales_customers_db_pipeline_history"
    },
    {
      "label": "DB: sales.communications polymorphic log (Phase 4)",
      "file_type": "concept",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 4 DB",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 21,
      "community_name": "Community 21",
      "norm_label": "db: sales.communications polymorphic log (phase 4)",
      "id": "sales_customers_db_communications"
    },
    {
      "label": "DB View: sales.customer_360 lifetime stats (Phase 5)",
      "file_type": "concept",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 5 DB",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 21,
      "community_name": "Community 21",
      "norm_label": "db view: sales.customer_360 lifetime stats (phase 5)",
      "id": "sales_customers_db_customer360_view"
    },
    {
      "label": "DB: Lookup tables (customer_groups/territories/industries) Phase 5",
      "file_type": "concept",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 5 DB",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 21,
      "community_name": "Community 21",
      "norm_label": "db: lookup tables (customer_groups/territories/industries) phase 5",
      "id": "sales_customers_db_lookup_tables"
    },
    {
      "label": "Customer Pipeline Kanban (Leads + Opportunities)",
      "file_type": "concept",
      "source_file": "sales/customers/index.html",
      "source_location": "PIPELINE Phase 3 CSS",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 21,
      "community_name": "Community 21",
      "norm_label": "customer pipeline kanban (leads + opportunities)",
      "id": "sales_customers_kanban"
    },
    {
      "label": "Customer Comm Thread Widget (Phase 4)",
      "file_type": "concept",
      "source_file": "sales/customers/index.html",
      "source_location": "COMM THREAD Phase 4 CSS",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 21,
      "community_name": "Community 21",
      "norm_label": "customer comm thread widget (phase 4)",
      "id": "sales_customers_comm_thread"
    },
    {
      "label": "Customer 360 Card (Phase 5)",
      "file_type": "concept",
      "source_file": "sales/customers/index.html",
      "source_location": "360 + BY-OWNER Phase 5 CSS",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 21,
      "community_name": "Community 21",
      "norm_label": "customer 360 card (phase 5)",
      "id": "sales_customers_c360_card"
    },
    {
      "label": "360LM Sales PWA (index.html)",
      "file_type": "code",
      "source_file": "sales/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 21,
      "community_name": "Community 21",
      "norm_label": "360lm sales pwa (index.html)",
      "id": "sales_index_pwa"
    },
    {
      "label": "Sales: Client Autocomplete (from customers_v)",
      "file_type": "concept",
      "source_file": "sales/index.html",
      "source_location": "Client autocomplete CSS",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 21,
      "community_name": "Community 21",
      "norm_label": "sales: client autocomplete (from customers_v)",
      "id": "sales_feature_client_autocomplete"
    },
    {
      "label": "Sales: Offer Form (off-section)",
      "file_type": "concept",
      "source_file": "sales/index.html",
      "source_location": "Offer form screen CSS",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 21,
      "community_name": "Community 21",
      "norm_label": "sales: offer form (off-section)",
      "id": "sales_feature_offer_form"
    },
    {
      "label": "Sales: Job Cards",
      "file_type": "concept",
      "source_file": "sales/index.html",
      "source_location": "Job cards CSS",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 21,
      "community_name": "Community 21",
      "norm_label": "sales: job cards",
      "id": "sales_feature_job_cards"
    },
    {
      "label": "Recce Report: GAHIR ELECTRONICS & ELECTRICALS (LIEBHERR, Gill Road Ludhiana, 2026-05-02)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1777713181698_1VCR.html",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-02",
      "author": "Mukesh",
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce report: gahir electronics & electricals (liebherr, gill road ludhiana, 2026-05-02)",
      "id": "rc_1777713181698_1vcr_view"
    },
    {
      "label": "Recce Report: Endovision Electronics (LIEBHERR, Hambran Road Ludhiana, 2026-05-02)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1777720519569_0KWD.html",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-02",
      "author": "Mukesh",
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce report: endovision electronics (liebherr, hambran road ludhiana, 2026-05-02)",
      "id": "rc_1777720519569_0kwd_view"
    },
    {
      "label": "Recce Report: RADHIKA ELECTRONICS (LIEBHERR, Civil City Ludhiana, 2026-05-02)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1777724879108_UJJ2.html",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-02",
      "author": "Mukesh",
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce report: radhika electronics (liebherr, civil city ludhiana, 2026-05-02)",
      "id": "rc_1777724879108_ujj2_view"
    },
    {
      "label": "Recce Report: SANDHU ENTERPRISES (LIEBHERR, Sahnewal Ludhiana, 2026-05-02)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1777725330396_2PNC.html",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-02",
      "author": "Mukesh",
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce report: sandhu enterprises (liebherr, sahnewal ludhiana, 2026-05-02)",
      "id": "rc_1777725330396_2pnc_view"
    },
    {
      "label": "Recce Report: JAP ELECTRONICS (LIEBHERR, Dosarka Adda, 2026-05-02)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1777729445374_6PFA.html",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-02",
      "author": "Mukesh",
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce report: jap electronics (liebherr, dosarka adda, 2026-05-02)",
      "id": "rc_1777729445374_6pfa_view"
    },
    {
      "label": "Recce Report: Ace International (PHILIPS, Near Vishkarma Chowk Ludhiana, 2026-05-05)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1777983503317_DZ9X.html",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-05",
      "author": "Umashankar",
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce report: ace international (philips, near vishkarma chowk ludhiana, 2026-05-05)",
      "id": "rc_1777983503317_dz9x_view"
    },
    {
      "label": "Recce Report: Creative (PHILIPS, Mohali, 2026-05-19)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779185841350_JKH0.html",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-19",
      "author": "Mukesh",
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce report: creative (philips, mohali, 2026-05-19)",
      "id": "rc_1779185841350_jkh0_view"
    },
    {
      "label": "Recce Report: B-Tech Solutions (LENOVO, 2026-05-19)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779203859656_5EZO.html",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-19",
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce report: b-tech solutions (lenovo, 2026-05-19)",
      "id": "rc_1779203859656_5ezo_view"
    },
    {
      "label": "Client Approval Record: B-Tech Solutions (LENOVO, PENDING, Generated 2026-05-28)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779203859656_5EZO_client_approval.html",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-28",
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "client approval record: b-tech solutions (lenovo, pending, generated 2026-05-28)",
      "id": "rc_1779203859656_5ezo_client_approval_view"
    },
    {
      "label": "Recce Report: K.c Electronics (HP)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779274415254_2SP3.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce report: k.c electronics (hp)",
      "id": "rc_1779274415254_2sp3_view"
    },
    {
      "label": "Recce Report: Premier Laptop Point (HP)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779275334421_TQ5H.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce report: premier laptop point (hp)",
      "id": "rc_1779275334421_tq5h_view"
    },
    {
      "label": "Recce Report: Zarc India (LIV PURE)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779435019915_0SZC.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce report: zarc india (liv pure)",
      "id": "rc_1779435019915_0szc_view"
    },
    {
      "label": "Recce Report: Shivaay Infotech (HP)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779455352573_IMWV.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "recce report: shivaay infotech (hp)",
      "id": "rc_1779455352573_imwv_view"
    },
    {
      "label": "Maps Client Self-Test Page",
      "file_type": "code",
      "source_file": "shared/maps-client-test.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 251,
      "community_name": "Community 251",
      "norm_label": "maps client self-test page",
      "id": "shared_maps_client_test_html"
    },
    {
      "label": "Stores PWA (index.html)",
      "file_type": "code",
      "source_file": "stores/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 252,
      "community_name": "Community 252",
      "norm_label": "stores pwa (index.html)",
      "id": "stores_index_pwa"
    },
    {
      "label": "Playwright Error: custodian-v4 SW cache version test failure",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome-retry1/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 252,
      "community_name": "Community 252",
      "norm_label": "playwright error: custodian-v4 sw cache version test failure",
      "id": "test_reports_custodian_v4_error_context"
    },
    {
      "label": "Concept: recce.submissions (shared DB table)",
      "file_type": "concept",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a72",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "concept: recce.submissions (shared db table)",
      "id": "concept_recce_submission"
    },
    {
      "label": "Concept: is_official_for_client flag (Phase 3 gate)",
      "file_type": "concept",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a72.3",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "concept: is_official_for_client flag (phase 3 gate)",
      "id": "concept_is_official_for_client_flag"
    },
    {
      "label": "Concept: client_status (pending/approved/rejected/approved_with_changes)",
      "file_type": "concept",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a72.1",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "concept: client_status (pending/approved/rejected/approved_with_changes)",
      "id": "concept_client_status_field"
    },
    {
      "label": "Concept: Branding Recce Report HTML template",
      "file_type": "concept",
      "source_file": "screenshots/recce/views/RC_1777713181698_1VCR.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "concept: branding recce report html template",
      "id": "concept_recce_report_template"
    },
    {
      "label": "Concept: Recce Report v2 HTML template (scroll-snap side index)",
      "file_type": "concept",
      "source_file": "screenshots/recce/views/RC_1779203859656_5EZO.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "concept: recce report v2 html template (scroll-snap side index)",
      "id": "concept_recce_report_v2_template"
    },
    {
      "label": "Concept: Client Approval Record PDF/HTML document",
      "file_type": "concept",
      "source_file": "screenshots/recce/views/RC_1779203859656_5EZO_client_approval.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 2,
      "community_name": "Community 2",
      "norm_label": "concept: client approval record pdf/html document",
      "id": "concept_client_approval_pdf"
    },
    {
      "label": "Shared: maps-client.js (Google+TomTom dual-provider)",
      "file_type": "code",
      "source_file": "shared/maps-client-test.html",
      "source_location": "script src=/shared/maps-client.js",
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 251,
      "community_name": "Community 251",
      "norm_label": "shared: maps-client.js (google+tomtom dual-provider)",
      "id": "shared_maps_client_js"
    },
    {
      "label": "Custodian SW Cache Version Test (custodian-v4 check)",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 20,
      "community_name": "Community 20",
      "norm_label": "custodian sw cache version test (custodian-v4 check)",
      "id": "custodian_sw_cache_version_test"
    },
    {
      "label": "Fund Custodian Dashboard: Negative Balance Shows Red Text (pramod)",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 20,
      "community_name": "Community 20",
      "norm_label": "fund custodian dashboard: negative balance shows red text (pramod)",
      "id": "fundcustodian_dashboard_negative_balance_test"
    },
    {
      "label": "Fund Custodian Dashboard: Admin Sees All Outstanding Advances (not just own)",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 20,
      "community_name": "Community 20",
      "norm_label": "fund custodian dashboard: admin sees all outstanding advances (not just own)",
      "id": "fundcustodian_dashboard_admin_sees_all_advances_test"
    },
    {
      "label": "Fund Custodian Dashboard: Positive Balance Shows .pos CSS Class (gurpreet)",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 20,
      "community_name": "Community 20",
      "norm_label": "fund custodian dashboard: positive balance shows .pos css class (gurpreet)",
      "id": "fundcustodian_dashboard_positive_balance_class_test"
    },
    {
      "label": "Fund Custodian Dashboard: Pending Item Has Accept and Reject Buttons",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 20,
      "community_name": "Community 20",
      "norm_label": "fund custodian dashboard: pending item has accept and reject buttons",
      "id": "fundcustodian_dashboard_accept_reject_buttons_test"
    },
    {
      "label": "Fund Custodian Dashboard: Pending Banner Appears With Count 2 (harish)",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 20,
      "community_name": "Community 20",
      "norm_label": "fund custodian dashboard: pending banner appears with count 2 (harish)",
      "id": "fundcustodian_dashboard_pending_banner_count_test"
    },
    {
      "label": "Fund Custodian Dashboard: Outstanding Advances Section Is Visible",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 20,
      "community_name": "Community 20",
      "norm_label": "fund custodian dashboard: outstanding advances section is visible",
      "id": "fundcustodian_dashboard_advances_section_visible_test"
    },
    {
      "label": "Fund Custodian Dashboard: Recent Transfers Card Loads",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 20,
      "community_name": "Community 20",
      "norm_label": "fund custodian dashboard: recent transfers card loads",
      "id": "fundcustodian_dashboard_recent_transfers_card_test"
    },
    {
      "label": "Fund Custodian Dashboard: Pending Banner Shows From-Name and Amount for Both",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 20,
      "community_name": "Community 20",
      "norm_label": "fund custodian dashboard: pending banner shows from-name and amount for both",
      "id": "fundcustodian_dashboard_pending_from_name_amount_test"
    },
    {
      "label": "Fund Custodian Ledger: Advance Shows Outstanding Amount",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 20,
      "community_name": "Community 20",
      "norm_label": "fund custodian ledger: advance shows outstanding amount",
      "id": "fundcustodian_ledger_advance_outstanding_amount_test"
    },
    {
      "label": "Fund Custodian Ledger: Advance Status Badge (partially-settled / settled)",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 20,
      "community_name": "Community 20",
      "norm_label": "fund custodian ledger: advance status badge (partially-settled / settled)",
      "id": "fundcustodian_ledger_advance_status_badge_test"
    },
    {
      "label": "Fund Custodian Ledger: Icons Present in Transfer Rows",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 20,
      "community_name": "Community 20",
      "norm_label": "fund custodian ledger: icons present in transfer rows",
      "id": "fundcustodian_ledger_transfer_icons_test"
    },
    {
      "label": "Fund Custodian Ledger: Ledger Shows Transfer Rows",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 20,
      "community_name": "Community 20",
      "norm_label": "fund custodian ledger: ledger shows transfer rows",
      "id": "fundcustodian_ledger_transfer_rows_test"
    },
    {
      "label": "Fund Custodian Reject Transfer: Reject Button Opens Reject Modal",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 20,
      "community_name": "Community 20",
      "norm_label": "fund custodian reject transfer: reject button opens reject modal",
      "id": "fundcustodian_reject_modal_open_test"
    },
    {
      "label": "Fund Custodian Reject Transfer: Cancel Button Closes Reject Modal",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 20,
      "community_name": "Community 20",
      "norm_label": "fund custodian reject transfer: cancel button closes reject modal",
      "id": "fundcustodian_reject_modal_close_test"
    },
    {
      "label": "Fund Custodian Status Badge: Expected Transfer Statuses Rendered",
      "file_type": "document",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 20,
      "community_name": "Community 20",
      "norm_label": "fund custodian status badge: expected transfer statuses rendered",
      "id": "fundcustodian_status_badge_transfer_statuses_test"
    },
    {
      "label": "Admin PWA: Client Zone Counts Before Deleting Zone",
      "file_type": "document",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 229,
      "community_name": "Community 229",
      "norm_label": "admin pwa: client zone counts before deleting zone",
      "id": "admin_client_zone_counts_before_delete_test"
    },
    {
      "label": "Client Portal: Recce Approval Option Handlers",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 214,
      "community_name": "Community 214",
      "norm_label": "client portal: recce approval option handlers",
      "id": "client_portal_recce_approval_handlers_test"
    },
    {
      "label": "Client Portal: Zone Count Fetch for Zone isHead",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 214,
      "community_name": "Community 214",
      "norm_label": "client portal: zone count fetch for zone ishead",
      "id": "client_portal_zone_count_fetch_ishead_test"
    },
    {
      "label": "Fund Custodian PWA (/finance/custodian/)",
      "file_type": "concept",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 20,
      "community_name": "Community 20",
      "norm_label": "fund custodian pwa (/finance/custodian/)",
      "id": "fundcustodian_pwa"
    },
    {
      "label": "Admin PWA (/admin/)",
      "file_type": "concept",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 229,
      "community_name": "Community 229",
      "norm_label": "admin pwa (/admin/)",
      "id": "admin_pwa"
    },
    {
      "label": "Client Portal PWA (/recce-client/ or /client/)",
      "file_type": "concept",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 214,
      "community_name": "Community 214",
      "norm_label": "client portal pwa (/recce-client/ or /client/)",
      "id": "client_portal_pwa"
    },
    {
      "label": "tests/fundcustodian.spec.js \u2014 Playwright test suite for Fund Custodian PWA",
      "file_type": "code",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 20,
      "community_name": "Community 20",
      "norm_label": "tests/fundcustodian.spec.js \u2014 playwright test suite for fund custodian pwa",
      "id": "fundcustodian_spec_js"
    },
    {
      "label": "tests/custodian.spec.js \u2014 Playwright test suite for Custodian (HTML structure/SW)",
      "file_type": "code",
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 20,
      "community_name": "Community 20",
      "norm_label": "tests/custodian.spec.js \u2014 playwright test suite for custodian (html structure/sw)",
      "id": "custodian_spec_js"
    },
    {
      "label": "Playwright Test Error: client.spec.js Recce Approval option handlers",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 23,
      "community_name": "Community 23",
      "norm_label": "playwright test error: client.spec.js recce approval option handlers",
      "id": "client_error_context_recce_approval_handlers"
    },
    {
      "label": "Playwright Test Error (desktop retry): client.spec.js Recce Approval option handlers",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome-retry1/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 23,
      "community_name": "Community 23",
      "norm_label": "playwright test error (desktop retry): client.spec.js recce approval option handlers",
      "id": "client_error_context_recce_approval_handlers_desktop_retry"
    },
    {
      "label": "Playwright Test Error (desktop): client.spec.js Recce Approval option handlers",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 23,
      "community_name": "Community 23",
      "norm_label": "playwright test error (desktop): client.spec.js recce approval option handlers",
      "id": "client_error_context_recce_approval_handlers_desktop"
    },
    {
      "label": "Playwright Test Error (android retry): client.spec.js Zone-Aware session enrichment isHead",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome-retry1/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 23,
      "community_name": "Community 23",
      "norm_label": "playwright test error (android retry): client.spec.js zone-aware session enrichment ishead",
      "id": "client_error_context_zone_ishead_android_retry"
    },
    {
      "label": "Playwright Test Error (android): client.spec.js Zone-Aware session enrichment isHead",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 23,
      "community_name": "Community 23",
      "norm_label": "playwright test error (android): client.spec.js zone-aware session enrichment ishead",
      "id": "client_error_context_zone_ishead_android"
    },
    {
      "label": "Playwright Test Error (desktop retry): client.spec.js Zone-Aware session enrichment isHead",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome-retry1/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 23,
      "community_name": "Community 23",
      "norm_label": "playwright test error (desktop retry): client.spec.js zone-aware session enrichment ishead",
      "id": "client_error_context_zone_ishead_desktop_retry"
    },
    {
      "label": "Playwright Test Error (desktop): client.spec.js Zone-Aware session enrichment isHead",
      "file_type": "document",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 23,
      "community_name": "Community 23",
      "norm_label": "playwright test error (desktop): client.spec.js zone-aware session enrichment ishead",
      "id": "client_error_context_zone_ishead_desktop"
    },
    {
      "label": "Tour Planner Playground MDD (tour-pg)",
      "file_type": "document",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 124,
      "community_name": "Community 124",
      "norm_label": "tour planner playground mdd (tour-pg)",
      "id": "tour_pg_mdd"
    },
    {
      "label": "Tour Planner Playground PWA (tour-pg)",
      "file_type": "code",
      "source_file": "tour-pg/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 124,
      "community_name": "Community 124",
      "norm_label": "tour planner playground pwa (tour-pg)",
      "id": "tour_pg_index"
    },
    {
      "label": "Tour Planner PWA (tour-planner)",
      "file_type": "code",
      "source_file": "tour-planner/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 124,
      "community_name": "Community 124",
      "norm_label": "tour planner pwa (tour-planner)",
      "id": "tour_planner_index"
    },
    {
      "label": "Recce Suite Tutorial Library index",
      "file_type": "code",
      "source_file": "tutorials/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 23,
      "community_name": "Community 23",
      "norm_label": "recce suite tutorial library index",
      "id": "tutorials_index"
    },
    {
      "label": "Tutorial player (player.html)",
      "file_type": "code",
      "source_file": "tutorials/player.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 23,
      "community_name": "Community 23",
      "norm_label": "tutorial player (player.html)",
      "id": "tutorials_player"
    },
    {
      "label": "Gemini Prompt for Recce Portal video tutorial",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 23,
      "community_name": "Community 23",
      "norm_label": "gemini prompt for recce portal video tutorial",
      "id": "tutorials_gemini_prompt"
    },
    {
      "label": "Gemini Prompt Tutorial \u2014 revised tutorial-length output guide",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT_TUTORIAL.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 23,
      "community_name": "Community 23",
      "norm_label": "gemini prompt tutorial \u2014 revised tutorial-length output guide",
      "id": "tutorials_gemini_prompt_tutorial"
    },
    {
      "label": "Recce Portal End-to-End Walkthrough Storyboard",
      "file_type": "document",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 23,
      "community_name": "Community 23",
      "norm_label": "recce portal end-to-end walkthrough storyboard",
      "id": "tutorials_storyboard"
    },
    {
      "label": "Recce Portal tutorial.html walkthrough",
      "file_type": "code",
      "source_file": "tutorials/portal-walkthrough/tutorial.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 23,
      "community_name": "Community 23",
      "norm_label": "recce portal tutorial.html walkthrough",
      "id": "tutorials_portal_walkthrough"
    },
    {
      "label": "Vehicle PWA (vehicle)",
      "file_type": "code",
      "source_file": "vehicle/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 312,
      "community_name": "Community 312",
      "norm_label": "vehicle pwa (vehicle)",
      "id": "vehicle_index"
    },
    {
      "label": "VRS PWA (vrs)",
      "file_type": "code",
      "source_file": "vrs/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 313,
      "community_name": "Community 313",
      "norm_label": "vrs pwa (vrs)",
      "id": "vrs_index"
    },
    {
      "label": "Yagya Portfolio PWA",
      "file_type": "code",
      "source_file": "yagya-portfolio/index.html",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 314,
      "community_name": "Community 314",
      "norm_label": "yagya portfolio pwa",
      "id": "yagya_portfolio_index"
    },
    {
      "label": "Recce view RC_1779203859656_5EZO PDF screenshot",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779203859656_5EZO.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 23,
      "community_name": "Community 23",
      "norm_label": "recce view rc_1779203859656_5ezo pdf screenshot",
      "id": "recce_screenshot_pdf"
    },
    {
      "label": "Client Portal PWA \u2014 /client/",
      "file_type": "concept",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 23,
      "community_name": "Community 23",
      "norm_label": "client portal pwa \u2014 /client/",
      "id": "concept_client_portal_pwa"
    },
    {
      "label": "Recce Approval Flow \u2014 client_status approve/reject/comment",
      "file_type": "concept",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 23,
      "community_name": "Community 23",
      "norm_label": "recce approval flow \u2014 client_status approve/reject/comment",
      "id": "concept_recce_approval_flow"
    },
    {
      "label": "Zone / isHead access control in Client Portal",
      "file_type": "concept",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome/error-context.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 23,
      "community_name": "Community 23",
      "norm_label": "zone / ishead access control in client portal",
      "id": "concept_zone_ishead"
    },
    {
      "label": "Tour-pg Proxy service (/tour-pg-proxy/)",
      "file_type": "concept",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 124,
      "community_name": "Community 124",
      "norm_label": "tour-pg proxy service (/tour-pg-proxy/)",
      "id": "concept_tour_pg_proxy"
    },
    {
      "label": "Tour Route Optimisation \u2014 TomTom computeBestOrder + NN 2-opt",
      "file_type": "concept",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 124,
      "community_name": "Community 124",
      "norm_label": "tour route optimisation \u2014 tomtom computebestorder + nn 2-opt",
      "id": "concept_tour_pg_route_optimisation"
    },
    {
      "label": "Video Tutorial Pipeline \u2014 scripts.json \u2192 edge-tts \u2192 Playwright \u2192 ffmpeg",
      "file_type": "concept",
      "source_file": "video_tutorial_style.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 5,
      "community_name": "Community 5",
      "norm_label": "video tutorial pipeline \u2014 scripts.json \u2192 edge-tts \u2192 playwright \u2192 ffmpeg",
      "id": "concept_video_tutorial_pipeline"
    },
    {
      "label": "Playwright Walkthrough Framework \u2014 CiC drop-in replacement",
      "file_type": "concept",
      "source_file": "walkthroughs/README.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 5,
      "community_name": "Community 5",
      "norm_label": "playwright walkthrough framework \u2014 cic drop-in replacement",
      "id": "concept_walkthroughs_framework"
    },
    {
      "label": "Recce Portal Tutorial \u2014 counters + recce-client two-PWA walkthrough",
      "file_type": "concept",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 23,
      "community_name": "Community 23",
      "norm_label": "recce portal tutorial \u2014 counters + recce-client two-pwa walkthrough",
      "id": "concept_recce_portal_tutorial"
    },
    {
      "label": "B-Tech Solutions",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779203859656_5EZO_client_approval.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-28",
      "author": "360 Degree Marketing",
      "contributor": null,
      "community": 220,
      "community_name": "Community 220",
      "norm_label": "b-tech solutions",
      "id": "recce_views_rc_1779203859656_5ezo_client_approval_btech_solutions"
    },
    {
      "label": "LENOVO (client)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779203859656_5EZO_client_approval.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-28",
      "author": null,
      "contributor": null,
      "community": 220,
      "community_name": "Community 220",
      "norm_label": "lenovo (client)",
      "id": "recce_views_rc_1779203859656_5ezo_client_approval_lenovo"
    },
    {
      "label": "Client Approval Record \u2014 PENDING",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779203859656_5EZO_client_approval.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-28",
      "author": "360 Degree Marketing",
      "contributor": null,
      "community": 220,
      "community_name": "Community 220",
      "norm_label": "client approval record \u2014 pending",
      "id": "recce_views_rc_1779203859656_5ezo_client_approval_recce_record"
    },
    {
      "label": "K.c Electronics (KC Electronics)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779274415254_2SP3.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-20",
      "author": null,
      "contributor": null,
      "community": 54,
      "community_name": "Community 54",
      "norm_label": "k.c electronics (kc electronics)",
      "id": "recce_views_rc_1779274415254_2sp3_kc_electronics"
    },
    {
      "label": "HP World",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779274415254_2SP3.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-20",
      "author": null,
      "contributor": null,
      "community": 54,
      "community_name": "Community 54",
      "norm_label": "hp world",
      "id": "recce_views_rc_1779274415254_2sp3_hp_world"
    },
    {
      "label": "Kocher Market, Ludhiana (location)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779274415254_2SP3.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-20",
      "author": null,
      "contributor": null,
      "community": 54,
      "community_name": "Community 54",
      "norm_label": "kocher market, ludhiana (location)",
      "id": "recce_views_rc_1779274415254_2sp3_kocher_market_ludhiana"
    },
    {
      "label": "Recce Report \u2014 K.c Electronics, HP client, 2026-05-20",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779274415254_2SP3.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-20",
      "author": "360 Degree Marketing",
      "contributor": null,
      "community": 54,
      "community_name": "Community 54",
      "norm_label": "recce report \u2014 k.c electronics, hp client, 2026-05-20",
      "id": "recce_views_rc_1779274415254_2sp3_recce_report"
    },
    {
      "label": "Premier Laptop Point",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779275334421_TQ5H.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-20",
      "author": null,
      "contributor": null,
      "community": 54,
      "community_name": "Community 54",
      "norm_label": "premier laptop point",
      "id": "recce_views_rc_1779275334421_tq5h_premier_laptop_point"
    },
    {
      "label": "SCO 37-38, Sukhmani Tower, Kocher Market, Ludhiana (location)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779275334421_TQ5H.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-20",
      "author": null,
      "contributor": null,
      "community": 54,
      "community_name": "Community 54",
      "norm_label": "sco 37-38, sukhmani tower, kocher market, ludhiana (location)",
      "id": "recce_views_rc_1779275334421_tq5h_sukhmani_tower_ludhiana"
    },
    {
      "label": "Recce Report \u2014 Premier Laptop Point, HP client, 2026-05-20",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779275334421_TQ5H.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-20",
      "author": "360 Degree Marketing",
      "contributor": null,
      "community": 54,
      "community_name": "Community 54",
      "norm_label": "recce report \u2014 premier laptop point, hp client, 2026-05-20",
      "id": "recce_views_rc_1779275334421_tq5h_recce_report"
    },
    {
      "label": "Zarc India (Zarc India Electronics Pvt Ltd)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779435019915_0SZC.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-22",
      "author": null,
      "contributor": null,
      "community": 201,
      "community_name": "Community 201",
      "norm_label": "zarc india (zarc india electronics pvt ltd)",
      "id": "recce_views_rc_1779435019915_0szc_zarc_india"
    },
    {
      "label": "Shimlapuri Main Road Market, near Z Mor, Ludhiana (location)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779435019915_0SZC.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-22",
      "author": null,
      "contributor": null,
      "community": 201,
      "community_name": "Community 201",
      "norm_label": "shimlapuri main road market, near z mor, ludhiana (location)",
      "id": "recce_views_rc_1779435019915_0szc_shimlapuri_ludhiana"
    },
    {
      "label": "LIV PURE (client)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779435019915_0SZC.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-22",
      "author": null,
      "contributor": null,
      "community": 201,
      "community_name": "Community 201",
      "norm_label": "liv pure (client)",
      "id": "recce_views_rc_1779435019915_0szc_liv_pure_client"
    },
    {
      "label": "Recce Report \u2014 Zarc India, LIV PURE client, 2026-05-22",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779435019915_0SZC.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-22",
      "author": "360 Degree Marketing",
      "contributor": null,
      "community": 201,
      "community_name": "Community 201",
      "norm_label": "recce report \u2014 zarc india, liv pure client, 2026-05-22",
      "id": "recce_views_rc_1779435019915_0szc_recce_report"
    },
    {
      "label": "Shivaay Infotech",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779455352573_IMWV.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-22",
      "author": null,
      "contributor": null,
      "community": 54,
      "community_name": "Community 54",
      "norm_label": "shivaay infotech",
      "id": "recce_views_rc_1779455352573_imwv_shivaay_infotech"
    },
    {
      "label": "Shop No. 12 Upper Floor, Sukhmani Tower, Kocher Market, Ludhiana (location)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779455352573_IMWV.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-22",
      "author": null,
      "contributor": null,
      "community": 54,
      "community_name": "Community 54",
      "norm_label": "shop no. 12 upper floor, sukhmani tower, kocher market, ludhiana (location)",
      "id": "recce_views_rc_1779455352573_imwv_sukhmani_tower_upper_floor"
    },
    {
      "label": "HP (client \u2014 Shivaay Infotech recce)",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779455352573_IMWV.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-22",
      "author": null,
      "contributor": null,
      "community": 54,
      "community_name": "Community 54",
      "norm_label": "hp (client \u2014 shivaay infotech recce)",
      "id": "recce_views_rc_1779455352573_imwv_hp_client"
    },
    {
      "label": "Recce Report \u2014 Shivaay Infotech, HP client, 2026-05-22",
      "file_type": "document",
      "source_file": "screenshots/recce/views/RC_1779455352573_IMWV.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-05-22",
      "author": "360 Degree Marketing",
      "contributor": null,
      "community": 54,
      "community_name": "Community 54",
      "norm_label": "recce report \u2014 shivaay infotech, hp client, 2026-05-22",
      "id": "recce_views_rc_1779455352573_imwv_recce_report"
    },
    {
      "label": "Quotation \u2014 Park Hospital, Punchkuta (Event Setup)",
      "file_type": "document",
      "source_file": "uploads/sales/26 04 08 Park Hotel - Punchkula.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-04-08",
      "author": "Perfect Marketing Solutions",
      "contributor": null,
      "community": 202,
      "community_name": "Community 202",
      "norm_label": "quotation \u2014 park hospital, punchkuta (event setup)",
      "id": "sales_park_hotel_punchkula_quotation"
    },
    {
      "label": "Perfect Marketing Solutions (PMS)",
      "file_type": "document",
      "source_file": "uploads/sales/26 04 08 Park Hotel - Punchkula.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-04-08",
      "author": null,
      "contributor": null,
      "community": 202,
      "community_name": "Community 202",
      "norm_label": "perfect marketing solutions (pms)",
      "id": "sales_park_hotel_punchkula_perfect_marketing_solutions"
    },
    {
      "label": "Park Hospital, Punchkuta",
      "file_type": "document",
      "source_file": "uploads/sales/26 04 08 Park Hotel - Punchkula.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-04-08",
      "author": null,
      "contributor": null,
      "community": 202,
      "community_name": "Community 202",
      "norm_label": "park hospital, punchkuta",
      "id": "sales_park_hotel_punchkula_park_hospital"
    },
    {
      "label": "Phase-11, Sector 65, SAS Nagar, Mohali, Punjab (location)",
      "file_type": "document",
      "source_file": "uploads/sales/26 04 08 Park Hotel - Punchkula.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-04-08",
      "author": null,
      "contributor": null,
      "community": 202,
      "community_name": "Community 202",
      "norm_label": "phase-11, sector 65, sas nagar, mohali, punjab (location)",
      "id": "sales_park_hotel_punchkula_mohali_punjab"
    },
    {
      "label": "National Insurance Company Limited",
      "file_type": "document",
      "source_file": "uploads/sales/ECO INSURANCE.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-02-05",
      "author": null,
      "contributor": null,
      "community": 81,
      "community_name": "Community 81",
      "norm_label": "national insurance company limited",
      "id": "sales_eco_insurance_national_insurance"
    },
    {
      "label": "Motor Vehicle Insurance Policy Schedule \u2014 Policy No. 260201312519068227",
      "file_type": "document",
      "source_file": "uploads/sales/ECO INSURANCE.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-02-07",
      "author": "National Insurance Company Limited",
      "contributor": null,
      "community": 81,
      "community_name": "Community 81",
      "norm_label": "motor vehicle insurance policy schedule \u2014 policy no. 260201312519068227",
      "id": "sales_eco_insurance_policy_schedule"
    },
    {
      "label": "Mr. Gitesh Kumar (insured)",
      "file_type": "document",
      "source_file": "uploads/sales/ECO INSURANCE.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 81,
      "community_name": "Community 81",
      "norm_label": "mr. gitesh kumar (insured)",
      "id": "sales_eco_insurance_gitesh_kumar"
    },
    {
      "label": "Maruti Suzuki EECO (vehicle HR-10-X-8555)",
      "file_type": "document",
      "source_file": "uploads/sales/ECO INSURANCE.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 81,
      "community_name": "Community 81",
      "norm_label": "maruti suzuki eeco (vehicle hr-10-x-8555)",
      "id": "sales_eco_insurance_maruti_eeco"
    },
    {
      "label": "Turtlemint Insurance Broking Services Pvt Ltd",
      "file_type": "document",
      "source_file": "uploads/sales/ECO INSURANCE.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 81,
      "community_name": "Community 81",
      "norm_label": "turtlemint insurance broking services pvt ltd",
      "id": "sales_eco_insurance_turtlemint"
    },
    {
      "label": "Sonepat, Haryana (location)",
      "file_type": "document",
      "source_file": "uploads/sales/ECO INSURANCE.pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 81,
      "community_name": "Community 81",
      "norm_label": "sonepat, haryana (location)",
      "id": "sales_eco_insurance_sonepat_haryana"
    },
    {
      "label": "Pollution Under Control Certificate \u2014 HR-10-X-8555",
      "file_type": "document",
      "source_file": "uploads/sales/ECO Pollution (VALID- 19_08_26) .pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-02-20",
      "author": "Transport Department",
      "contributor": null,
      "community": 81,
      "community_name": "Community 81",
      "norm_label": "pollution under control certificate \u2014 hr-10-x-8555",
      "id": "sales_eco_pollution_puc_certificate"
    },
    {
      "label": "Mann Filling Station (PUC Operator)",
      "file_type": "document",
      "source_file": "uploads/sales/ECO Pollution (VALID- 19_08_26) .pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-02-20",
      "author": null,
      "contributor": null,
      "community": 81,
      "community_name": "Community 81",
      "norm_label": "mann filling station (puc operator)",
      "id": "sales_eco_pollution_mann_filling_station"
    },
    {
      "label": "Vehicle HR 10X 8555 (Maruti Suzuki EECO, CNG/Petrol)",
      "file_type": "document",
      "source_file": "uploads/sales/ECO Pollution (VALID- 19_08_26) .pdf",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-02-20",
      "author": null,
      "contributor": null,
      "community": 81,
      "community_name": "Community 81",
      "norm_label": "vehicle hr 10x 8555 (maruti suzuki eeco, cng/petrol)",
      "id": "sales_eco_pollution_vehicle_hr10x8555"
    },
    {
      "label": "360LM Platform",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/MEMORY.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 296,
      "community_name": "Community 296",
      "norm_label": "360lm platform",
      "id": "mem_memory_360lm_platform"
    },
    {
      "label": "VPS Infrastructure (Traefik Docker)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/MEMORY.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 303,
      "community_name": "Community 303",
      "norm_label": "vps infrastructure (traefik docker)",
      "id": "mem_memory_vps_infra"
    },
    {
      "label": "VCC Pre-Build Checklist",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/MEMORY.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 302,
      "community_name": "Community 302",
      "norm_label": "vcc pre-build checklist",
      "id": "mem_memory_vcc_checklist"
    },
    {
      "label": "Push Notifications (VAPID, push-server port 8770)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/MEMORY.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 300,
      "community_name": "Community 300",
      "norm_label": "push notifications (vapid, push-server port 8770)",
      "id": "mem_memory_push_notifications"
    },
    {
      "label": "PostgREST v12 (port 3000, DB lm360)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/MEMORY.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 193,
      "community_name": "Community 193",
      "norm_label": "postgrest v12 (port 3000, db lm360)",
      "id": "mem_memory_postgrest"
    },
    {
      "label": "Hub ?next= redirect pattern",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/MEMORY.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 35,
      "community_name": "Community 35",
      "norm_label": "hub ?next= redirect pattern",
      "id": "mem_memory_hub_next_redirect"
    },
    {
      "label": "safe-bottom.css shared helper",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/MEMORY.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 301,
      "community_name": "Community 301",
      "norm_label": "safe-bottom.css shared helper",
      "id": "mem_memory_safe_bottom_css"
    },
    {
      "label": "verify_pin RPC response format (TABLE array)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/MEMORY.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 35,
      "community_name": "Community 35",
      "norm_label": "verify_pin rpc response format (table array)",
      "id": "mem_memory_verify_pin_rpc"
    },
    {
      "label": "PG trigger SECURITY DEFINER requirement",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/MEMORY.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 68,
      "community_name": "Community 68",
      "norm_label": "pg trigger security definer requirement",
      "id": "mem_memory_pg_trigger_security_definer"
    },
    {
      "label": "Maps Provider Policy (Google + TomTom)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/MEMORY.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 297,
      "community_name": "Community 297",
      "norm_label": "maps provider policy (google + tomtom)",
      "id": "mem_memory_maps_provider"
    },
    {
      "label": "Video Tutorial DevGuide (scripts.json \u2192 edge-tts \u2192 Playwright \u2192 ffmpeg)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/MEMORY.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 68,
      "community_name": "Community 68",
      "norm_label": "video tutorial devguide (scripts.json \u2192 edge-tts \u2192 playwright \u2192 ffmpeg)",
      "id": "mem_memory_video_tutorial_devguide"
    },
    {
      "label": "OpenClaw (WhatsApp/Telegram AI assistant)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/MEMORY.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 298,
      "community_name": "Community 298",
      "norm_label": "openclaw (whatsapp/telegram ai assistant)",
      "id": "mem_memory_openclaw"
    },
    {
      "label": "Paperclip AI agent orchestration platform",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/MEMORY.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 299,
      "community_name": "Community 299",
      "norm_label": "paperclip ai agent orchestration platform",
      "id": "mem_memory_paperclip"
    },
    {
      "label": "CiC alias (Claude in Chrome)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/aliases.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 278,
      "community_name": "Community 278",
      "norm_label": "cic alias (claude in chrome)",
      "id": "mem_aliases_cic"
    },
    {
      "label": "TM alias (Top Management: Harish + Pramod)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/aliases.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 85,
      "community_name": "Community 85",
      "norm_label": "tm alias (top management: harish + pramod)",
      "id": "mem_aliases_tm"
    },
    {
      "label": "Hub PWA alias 'mother'",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/aliases.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 279,
      "community_name": "Community 279",
      "norm_label": "hub pwa alias 'mother'",
      "id": "mem_aliases_hub"
    },
    {
      "label": "Cascading Filters (Activity PWA v23)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/aliases.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 50,
      "community_name": "Community 50",
      "norm_label": "cascading filters (activity pwa v23)",
      "id": "mem_aliases_cascading_filters"
    },
    {
      "label": "Activity PWA (/activity/) SW v23",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_activity.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 50,
      "community_name": "Community 50",
      "norm_label": "activity pwa (/activity/) sw v23",
      "id": "mem_dbt_activity_pwa"
    },
    {
      "label": "activity.* DB schema",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_activity.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 50,
      "community_name": "Community 50",
      "norm_label": "activity.* db schema",
      "id": "mem_dbt_activity_schema"
    },
    {
      "label": "activity.responses table (draft_at, submitted_at)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_activity.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 50,
      "community_name": "Community 50",
      "norm_label": "activity.responses table (draft_at, submitted_at)",
      "id": "mem_dbt_activity_responses_table"
    },
    {
      "label": "GForm proxy /sales-proxy/gform-submit",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_activity.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 50,
      "community_name": "Community 50",
      "norm_label": "gform proxy /sales-proxy/gform-submit",
      "id": "mem_dbt_activity_gform_proxy"
    },
    {
      "label": "Activity cascading filters v23 (leave-one-out faceted, 5 dimensions)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/dbt_activity.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 50,
      "community_name": "Community 50",
      "norm_label": "activity cascading filters v23 (leave-one-out faceted, 5 dimensions)",
      "id": "mem_dbt_activity_cascading_filters_v23"
    },
    {
      "label": "Admin PWA (/admin/) SW v7",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_admin.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 35,
      "community_name": "Community 35",
      "norm_label": "admin pwa (/admin/) sw v7",
      "id": "mem_dbt_admin_pwa"
    },
    {
      "label": "hub.pwa_registry + hub.employee_pwa_access",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_admin.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 35,
      "community_name": "Community 35",
      "norm_label": "hub.pwa_registry + hub.employee_pwa_access",
      "id": "mem_dbt_admin_pwa_registry"
    },
    {
      "label": "Admin RPCs: admin_set_pin, admin_add_employee",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_admin.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 35,
      "community_name": "Community 35",
      "norm_label": "admin rpcs: admin_set_pin, admin_add_employee",
      "id": "mem_dbt_admin_rpcs"
    },
    {
      "label": "Client Zones screen (scr-zones, client.zones table)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_admin.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 35,
      "community_name": "Community 35",
      "norm_label": "client zones screen (scr-zones, client.zones table)",
      "id": "mem_dbt_admin_client_zones"
    },
    {
      "label": "Expense PWA archive (SW v23, full flow complete)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_archive.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 280,
      "community_name": "Community 280",
      "norm_label": "expense pwa archive (sw v23, full flow complete)",
      "id": "mem_dbt_archive_expense_pwa"
    },
    {
      "label": "Hub PWA archive (SW v26, DB-driven registry)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_archive.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 282,
      "community_name": "Community 282",
      "norm_label": "hub pwa archive (sw v26, db-driven registry)",
      "id": "mem_dbt_archive_hub_pwa"
    },
    {
      "label": "Sales PWA archive (SW v11, dual company infra)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_archive.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 286,
      "community_name": "Community 286",
      "norm_label": "sales pwa archive (sw v11, dual company infra)",
      "id": "mem_dbt_archive_sales_pwa"
    },
    {
      "label": "Recce PWA archive (SW v30, server-side PDF)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_archive.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 285,
      "community_name": "Community 285",
      "norm_label": "recce pwa archive (sw v30, server-side pdf)",
      "id": "mem_dbt_archive_recce_pwa"
    },
    {
      "label": "HR PWA archive (360hr-v5, 4 phases complete)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_archive.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 281,
      "community_name": "Community 281",
      "norm_label": "hr pwa archive (360hr-v5, 4 phases complete)",
      "id": "mem_dbt_archive_hr_pwa"
    },
    {
      "label": "Tour Route Planner PWA (/tour-planner/) SW v1",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_archive.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 86,
      "community_name": "Community 86",
      "norm_label": "tour route planner pwa (/tour-planner/) sw v1",
      "id": "mem_dbt_archive_tour_planner"
    },
    {
      "label": "PDF proxy (Node.js + Playwright, /opt/pdf-proxy/)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_archive.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 283,
      "community_name": "Community 283",
      "norm_label": "pdf proxy (node.js + playwright, /opt/pdf-proxy/)",
      "id": "mem_dbt_archive_pdf_proxy"
    },
    {
      "label": "Push server (Python/Flask pywebpush port 8770)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_archive.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 284,
      "community_name": "Community 284",
      "norm_label": "push server (python/flask pywebpush port 8770)",
      "id": "mem_dbt_archive_push_server"
    },
    {
      "label": "Client PWA (/client/) SW v4",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_client.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 50,
      "community_name": "Community 50",
      "norm_label": "client pwa (/client/) sw v4",
      "id": "mem_dbt_client_pwa"
    },
    {
      "label": "client.* DB schema (accounts, access_grants, zones)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_client.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 50,
      "community_name": "Community 50",
      "norm_label": "client.* db schema (accounts, access_grants, zones)",
      "id": "mem_dbt_client_schema"
    },
    {
      "label": "Zone-aware client access model (campaign grants)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/dbt_client.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 35,
      "community_name": "Community 35",
      "norm_label": "zone-aware client access model (campaign grants)",
      "id": "mem_dbt_client_zone_access"
    },
    {
      "label": "recce.branding_approvals (per-branding side-by-side review)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_client.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 50,
      "community_name": "Community 50",
      "norm_label": "recce.branding_approvals (per-branding side-by-side review)",
      "id": "mem_dbt_client_branding_approvals"
    },
    {
      "label": "Recce approval PDF (slides-proxy client-approval-report endpoint)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_client.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 50,
      "community_name": "Community 50",
      "norm_label": "recce approval pdf (slides-proxy client-approval-report endpoint)",
      "id": "mem_dbt_client_approval_pdf"
    },
    {
      "label": "Counters mini-PWA (/counters/) counters-v3",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_counters.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 39,
      "community_name": "Community 39",
      "norm_label": "counters mini-pwa (/counters/) counters-v3",
      "id": "mem_dbt_counters_pwa"
    },
    {
      "label": "counters.* DB schema (upload, allocation, client, client_invite)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_counters.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 39,
      "community_name": "Community 39",
      "norm_label": "counters.* db schema (upload, allocation, client, client_invite)",
      "id": "mem_dbt_counters_schema"
    },
    {
      "label": "Client portal /recce-client/ (Phase 4.2)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_counters.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 39,
      "community_name": "Community 39",
      "norm_label": "client portal /recce-client/ (phase 4.2)",
      "id": "mem_dbt_counters_client_portal"
    },
    {
      "label": "counters-mail-relay service (Phase 4.1)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_counters.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 39,
      "community_name": "Community 39",
      "norm_label": "counters-mail-relay service (phase 4.1)",
      "id": "mem_dbt_counters_mail_relay"
    },
    {
      "label": "is_official_for_client + mark_official_recce RPC (Phase 3)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/dbt_counters.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 39,
      "community_name": "Community 39",
      "norm_label": "is_official_for_client + mark_official_recce rpc (phase 3)",
      "id": "mem_dbt_counters_official_recce"
    },
    {
      "label": "recce-view-proxy (HMAC-signed tokens, Phase 4.0a)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_counters.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 39,
      "community_name": "Community 39",
      "norm_label": "recce-view-proxy (hmac-signed tokens, phase 4.0a)",
      "id": "mem_dbt_counters_view_proxy"
    },
    {
      "label": "Counters/Recce-portal pending feature candidates",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_counters_pending_offers.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 218,
      "community_name": "Community 218",
      "norm_label": "counters/recce-portal pending feature candidates",
      "id": "mem_dbt_counters_pending_offers"
    },
    {
      "label": "Per-brand sub-organisations (deferred, declined x8)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/dbt_counters_pending_offers.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 218,
      "community_name": "Community 218",
      "norm_label": "per-brand sub-organisations (deferred, declined x8)",
      "id": "mem_dbt_counters_per_brand_suborg"
    },
    {
      "label": "Brevo PROD mail deliverability (deferred, declined x3)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/dbt_counters_pending_offers.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 218,
      "community_name": "Community 218",
      "norm_label": "brevo prod mail deliverability (deferred, declined x3)",
      "id": "mem_dbt_counters_brevo_prod"
    },
    {
      "label": "Credit Card mini-PWA (/finance/credit-card/) creditcard-v1",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_creditcard.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 67,
      "community_name": "Community 67",
      "norm_label": "credit card mini-pwa (/finance/credit-card/) creditcard-v1",
      "id": "mem_dbt_creditcard_pwa"
    },
    {
      "label": "creditcard.* DB schema (ad_hoc_charges, statements, statement_lines, matches)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_creditcard.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 67,
      "community_name": "Community 67",
      "norm_label": "creditcard.* db schema (ad_hoc_charges, statements, statement_lines, matches)",
      "id": "mem_dbt_creditcard_schema"
    },
    {
      "label": "Credit Card RPCs: apply_match, unmatch_line, close_statement, auto_match_suggest",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_creditcard.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 67,
      "community_name": "Community 67",
      "norm_label": "credit card rpcs: apply_match, unmatch_line, close_statement, auto_match_suggest",
      "id": "mem_dbt_creditcard_rpcs"
    },
    {
      "label": "Auto-matcher logic (exact amount + date \u00b12/\u00b130 days)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/dbt_creditcard.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 67,
      "community_name": "Community 67",
      "norm_label": "auto-matcher logic (exact amount + date \u00b12/\u00b130 days)",
      "id": "mem_dbt_creditcard_auto_matcher"
    },
    {
      "label": "Statement state machine (draft \u2192 in_progress \u2192 reconciled)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/dbt_creditcard.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 67,
      "community_name": "Community 67",
      "norm_label": "statement state machine (draft \u2192 in_progress \u2192 reconciled)",
      "id": "mem_dbt_creditcard_state_machine"
    },
    {
      "label": "Fund Custodian PWA (/finance/custodian/) custodian-v30",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_custodian.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 68,
      "community_name": "Community 68",
      "norm_label": "fund custodian pwa (/finance/custodian/) custodian-v30",
      "id": "mem_dbt_custodian_pwa"
    },
    {
      "label": "custodian.* DB schema (profiles, transfers, advances)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_custodian.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 68,
      "community_name": "Community 68",
      "norm_label": "custodian.* db schema (profiles, transfers, advances)",
      "id": "mem_dbt_custodian_schema"
    },
    {
      "label": "Custodian deactivation/reactivation/delete flow",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/dbt_custodian.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 68,
      "community_name": "Community 68",
      "norm_label": "custodian deactivation/reactivation/delete flow",
      "id": "mem_dbt_custodian_deactivation"
    },
    {
      "label": "trg_sync_custodian_active (expense.employees \u2192 custodian.profiles sync)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_custodian.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 69,
      "community_name": "Community 69",
      "norm_label": "trg_sync_custodian_active (expense.employees \u2192 custodian.profiles sync)",
      "id": "mem_dbt_custodian_sync_trigger"
    },
    {
      "label": "custodian.set_custodian_active RPC",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_custodian.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 68,
      "community_name": "Community 68",
      "norm_label": "custodian.set_custodian_active rpc",
      "id": "mem_dbt_custodian_set_active_rpc"
    },
    {
      "label": "custodian.get_dashboard RPC (returns all_balances incl inactive)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_custodian.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 68,
      "community_name": "Community 68",
      "norm_label": "custodian.get_dashboard rpc (returns all_balances incl inactive)",
      "id": "mem_dbt_custodian_get_dashboard_rpc"
    },
    {
      "label": "custodian.hard_delete_custodian RPC (3-step safety gates)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_custodian.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 68,
      "community_name": "Community 68",
      "norm_label": "custodian.hard_delete_custodian rpc (3-step safety gates)",
      "id": "mem_dbt_custodian_hard_delete_rpc"
    },
    {
      "label": "Custodian limited reactivation mode (settlement-only)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/dbt_custodian.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 68,
      "community_name": "Community 68",
      "norm_label": "custodian limited reactivation mode (settlement-only)",
      "id": "mem_dbt_custodian_limited_mode"
    },
    {
      "label": "Dispatch PWA (/dispatch/) complete",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_dispatch.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 238,
      "community_name": "Community 238",
      "norm_label": "dispatch pwa (/dispatch/) complete",
      "id": "mem_dbt_dispatch_pwa"
    },
    {
      "label": "Dispatch AI proxy (llava + gemma3, port 8767)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_dispatch.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 238,
      "community_name": "Community 238",
      "norm_label": "dispatch ai proxy (llava + gemma3, port 8767)",
      "id": "mem_dbt_dispatch_ai_proxy"
    },
    {
      "label": "Expense PWA (/expense/) SW v23 complete",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_expense.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 35,
      "community_name": "Community 35",
      "norm_label": "expense pwa (/expense/) sw v23 complete",
      "id": "mem_dbt_expense_pwa"
    },
    {
      "label": "expense.* DB schema (employees, sheets, items)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_expense.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 69,
      "community_name": "Community 69",
      "norm_label": "expense.* db schema (employees, sheets, items)",
      "id": "mem_dbt_expense_schema"
    },
    {
      "label": "Expense RPCs: approve_sheet, reject_sheet, submit_sheet, verify_pin",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_expense.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 35,
      "community_name": "Community 35",
      "norm_label": "expense rpcs: approve_sheet, reject_sheet, submit_sheet, verify_pin",
      "id": "mem_dbt_expense_rpcs"
    },
    {
      "label": "Impress auto-deduct on approval (approve_sheet RPC)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/dbt_expense.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 35,
      "community_name": "Community 35",
      "norm_label": "impress auto-deduct on approval (approve_sheet rpc)",
      "id": "mem_dbt_expense_impress_autodeduct"
    },
    {
      "label": "FundCustodian historical v22 (finance family context)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_finance.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 68,
      "community_name": "Community 68",
      "norm_label": "fundcustodian historical v22 (finance family context)",
      "id": "mem_dbt_finance_custodian_v22"
    },
    {
      "label": "Finance UPI Pay mini-PWA (upi-v2)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_finance.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 69,
      "community_name": "Community 69",
      "norm_label": "finance upi pay mini-pwa (upi-v2)",
      "id": "mem_dbt_finance_upi_pay"
    },
    {
      "label": "Finance Vendor Management mini-PWA (vendors-v4)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_finance.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 69,
      "community_name": "Community 69",
      "norm_label": "finance vendor management mini-pwa (vendors-v4)",
      "id": "mem_dbt_finance_vendor_management"
    },
    {
      "label": "Tally export blocked (9 ledger names needed from accountant)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/dbt_finance.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 67,
      "community_name": "Community 67",
      "norm_label": "tally export blocked (9 ledger names needed from accountant)",
      "id": "mem_dbt_finance_tally_blocked"
    },
    {
      "label": "Custodian DB migrations v1\u2013v14 (expense.sync_custodian_active trigger)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_finance.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 69,
      "community_name": "Community 69",
      "norm_label": "custodian db migrations v1\u2013v14 (expense.sync_custodian_active trigger)",
      "id": "mem_dbt_finance_custodian_migrations"
    },
    {
      "label": "HR Management PWA (/hr/) SW 360hr-v5",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_hr.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 69,
      "community_name": "Community 69",
      "norm_label": "hr management pwa (/hr/) sw 360hr-v5",
      "id": "mem_dbt_hr_pwa"
    },
    {
      "label": "hr.* DB schema (employee_profiles, attendance, salary_slips, etc.)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_hr.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 69,
      "community_name": "Community 69",
      "norm_label": "hr.* db schema (employee_profiles, attendance, salary_slips, etc.)",
      "id": "mem_dbt_hr_schema"
    },
    {
      "label": "HR RPCs: generate_salary_slip, add_salary_structure, employee_outstanding_advances",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_hr.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 69,
      "community_name": "Community 69",
      "norm_label": "hr rpcs: generate_salary_slip, add_salary_structure, employee_outstanding_advances",
      "id": "mem_dbt_hr_rpcs"
    },
    {
      "label": "HR attendance check-in/out with GPS + geofence",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/dbt_hr.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 69,
      "community_name": "Community 69",
      "norm_label": "hr attendance check-in/out with gps + geofence",
      "id": "mem_dbt_hr_attendance_gps"
    },
    {
      "label": "Salary slip flow (generate \u2192 finalize \u2192 pay \u2192 Finance.transactions)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/dbt_hr.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 69,
      "community_name": "Community 69",
      "norm_label": "salary slip flow (generate \u2192 finalize \u2192 pay \u2192 finance.transactions)",
      "id": "mem_dbt_hr_salary_slip_flow"
    },
    {
      "label": "Hub PWA (/hub/) SW v27",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_hub.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 35,
      "community_name": "Community 35",
      "norm_label": "hub pwa (/hub/) sw v27",
      "id": "mem_dbt_hub_pwa"
    },
    {
      "label": "hub.* DB schema (pwa_registry, employee_pwa_access)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_hub.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 35,
      "community_name": "Community 35",
      "norm_label": "hub.* db schema (pwa_registry, employee_pwa_access)",
      "id": "mem_dbt_hub_schema"
    },
    {
      "label": "Hub verify_pin + admin_set_pin RPCs",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_hub.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 35,
      "community_name": "Community 35",
      "norm_label": "hub verify_pin + admin_set_pin rpcs",
      "id": "mem_dbt_hub_verify_pin"
    },
    {
      "label": "hub-access.json offline fallback (dual-written by Admin PWA)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_hub.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 35,
      "community_name": "Community 35",
      "norm_label": "hub-access.json offline fallback (dual-written by admin pwa)",
      "id": "mem_dbt_hub_access_json"
    },
    {
      "label": "Service ports map (PostgREST 3000, slides 8768, OCR 8766, push 8770, etc.)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_infra.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 193,
      "community_name": "Community 193",
      "norm_label": "service ports map (postgrest 3000, slides 8768, ocr 8766, push 8770, etc.)",
      "id": "mem_dbt_infra_service_ports"
    },
    {
      "label": "OCR proxy dual-backend (Gemini Flash 2.0 + Ollama llava, port 8766)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_infra.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 193,
      "community_name": "Community 193",
      "norm_label": "ocr proxy dual-backend (gemini flash 2.0 + ollama llava, port 8766)",
      "id": "mem_dbt_infra_ocr_proxy"
    },
    {
      "label": "Service worker versions table (hub v26, expense v23, recce v30, etc.)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_infra.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 193,
      "community_name": "Community 193",
      "norm_label": "service worker versions table (hub v26, expense v23, recce v30, etc.)",
      "id": "mem_dbt_infra_sw_versions"
    },
    {
      "label": "Tally export (Finance Stage 4) blocked on ledger names",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/dbt_infra.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 67,
      "community_name": "Community 67",
      "norm_label": "tally export (finance stage 4) blocked on ledger names",
      "id": "mem_dbt_infra_tally_blocked"
    },
    {
      "label": "Learning Hub PWA (/learn/) Phase 4.12 LIVE",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_learn.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 85,
      "community_name": "Community 85",
      "norm_label": "learning hub pwa (/learn/) phase 4.12 live",
      "id": "mem_dbt_learn_pwa"
    },
    {
      "label": "learn.* DB schema (view_event table)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_learn.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 85,
      "community_name": "Community 85",
      "norm_label": "learn.* db schema (view_event table)",
      "id": "mem_dbt_learn_schema"
    },
    {
      "label": "Learn RPCs: start_view, end_view, my_progress, team_progress",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_learn.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 85,
      "community_name": "Community 85",
      "norm_label": "learn rpcs: start_view, end_view, my_progress, team_progress",
      "id": "mem_dbt_learn_rpcs"
    },
    {
      "label": "Learn catalog.json (groups: counter-portal, field-recce, fund-custodian)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_learn.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 85,
      "community_name": "Community 85",
      "norm_label": "learn catalog.json (groups: counter-portal, field-recce, fund-custodian)",
      "id": "mem_dbt_learn_catalog"
    },
    {
      "label": "TM team dashboard (team_progress RPC, harish+pramod only)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/dbt_learn.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 85,
      "community_name": "Community 85",
      "norm_label": "tm team dashboard (team_progress rpc, harish+pramod only)",
      "id": "mem_dbt_learn_tm_dashboard"
    },
    {
      "label": "Learn completion rules (Scene Guide: all scenes; Screencast: 80% watched)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/dbt_learn.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 85,
      "community_name": "Community 85",
      "norm_label": "learn completion rules (scene guide: all scenes; screencast: 80% watched)",
      "id": "mem_dbt_learn_completion_rules"
    },
    {
      "label": "Custodian tutorial auth gate + scrub-proof tracking (Phase 4.12)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/dbt_learn.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 85,
      "community_name": "Community 85",
      "norm_label": "custodian tutorial auth gate + scrub-proof tracking (phase 4.12)",
      "id": "mem_dbt_learn_custodian_integration"
    },
    {
      "label": "Cross-PWA pending items tracker",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_pending.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 67,
      "community_name": "Community 67",
      "norm_label": "cross-pwa pending items tracker",
      "id": "mem_dbt_pending_cross_pwa"
    },
    {
      "label": "Tally export (Finance Stage 4, BLOCKING)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/dbt_pending.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 67,
      "community_name": "Community 67",
      "norm_label": "tally export (finance stage 4, blocking)",
      "id": "mem_dbt_pending_tally_export"
    },
    {
      "label": "/tracking/ PWA (live map, Mappls SDK, pending)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/dbt_pending.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 67,
      "community_name": "Community 67",
      "norm_label": "/tracking/ pwa (live map, mappls sdk, pending)",
      "id": "mem_dbt_pending_tracking_pwa"
    },
    {
      "label": "Recce PWA (/recce/) SW v16 (recce-v18 inline)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_recce.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 39,
      "community_name": "Community 39",
      "norm_label": "recce pwa (/recce/) sw v16 (recce-v18 inline)",
      "id": "mem_dbt_recce_pwa"
    },
    {
      "label": "recce.* DB schema (submissions, brands, branding_approvals)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_recce.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 50,
      "community_name": "Community 50",
      "norm_label": "recce.* db schema (submissions, brands, branding_approvals)",
      "id": "mem_dbt_recce_schema"
    },
    {
      "label": "Recce superseded flow (v16: superseded_at, mark_recce_official, unmark_recce_official RPCs)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/dbt_recce.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 39,
      "community_name": "Community 39",
      "norm_label": "recce superseded flow (v16: superseded_at, mark_recce_official, unmark_recce_official rpcs)",
      "id": "mem_dbt_recce_superseded_flow"
    },
    {
      "label": "counters.client + client_invite + client_visible_recces_v",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_recce.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 39,
      "community_name": "Community 39",
      "norm_label": "counters.client + client_invite + client_visible_recces_v",
      "id": "mem_dbt_recce_client_portal_schema"
    },
    {
      "label": "recce-view-proxy signed URL (_signRecce HMAC)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_recce.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 39,
      "community_name": "Community 39",
      "norm_label": "recce-view-proxy signed url (_signrecce hmac)",
      "id": "mem_dbt_recce_signed_urls"
    },
    {
      "label": "Recce admin overlay (openAdminRecce, client review, official status, invite mini-modal)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/dbt_recce.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 39,
      "community_name": "Community 39",
      "norm_label": "recce admin overlay (openadminrecce, client review, official status, invite mini-modal)",
      "id": "mem_dbt_recce_admin_overlay"
    },
    {
      "label": "Recce DB migrations v1\u2013v16 (submissions columns, brands table, branding_approvals, superseded)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_recce.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 39,
      "community_name": "Community 39",
      "norm_label": "recce db migrations v1\u2013v16 (submissions columns, brands table, branding_approvals, superseded)",
      "id": "mem_dbt_recce_migrations"
    },
    {
      "label": "Recce in-app onboarding tour v16 (10 steps, /shared/tour.js)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/dbt_recce.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 39,
      "community_name": "Community 39",
      "norm_label": "recce in-app onboarding tour v16 (10 steps, /shared/tour.js)",
      "id": "mem_dbt_recce_onboarding_tour"
    },
    {
      "label": "Sales PWA (/sales/) SW v12",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_sales.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 86,
      "community_name": "Community 86",
      "norm_label": "sales pwa (/sales/) sw v12",
      "id": "mem_dbt_sales_pwa"
    },
    {
      "label": "sales.* DB schema (offers, offer_lines, offer_docs, jobs, catalog, companies, company_banks)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_sales.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 86,
      "community_name": "Community 86",
      "norm_label": "sales.* db schema (offers, offer_lines, offer_docs, jobs, catalog, companies, company_banks)",
      "id": "mem_dbt_sales_schema"
    },
    {
      "label": "Sales dual company support (PMS + 360DLM, pending)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/dbt_sales.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 86,
      "community_name": "Community 86",
      "norm_label": "sales dual company support (pms + 360dlm, pending)",
      "id": "mem_dbt_sales_dual_company"
    },
    {
      "label": "Canonical job creation (installation.campaigns + sales.jobs dual write, v12)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/dbt_sales.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 86,
      "community_name": "Community 86",
      "norm_label": "canonical job creation (installation.campaigns + sales.jobs dual write, v12)",
      "id": "mem_dbt_sales_canonical_job"
    },
    {
      "label": "Campaign ID format YYYY-BRAND-CLIENT-CAMPAIGN-Pxx",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/dbt_sales.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 86,
      "community_name": "Community 86",
      "norm_label": "campaign id format yyyy-brand-client-campaign-pxx",
      "id": "mem_dbt_sales_campaign_id_format"
    },
    {
      "label": "GST auto-logic (Punjab CGST+SGST, others IGST)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/dbt_sales.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 86,
      "community_name": "Community 86",
      "norm_label": "gst auto-logic (punjab cgst+sgst, others igst)",
      "id": "mem_dbt_sales_gst_logic"
    },
    {
      "label": "Sales Invoice Stage E (tax invoice, HSN/SAC, pending)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/dbt_sales.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 86,
      "community_name": "Community 86",
      "norm_label": "sales invoice stage e (tax invoice, hsn/sac, pending)",
      "id": "mem_dbt_sales_invoice_stage_e"
    },
    {
      "label": "Tour Playground PWA (tour-pg)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_tour_pg.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "tour playground pwa (tour-pg)",
      "id": "mem_dbt_tour_pg_pwa"
    },
    {
      "label": "excel-ai-sidecar systemd service",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_tour_pg.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "excel-ai-sidecar systemd service",
      "id": "mem_dbt_tour_pg_excel_ai_sidecar"
    },
    {
      "label": "excel_to_counters skill",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_tour_pg.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "excel_to_counters skill",
      "id": "mem_dbt_tour_pg_excel_to_counters_skill"
    },
    {
      "label": "tour_pg DB persistence (uploads + saved_tours)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_tour_pg.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "tour_pg db persistence (uploads + saved_tours)",
      "id": "mem_dbt_tour_pg_db_persistence"
    },
    {
      "label": "XLSX.js self-hosted fix (v34)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/dbt_tour_pg.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "xlsx.js self-hosted fix (v34)",
      "id": "mem_dbt_tour_pg_xlsx_self_hosted"
    },
    {
      "label": "Tour Route Planner PWA (tour-planner)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_tour_planner.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "tour route planner pwa (tour-planner)",
      "id": "mem_dbt_tour_planner_pwa"
    },
    {
      "label": "Tour Planner API keys missing (BLOCKING)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_tour_planner.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "tour planner api keys missing (blocking)",
      "id": "mem_dbt_tour_planner_api_keys_pending"
    },
    {
      "label": "Vehicle Log PWA",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_vehicle.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "vehicle log pwa",
      "id": "mem_dbt_vehicle_pwa"
    },
    {
      "label": "Vehicle PWA bilingual EN/HI conversion (v27)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_vehicle.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "vehicle pwa bilingual en/hi conversion (v27)",
      "id": "mem_dbt_vehicle_bilingual"
    },
    {
      "label": "Vendor Management mini-PWA (vendors)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_vendors.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "vendor management mini-pwa (vendors)",
      "id": "mem_dbt_vendors_pwa"
    },
    {
      "label": "custodian.payees extended schema (Phase 1)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_vendors.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "custodian.payees extended schema (phase 1)",
      "id": "mem_dbt_vendors_custodian_payees"
    },
    {
      "label": "custodian.transaction_lines polymorphic table (Phase 3b)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_vendors.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "custodian.transaction_lines polymorphic table (phase 3b)",
      "id": "mem_dbt_vendors_transaction_lines"
    },
    {
      "label": "custodian.rate_cards + vendor_price_compare_v (Phase 3c)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_vendors.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "custodian.rate_cards + vendor_price_compare_v (phase 3c)",
      "id": "mem_dbt_vendors_rate_cards"
    },
    {
      "label": "Vendors-UPI Pay cross-PWA integration (vendors-v4)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_vendors.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "vendors-upi pay cross-pwa integration (vendors-v4)",
      "id": "mem_dbt_vendors_upi_integration"
    },
    {
      "label": "Yagya Narang portfolio PWA",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/dbt_yagya.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 287,
      "community_name": "Community 287",
      "norm_label": "yagya narang portfolio pwa",
      "id": "mem_dbt_yagya_portfolio"
    },
    {
      "label": "Expense PWA build state",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/expense_pwa_build.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "expense pwa build state",
      "id": "mem_expense_pwa_build_state"
    },
    {
      "label": "Expense impress auto-deduct on approval",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/expense_pwa_build.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "expense impress auto-deduct on approval",
      "id": "mem_expense_pwa_build_impress"
    },
    {
      "label": "expense.verify_pin auth function",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/expense_pwa_build.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "expense.verify_pin auth function",
      "id": "mem_expense_pwa_build_verify_pin"
    },
    {
      "label": "AHK hotstring style rule (SendInput not clipboard)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/feedback_ahk_style.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 288,
      "community_name": "Community 288",
      "norm_label": "ahk hotstring style rule (sendinput not clipboard)",
      "id": "mem_feedback_ahk_style_rule"
    },
    {
      "label": "CiC live walkthrough norm (not static analysis)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/feedback_cic_pwa_walkthrough.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "cic live walkthrough norm (not static analysis)",
      "id": "mem_feedback_cic_pwa_walkthrough_rule"
    },
    {
      "label": "Cross-PWA change safety rule",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/feedback_cross_pwa_safety.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "cross-pwa change safety rule",
      "id": "mem_feedback_cross_pwa_safety_rule"
    },
    {
      "label": "Cross-PWA shared zone list (DB grants, Docker, hub session, SW cache)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/feedback_cross_pwa_safety.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "cross-pwa shared zone list (db grants, docker, hub session, sw cache)",
      "id": "mem_feedback_cross_pwa_safety_shared_zones"
    },
    {
      "label": "dbt + session state update cadence rule",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/feedback_dbt_session_state_cadence.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "dbt + session state update cadence rule",
      "id": "mem_feedback_dbt_cadence_rule"
    },
    {
      "label": "Hub ?next= redirect pattern rule",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/feedback_hub_next_redirect.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "hub ?next= redirect pattern rule",
      "id": "mem_feedback_hub_next_redirect_rule"
    },
    {
      "label": "Hub ?next= server-side implementation (hub/index.html ~line 880)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/feedback_hub_next_redirect.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "hub ?next= server-side implementation (hub/index.html ~line 880)",
      "id": "mem_feedback_hub_next_redirect_hub_impl"
    },
    {
      "label": "Maps provider policy rule (Google primary + TomTom fallback)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/feedback_maps_provider.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "maps provider policy rule (google primary + tomtom fallback)",
      "id": "mem_feedback_maps_provider_rule"
    },
    {
      "label": "TomTom use cases (traffic, large matrix, truck routing, failover)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/feedback_maps_provider.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "tomtom use cases (traffic, large matrix, truck routing, failover)",
      "id": "mem_feedback_maps_provider_tomtom_cases"
    },
    {
      "label": "shared/maps-client.js browser fallback helper",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/feedback_maps_provider.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "shared/maps-client.js browser fallback helper",
      "id": "mem_feedback_maps_provider_client_helper"
    },
    {
      "label": "Mobile scroll pattern rule (root document scroller, no nested overflow)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/feedback_mobile_scroll.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "mobile scroll pattern rule (root document scroller, no nested overflow)",
      "id": "mem_feedback_mobile_scroll_rule"
    },
    {
      "label": "Parallel CLI session protocol rule",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/feedback_parallel_sessions.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "parallel cli session protocol rule",
      "id": "mem_feedback_parallel_sessions_rule"
    },
    {
      "label": "Conflict zones reference (CRON_JOBS, DB_GRANTS, TRAEFIK, etc.)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/feedback_parallel_sessions.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "conflict zones reference (cron_jobs, db_grants, traefik, etc.)",
      "id": "mem_feedback_parallel_sessions_zones"
    },
    {
      "label": "Session state file isolation (session_state_pwa.md vs session_state_oc.md)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/feedback_parallel_sessions.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "session state file isolation (session_state_pwa.md vs session_state_oc.md)",
      "id": "mem_feedback_parallel_sessions_state_isolation"
    },
    {
      "label": "PG trigger SECURITY DEFINER rule",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/feedback_pg_trigger_security_definer.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "pg trigger security definer rule",
      "id": "mem_feedback_pg_trigger_security_definer_rule"
    },
    {
      "label": "PL/pgSQL RETURNS TABLE column shadowing rule (#variable_conflict use_column)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/feedback_plpgsql_return_table_conflict.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "pl/pgsql returns table column shadowing rule (#variable_conflict use_column)",
      "id": "mem_feedback_plpgsql_return_table_conflict_rule"
    },
    {
      "label": "AskUserQuestion always-include-Other option rule",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/feedback_questions_other_option.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 289,
      "community_name": "Community 289",
      "norm_label": "askuserquestion always-include-other option rule",
      "id": "mem_feedback_questions_other_option_rule"
    },
    {
      "label": "safe-bottom.css mandatory link rule",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/feedback_safe_bottom.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "safe-bottom.css mandatory link rule",
      "id": "mem_feedback_safe_bottom_rule"
    },
    {
      "label": "shared/safe-bottom.css file",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/feedback_safe_bottom.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "shared/safe-bottom.css file",
      "id": "mem_feedback_safe_bottom_css_file"
    },
    {
      "label": "IST timezone rule (all timestamps must be UTC+5:30)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/feedback_timezone.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 290,
      "community_name": "Community 290",
      "norm_label": "ist timezone rule (all timestamps must be utc+5:30)",
      "id": "mem_feedback_timezone_rule"
    },
    {
      "label": "verify_pin response format rule (array not {success})",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/feedback_verify_pin_response.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 6,
      "community_name": "Community 6",
      "norm_label": "verify_pin response format rule (array not {success})",
      "id": "mem_feedback_verify_pin_response_rule"
    },
    {
      "label": "Finance Structure & Cash Flow",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 94,
      "community_name": "Community 94",
      "norm_label": "finance structure & cash flow",
      "id": "mem_finance_structure_finance_structure"
    },
    {
      "label": "Tally Integration (3-tier: XML export, HTTP POST, REST API)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 94,
      "community_name": "Community 94",
      "norm_label": "tally integration (3-tier: xml export, http post, rest api)",
      "id": "mem_finance_structure_tally_integration"
    },
    {
      "label": "finance.accounts DB table",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 94,
      "community_name": "Community 94",
      "norm_label": "finance.accounts db table",
      "id": "mem_finance_structure_finance_accounts_schema"
    },
    {
      "label": "finance.transactions DB table",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 94,
      "community_name": "Community 94",
      "norm_label": "finance.transactions db table",
      "id": "mem_finance_structure_finance_transactions_schema"
    },
    {
      "label": "finance.parties DB table",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 94,
      "community_name": "Community 94",
      "norm_label": "finance.parties db table",
      "id": "mem_finance_structure_finance_parties_schema"
    },
    {
      "label": "finance.salary_register DB table",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 94,
      "community_name": "Community 94",
      "norm_label": "finance.salary_register db table",
      "id": "mem_finance_structure_finance_salary_register_schema"
    },
    {
      "label": "Account: co-bank (Company Bank Account)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 239,
      "community_name": "Community 239",
      "norm_label": "account: co-bank (company bank account)",
      "id": "mem_finance_structure_account_co_bank"
    },
    {
      "label": "Account: petty-cash (Petty Cash Fund, custodian: shambhu)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 241,
      "community_name": "Community 241",
      "norm_label": "account: petty-cash (petty cash fund, custodian: shambhu)",
      "id": "mem_finance_structure_account_petty_cash"
    },
    {
      "label": "Account: imp-rakesh (Rakesh Impress Account)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 240,
      "community_name": "Community 240",
      "norm_label": "account: imp-rakesh (rakesh impress account)",
      "id": "mem_finance_structure_account_imp_rakesh"
    },
    {
      "label": "Account: imp-harish (Harish Impress Account)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 87,
      "community_name": "Community 87",
      "norm_label": "account: imp-harish (harish impress account)",
      "id": "mem_finance_structure_account_imp_harish"
    },
    {
      "label": "Expense PWA = field capture tool; Finance PWA = accounting backend",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 78,
      "community_name": "Community 78",
      "norm_label": "expense pwa = field capture tool; finance pwa = accounting backend",
      "id": "mem_finance_structure_expense_pwa_relationship"
    },
    {
      "label": "Gmail MCP Server Setup",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/gmail_mcp.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 87,
      "community_name": "Community 87",
      "norm_label": "gmail mcp server setup",
      "id": "mem_gmail_mcp_gmail_mcp"
    },
    {
      "label": "NPM package: @gongrzhe/server-gmail-autoauth-mcp",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/gmail_mcp.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 292,
      "community_name": "Community 292",
      "norm_label": "npm package: @gongrzhe/server-gmail-autoauth-mcp",
      "id": "mem_gmail_mcp_package_server_gmail"
    },
    {
      "label": "GCP Project: my-gmail-mcp-496204",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/gmail_mcp.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 87,
      "community_name": "Community 87",
      "norm_label": "gcp project: my-gmail-mcp-496204",
      "id": "mem_gmail_mcp_gcp_project"
    },
    {
      "label": "Gmail account: business@360degreelogicalmktg.com (360Mktg-Gmail)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/gmail_mcp.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 87,
      "community_name": "Community 87",
      "norm_label": "gmail account: business@360degreelogicalmktg.com (360mktg-gmail)",
      "id": "mem_gmail_mcp_account_360mktg"
    },
    {
      "label": "Gmail account: haris.lal.1974@gmail.com (Haris-Gmail)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/gmail_mcp.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 87,
      "community_name": "Community 87",
      "norm_label": "gmail account: haris.lal.1974@gmail.com (haris-gmail)",
      "id": "mem_gmail_mcp_account_haris"
    },
    {
      "label": "Gmail account: harish@YEMO.in (YEMO-Gmail)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/gmail_mcp.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 87,
      "community_name": "Community 87",
      "norm_label": "gmail account: harish@yemo.in (yemo-gmail)",
      "id": "mem_gmail_mcp_account_yemo"
    },
    {
      "label": "Gmail account: promotionalplanner@gmail.com (Promo-Gmail)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/gmail_mcp.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 87,
      "community_name": "Community 87",
      "norm_label": "gmail account: promotionalplanner@gmail.com (promo-gmail)",
      "id": "mem_gmail_mcp_account_promo"
    },
    {
      "label": "Gmail account: 360degreemktg@gmail.com (360DegMktg-Gmail, pending)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/gmail_mcp.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 291,
      "community_name": "Community 291",
      "norm_label": "gmail account: 360degreemktg@gmail.com (360degmktg-gmail, pending)",
      "id": "mem_gmail_mcp_account_360deg"
    },
    {
      "label": "Health Tracker PWA (standalone, /var/www/Others/health/)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/health_tracker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 194,
      "community_name": "Community 194",
      "norm_label": "health tracker pwa (standalone, /var/www/others/health/)",
      "id": "mem_health_tracker_health_pwa"
    },
    {
      "label": "OCR chain: OpenRouter nemotron-nano \u2192 nemotron-3-nano \u2192 Gemini 2.5-flash-lite",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/health_tracker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 194,
      "community_name": "Community 194",
      "norm_label": "ocr chain: openrouter nemotron-nano \u2192 nemotron-3-nano \u2192 gemini 2.5-flash-lite",
      "id": "mem_health_tracker_ocr_chain"
    },
    {
      "label": "health DB (separate from lm360), role health_app",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/health_tracker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 194,
      "community_name": "Community 194",
      "norm_label": "health db (separate from lm360), role health_app",
      "id": "mem_health_tracker_health_db"
    },
    {
      "label": "Health Tracker public URL: https://health.srv1111289.hstgr.cloud",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/health_tracker.md",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-06-14",
      "author": null,
      "contributor": null,
      "community": 194,
      "community_name": "Community 194",
      "norm_label": "health tracker public url: https://health.srv1111289.hstgr.cloud",
      "id": "mem_health_tracker_health_url"
    },
    {
      "label": "VPS Infrastructure (srv1111289.hstgr.cloud, Traefik+Docker)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/infra_vps.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 95,
      "community_name": "Community 95",
      "norm_label": "vps infrastructure (srv1111289.hstgr.cloud, traefik+docker)",
      "id": "mem_infra_vps_vps_infrastructure"
    },
    {
      "label": "Traefik reverse proxy container (root-traefik-1)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/infra_vps.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 95,
      "community_name": "Community 95",
      "norm_label": "traefik reverse proxy container (root-traefik-1)",
      "id": "mem_infra_vps_traefik"
    },
    {
      "label": "360lm-web container (Apache httpd, /var/www/360lm/)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/infra_vps.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 95,
      "community_name": "Community 95",
      "norm_label": "360lm-web container (apache httpd, /var/www/360lm/)",
      "id": "mem_infra_vps_360lm_web_container"
    },
    {
      "label": "dispatch-pwa container (nginx, /var/www/dispatch/)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/infra_vps.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 293,
      "community_name": "Community 293",
      "norm_label": "dispatch-pwa container (nginx, /var/www/dispatch/)",
      "id": "mem_infra_vps_dispatch_pwa_container"
    },
    {
      "label": "ocr-proxy container (Python, port 8766)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/infra_vps.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 295,
      "community_name": "Community 295",
      "norm_label": "ocr-proxy container (python, port 8766)",
      "id": "mem_infra_vps_ocr_proxy_container"
    },
    {
      "label": "ollama container (llava:7B, gemma3:4b)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/infra_vps.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 95,
      "community_name": "Community 95",
      "norm_label": "ollama container (llava:7b, gemma3:4b)",
      "id": "mem_infra_vps_ollama_container"
    },
    {
      "label": "paperclip container (port 3100, paperclip.srv1111289.hstgr.cloud)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/infra_vps.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 95,
      "community_name": "Community 95",
      "norm_label": "paperclip container (port 3100, paperclip.srv1111289.hstgr.cloud)",
      "id": "mem_infra_vps_paperclip_container"
    },
    {
      "label": "openclaw container (nginx proxy, openclaw.srv1111289.hstgr.cloud)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/infra_vps.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 95,
      "community_name": "Community 95",
      "norm_label": "openclaw container (nginx proxy, openclaw.srv1111289.hstgr.cloud)",
      "id": "mem_infra_vps_openclaw_container"
    },
    {
      "label": "docker-compose at /root/360lm-web/docker-compose.yml",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/infra_vps.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 294,
      "community_name": "Community 294",
      "norm_label": "docker-compose at /root/360lm-web/docker-compose.yml",
      "id": "mem_infra_vps_docker_compose"
    },
    {
      "label": "Docker network: root_default (external, all services)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/infra_vps.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 95,
      "community_name": "Community 95",
      "norm_label": "docker network: root_default (external, all services)",
      "id": "mem_infra_vps_network_root_default"
    },
    {
      "label": "Mohali WhatsApp Group (JID: 120363037566845463@g.us)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/mohali_group.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 43,
      "community_name": "Community 43",
      "norm_label": "mohali whatsapp group (jid: 120363037566845463@g.us)",
      "id": "mem_mohali_group_mohali_group"
    },
    {
      "label": "Obsidian Knowledge Vault (/opt/obsidian/vault/)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/obsidian.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 44,
      "community_name": "Community 44",
      "norm_label": "obsidian knowledge vault (/opt/obsidian/vault/)",
      "id": "mem_obsidian_obsidian_vault"
    },
    {
      "label": "SilverBullet web UI (https://notes.srv1111289.hstgr.cloud, v2.7.0)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/obsidian.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 44,
      "community_name": "Community 44",
      "norm_label": "silverbullet web ui (https://notes.srv1111289.hstgr.cloud, v2.7.0)",
      "id": "mem_obsidian_silverbullet"
    },
    {
      "label": "Syncthing sync service (https://sync.srv1111289.hstgr.cloud)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/obsidian.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 44,
      "community_name": "Community 44",
      "norm_label": "syncthing sync service (https://sync.srv1111289.hstgr.cloud)",
      "id": "mem_obsidian_syncthing"
    },
    {
      "label": "claude-memory symlink in Obsidian vault \u2192 /root/.claude/projects/-var-www-360lm/memory/",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/obsidian.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 44,
      "community_name": "Community 44",
      "norm_label": "claude-memory symlink in obsidian vault \u2192 /root/.claude/projects/-var-www-360lm/memory/",
      "id": "mem_obsidian_claude_memory_symlink"
    },
    {
      "label": "OpenClaw Design Build Tracker (Virtual Executive vision)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/oc_dbt.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 44,
      "community_name": "Community 44",
      "norm_label": "openclaw design build tracker (virtual executive vision)",
      "id": "mem_oc_dbt_oc_design_build_tracker"
    },
    {
      "label": "OC Phase 0: Foundation (WhatsApp linked, 3-tier routing, NO_REPLY)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/oc_dbt.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 44,
      "community_name": "Community 44",
      "norm_label": "oc phase 0: foundation (whatsapp linked, 3-tier routing, no_reply)",
      "id": "mem_oc_dbt_oc_phase0"
    },
    {
      "label": "OC Phase 1: Contact Registry & Vault Setup",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/oc_dbt.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 44,
      "community_name": "Community 44",
      "norm_label": "oc phase 1: contact registry & vault setup",
      "id": "mem_oc_dbt_oc_phase1"
    },
    {
      "label": "OC Phase 2: Message Logging Plugin (JSONL + Obsidian daily notes)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/oc_dbt.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 44,
      "community_name": "Community 44",
      "norm_label": "oc phase 2: message logging plugin (jsonl + obsidian daily notes)",
      "id": "mem_oc_dbt_oc_phase2"
    },
    {
      "label": "OC Contact Picker PWA at /oc-admin/",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/oc_dbt.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 44,
      "community_name": "Community 44",
      "norm_label": "oc contact picker pwa at /oc-admin/",
      "id": "mem_oc_dbt_oc_contact_picker_pwa"
    },
    {
      "label": "OpenClaw service (openclaw-gateway.service, Node.js systemd, port 18789)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/openclaw.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 43,
      "community_name": "Community 43",
      "norm_label": "openclaw service (openclaw-gateway.service, node.js systemd, port 18789)",
      "id": "mem_openclaw_openclaw_service"
    },
    {
      "label": "OpenClaw config: /opt/openclaw/data/openclaw.json",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/openclaw.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 44,
      "community_name": "Community 44",
      "norm_label": "openclaw config: /opt/openclaw/data/openclaw.json",
      "id": "mem_openclaw_openclaw_config"
    },
    {
      "label": "OpenClaw WhatsApp linked number: +917973685934",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/openclaw.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 43,
      "community_name": "Community 43",
      "norm_label": "openclaw whatsapp linked number: +917973685934",
      "id": "mem_openclaw_openclaw_whatsapp"
    },
    {
      "label": "openclaw_ro DB role (SELECT-only on lm360)",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/openclaw.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 43,
      "community_name": "Community 43",
      "norm_label": "openclaw_ro db role (select-only on lm360)",
      "id": "mem_openclaw_openclaw_ro_role"
    },
    {
      "label": "OpenClaw backup: /usr/local/bin/openclaw-backup.sh (daily 4AM, 14-day retention)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/openclaw.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 304,
      "community_name": "Community 304",
      "norm_label": "openclaw backup: /usr/local/bin/openclaw-backup.sh (daily 4am, 14-day retention)",
      "id": "mem_openclaw_openclaw_backup"
    },
    {
      "label": "Anthropic API key shared by OpenClaw + Paperclip + 360lm-web",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/openclaw.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 43,
      "community_name": "Community 43",
      "norm_label": "anthropic api key shared by openclaw + paperclip + 360lm-web",
      "id": "mem_openclaw_anthropic_api_key"
    },
    {
      "label": "Person: Pramod Narang (CEO, system ID: pramod)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/org_people.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 239,
      "community_name": "Community 239",
      "norm_label": "person: pramod narang (ceo, system id: pramod)",
      "id": "mem_org_people_pramod_narang"
    },
    {
      "label": "Person: Harish Kumar Lal (Developer+Ops, system ID: harish/hkl)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/org_people.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 87,
      "community_name": "Community 87",
      "norm_label": "person: harish kumar lal (developer+ops, system id: harish/hkl)",
      "id": "mem_org_people_harish_kumar_lal"
    },
    {
      "label": "Person: Mukesh (Installation, PIN: 1111)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/org_people.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 307,
      "community_name": "Community 307",
      "norm_label": "person: mukesh (installation, pin: 1111)",
      "id": "mem_org_people_mukesh"
    },
    {
      "label": "Person: Sachin (Office Boy/Peon, PIN: 2222, NOT supervisor)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/org_people.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 309,
      "community_name": "Community 309",
      "norm_label": "person: sachin (office boy/peon, pin: 2222, not supervisor)",
      "id": "mem_org_people_sachin"
    },
    {
      "label": "Person: Umashankar (Installation, PIN: 3333)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/org_people.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 310,
      "community_name": "Community 310",
      "norm_label": "person: umashankar (installation, pin: 3333)",
      "id": "mem_org_people_umashankar"
    },
    {
      "label": "Person: Narender (Installation, PIN: 4444)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/org_people.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 308,
      "community_name": "Community 308",
      "norm_label": "person: narender (installation, pin: 4444)",
      "id": "mem_org_people_narender"
    },
    {
      "label": "Person: Shambhu (Finance & Field, PIN: 5555)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/org_people.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 241,
      "community_name": "Community 241",
      "norm_label": "person: shambhu (finance & field, pin: 5555)",
      "id": "mem_org_people_shambhu"
    },
    {
      "label": "Person: Rakesh (Designer & Installation Supervisor, PIN: 6666)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/org_people.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 240,
      "community_name": "Community 240",
      "norm_label": "person: rakesh (designer & installation supervisor, pin: 6666)",
      "id": "mem_org_people_rakesh"
    },
    {
      "label": "Person: Ashok (Designer, PIN: 7777)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/org_people.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 305,
      "community_name": "Community 305",
      "norm_label": "person: ashok (designer, pin: 7777)",
      "id": "mem_org_people_ashok"
    },
    {
      "label": "Person: Gurpreet (Admin and Store, PIN: 8888)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/org_people.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 306,
      "community_name": "Community 306",
      "norm_label": "person: gurpreet (admin and store, pin: 8888)",
      "id": "mem_org_people_gurpreet"
    },
    {
      "label": "Paperclip AI agent orchestration platform",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/paperclip.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 43,
      "community_name": "Community 43",
      "norm_label": "paperclip ai agent orchestration platform",
      "id": "mem_paperclip_paperclip_platform"
    },
    {
      "label": "paperclip DB (isolated from lm360, 80 tables)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/paperclip.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 43,
      "community_name": "Community 43",
      "norm_label": "paperclip db (isolated from lm360, 80 tables)",
      "id": "mem_paperclip_paperclip_db"
    },
    {
      "label": "Paperclip backup: /usr/local/bin/paperclip-backup.sh (daily 3AM, 14-day retention)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/paperclip.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 43,
      "community_name": "Community 43",
      "norm_label": "paperclip backup: /usr/local/bin/paperclip-backup.sh (daily 3am, 14-day retention)",
      "id": "mem_paperclip_paperclip_backup"
    },
    {
      "label": "Quirk: REVOKE ALL ON DATABASE lm360 does not block connection \u2014 must use REVOKE CONNECT",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/paperclip.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 43,
      "community_name": "Community 43",
      "norm_label": "quirk: revoke all on database lm360 does not block connection \u2014 must use revoke connect",
      "id": "mem_paperclip_paperclip_quirk_revoke"
    },
    {
      "label": "Parallel Session Coordination Board (live state)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/parallel_sessions.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 242,
      "community_name": "Community 242",
      "norm_label": "parallel session coordination board (live state)",
      "id": "mem_parallel_sessions_session_board"
    },
    {
      "label": "Conflict Zone Locks: CRON_JOBS, DBT, DB_EXPENSE_SHARED, DB_GRANTS, DB_MIGRATIONS, DOCKER_SHARED, MEMORY_MD, NGINX_SHARED, SYSTEMD_ENV, TRAEFIK",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/parallel_sessions.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 242,
      "community_name": "Community 242",
      "norm_label": "conflict zone locks: cron_jobs, dbt, db_expense_shared, db_grants, db_migrations, docker_shared, memory_md, nginx_shared, systemd_env, traefik",
      "id": "mem_parallel_sessions_conflict_zones"
    },
    {
      "label": "PARKED: Two-way sync of Claude memory .md to desktop via Syncthing + Filesystem MCP",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/plan_memory_sync.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 44,
      "community_name": "Community 44",
      "norm_label": "parked: two-way sync of claude memory .md to desktop via syncthing + filesystem mcp",
      "id": "mem_plan_memory_sync_memory_sync_plan"
    },
    {
      "label": "Filesystem MCP approach for Claude Desktop memory access",
      "file_type": "concept",
      "source_file": "/var/www/360lm/docs/memory/plan_memory_sync.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 44,
      "community_name": "Community 44",
      "norm_label": "filesystem mcp approach for claude desktop memory access",
      "id": "mem_plan_memory_sync_filesystem_mcp"
    },
    {
      "label": "360LM Multi-PWA Architecture (srv1111289.hstgr.cloud)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/project_arch.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 78,
      "community_name": "Community 78",
      "norm_label": "360lm multi-pwa architecture (srv1111289.hstgr.cloud)",
      "id": "mem_project_arch_360lm_architecture"
    },
    {
      "label": "PWA: expense (/expense/, full OCR\u2192approve flow)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/project_arch.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 78,
      "community_name": "Community 78",
      "norm_label": "pwa: expense (/expense/, full ocr\u2192approve flow)",
      "id": "mem_project_arch_pwa_expense"
    },
    {
      "label": "PWA: hub (/hub/, launchpad + KPI + DB-driven registry)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/project_arch.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 78,
      "community_name": "Community 78",
      "norm_label": "pwa: hub (/hub/, launchpad + kpi + db-driven registry)",
      "id": "mem_project_arch_pwa_hub"
    },
    {
      "label": "PWA: finance (/finance/, dashboard + cash desk + Tally)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/project_arch.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 78,
      "community_name": "Community 78",
      "norm_label": "pwa: finance (/finance/, dashboard + cash desk + tally)",
      "id": "mem_project_arch_pwa_finance"
    },
    {
      "label": "PWA: recce (/recce/, submissions + PostgREST + Slides)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/project_arch.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 78,
      "community_name": "Community 78",
      "norm_label": "pwa: recce (/recce/, submissions + postgrest + slides)",
      "id": "mem_project_arch_pwa_recce"
    },
    {
      "label": "PWA: hr (/hr/, profiles + OCR Aadhar/PAN + attendance + salary)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/project_arch.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 78,
      "community_name": "Community 78",
      "norm_label": "pwa: hr (/hr/, profiles + ocr aadhar/pan + attendance + salary)",
      "id": "mem_project_arch_pwa_hr"
    },
    {
      "label": "Primary DB: PostgreSQL 16 + PostgREST v12, DB: lm360",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/project_arch.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 43,
      "community_name": "Community 43",
      "norm_label": "primary db: postgresql 16 + postgrest v12, db: lm360",
      "id": "mem_project_arch_lm360_db"
    },
    {
      "label": "hub.pwa_registry + hub.employee_pwa_access (DB-driven PWA registry)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/project_arch.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 78,
      "community_name": "Community 78",
      "norm_label": "hub.pwa_registry + hub.employee_pwa_access (db-driven pwa registry)",
      "id": "mem_project_arch_hub_pwa_registry"
    },
    {
      "label": "Google Slides proxy (/slides-proxy/, port 8768, GAS script)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/project_arch.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 78,
      "community_name": "Community 78",
      "norm_label": "google slides proxy (/slides-proxy/, port 8768, gas script)",
      "id": "mem_project_arch_google_slides_proxy"
    },
    {
      "label": "Standing reminder: 9 finance accounts need confirmed Tally ledger names",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/reminder_tally_ledgers.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 94,
      "community_name": "Community 94",
      "norm_label": "standing reminder: 9 finance accounts need confirmed tally ledger names",
      "id": "mem_reminder_tally_ledgers_tally_ledger_reminder"
    },
    {
      "label": "OC Session State (2026-06-15): Mohali group disabled, API key billing issue",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/session_state_oc.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 43,
      "community_name": "Community 43",
      "norm_label": "oc session state (2026-06-15): mohali group disabled, api key billing issue",
      "id": "mem_session_state_oc_oc_session_state"
    },
    {
      "label": "Anthropic API key ran out of credits (shared key: OC + Paperclip + 360lm-web)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/session_state_oc.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 43,
      "community_name": "Community 43",
      "norm_label": "anthropic api key ran out of credits (shared key: oc + paperclip + 360lm-web)",
      "id": "mem_session_state_oc_billing_issue"
    },
    {
      "label": "PWA Session State (2026-06-15): Vehicle bilingual conversion complete (SW v27)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/session_state_pwa.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 243,
      "community_name": "Community 243",
      "norm_label": "pwa session state (2026-06-15): vehicle bilingual conversion complete (sw v27)",
      "id": "mem_session_state_pwa_pwa_session_state"
    },
    {
      "label": "Vehicle PWA bilingual EN/HI conversion: ~260 i18n keys, SW v27, 18/18 tests pass",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/session_state_pwa.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 243,
      "community_name": "Community 243",
      "norm_label": "vehicle pwa bilingual en/hi conversion: ~260 i18n keys, sw v27, 18/18 tests pass",
      "id": "mem_session_state_pwa_vehicle_bilingual"
    },
    {
      "label": "VCC Pre-Build Safety Checklist (rules A\u2013O)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/vcc_checklist.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 18,
      "community_name": "Community 18",
      "norm_label": "vcc pre-build safety checklist (rules a\u2013o)",
      "id": "mem_vcc_checklist_vcc_checklist"
    },
    {
      "label": "VCC Rule A: PostgREST RPC response shape verification (verify_pin returns array)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/vcc_checklist.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 18,
      "community_name": "Community 18",
      "norm_label": "vcc rule a: postgrest rpc response shape verification (verify_pin returns array)",
      "id": "mem_vcc_checklist_rule_a"
    },
    {
      "label": "VCC Rule B: Migration SQL applied before dependent code; verify grants via web_anon",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/vcc_checklist.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 18,
      "community_name": "Community 18",
      "norm_label": "vcc rule b: migration sql applied before dependent code; verify grants via web_anon",
      "id": "mem_vcc_checklist_rule_b"
    },
    {
      "label": "VCC Rule E: SW cache version bump \u2014 update sw.js AND Playwright spec",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/vcc_checklist.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 18,
      "community_name": "Community 18",
      "norm_label": "vcc rule e: sw cache version bump \u2014 update sw.js and playwright spec",
      "id": "mem_vcc_checklist_rule_e"
    },
    {
      "label": "VCC Rule K: Cross-PWA safety \u2014 ask user before touching shared infra",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/vcc_checklist.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 18,
      "community_name": "Community 18",
      "norm_label": "vcc rule k: cross-pwa safety \u2014 ask user before touching shared infra",
      "id": "mem_vcc_checklist_rule_k"
    },
    {
      "label": "VCC Rule L: Timezone \u2014 always display IST (Asia/Kolkata) for timestamps",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/vcc_checklist.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 18,
      "community_name": "Community 18",
      "norm_label": "vcc rule l: timezone \u2014 always display ist (asia/kolkata) for timestamps",
      "id": "mem_vcc_checklist_rule_l"
    },
    {
      "label": "VCC Bug Class Library (13 classes + UX decisions)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 18,
      "community_name": "Community 18",
      "norm_label": "vcc bug class library (13 classes + ux decisions)",
      "id": "mem_vcc_library_vcc_library"
    },
    {
      "label": "Bug Class 1: API Contract Assumption (verify_pin shape mismatch)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 18,
      "community_name": "Community 18",
      "norm_label": "bug class 1: api contract assumption (verify_pin shape mismatch)",
      "id": "mem_vcc_library_class1_api_contract"
    },
    {
      "label": "Bug Class 2: Deploy-Order Dependency (code before migration)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 18,
      "community_name": "Community 18",
      "norm_label": "bug class 2: deploy-order dependency (code before migration)",
      "id": "mem_vcc_library_class2_deploy_order"
    },
    {
      "label": "Bug Class 3: String Serialization Mismatch (timestamp +00:00 vs .000Z)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 18,
      "community_name": "Community 18",
      "norm_label": "bug class 3: string serialization mismatch (timestamp +00:00 vs .000z)",
      "id": "mem_vcc_library_class3_string_mismatch"
    },
    {
      "label": "Bug Class 4: Denormalized Column Sync Miss (start_time vs trip_date)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 18,
      "community_name": "Community 18",
      "norm_label": "bug class 4: denormalized column sync miss (start_time vs trip_date)",
      "id": "mem_vcc_library_class4_denormalized_sync"
    },
    {
      "label": "Bug Class 5: DOM Element ID Assumption (JS calls $(id) on removed element)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 18,
      "community_name": "Community 18",
      "norm_label": "bug class 5: dom element id assumption (js calls $(id) on removed element)",
      "id": "mem_vcc_library_class5_dom_id"
    },
    {
      "label": "Bug Class 6: CSS Default-State Assumption (no display:none in HTML)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 18,
      "community_name": "Community 18",
      "norm_label": "bug class 6: css default-state assumption (no display:none in html)",
      "id": "mem_vcc_library_class6_css_default"
    },
    {
      "label": "Bug Class 7: Silent HTTP Failure Swallowing (missing resp.ok guard)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 18,
      "community_name": "Community 18",
      "norm_label": "bug class 7: silent http failure swallowing (missing resp.ok guard)",
      "id": "mem_vcc_library_class7_silent_http"
    },
    {
      "label": "Bug Class 8: Schema/Column Name Assumption (wrong PK name \u2192 silent zero)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 18,
      "community_name": "Community 18",
      "norm_label": "bug class 8: schema/column name assumption (wrong pk name \u2192 silent zero)",
      "id": "mem_vcc_library_class8_schema_column"
    },
    {
      "label": "Bug Class 9: Coupled-State SW Version (sw.js vs Playwright spec out of sync)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 18,
      "community_name": "Community 18",
      "norm_label": "bug class 9: coupled-state sw version (sw.js vs playwright spec out of sync)",
      "id": "mem_vcc_library_class9_sw_version"
    },
    {
      "label": "Bug Class 10: Test Data/Form Flow Mismatch (Playwright spec assumes specific form state)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 18,
      "community_name": "Community 18",
      "norm_label": "bug class 10: test data/form flow mismatch (playwright spec assumes specific form state)",
      "id": "mem_vcc_library_class10_test_data"
    },
    {
      "label": "Bug Class 11: Source-of-Truth Migration (static JSON replaced by DB, fallback not updated)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 18,
      "community_name": "Community 18",
      "norm_label": "bug class 11: source-of-truth migration (static json replaced by db, fallback not updated)",
      "id": "mem_vcc_library_class11_sot_migration"
    },
    {
      "label": "Bug Class 12: OC Auth/JID Assumption (stale token or wrong JID format)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 18,
      "community_name": "Community 18",
      "norm_label": "bug class 12: oc auth/jid assumption (stale token or wrong jid format)",
      "id": "mem_vcc_library_class12_oc_auth"
    },
    {
      "label": "Bug Class 13: MCP/External API Silent Null (Gmail MCP returns null instead of throwing)",
      "file_type": "rationale",
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 18,
      "community_name": "Community 18",
      "norm_label": "bug class 13: mcp/external api silent null (gmail mcp returns null instead of throwing)",
      "id": "mem_vcc_library_class13_mcp_null"
    },
    {
      "label": "Vehicle PWA DB Archive (pre-2026-06-15 snapshot)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/vehicle_db_archive_2026-06-15.md",
      "source_location": null,
      "source_url": null,
      "captured_at": "2026-06-15",
      "author": null,
      "contributor": null,
      "community": 219,
      "community_name": "Community 219",
      "norm_label": "vehicle pwa db archive (pre-2026-06-15 snapshot)",
      "id": "mem_vehicle_db_archive_vehicle_db"
    },
    {
      "label": "Vehicle: HR10X 8555 (Maruti Eeco, CNG+Petrol, odo: 116126)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/vehicle_db_archive_2026-06-15.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 219,
      "community_name": "Community 219",
      "norm_label": "vehicle: hr10x 8555 (maruti eeco, cng+petrol, odo: 116126)",
      "id": "mem_vehicle_db_archive_vehicle_hr10x8555"
    },
    {
      "label": "Hired vehicle: CH01TB 2791 (owner: Ashok, driver: Ashok, diesel, 1400/day)",
      "file_type": "document",
      "source_file": "/var/www/360lm/docs/memory/vehicle_db_archive_2026-06-15.md",
      "source_location": null,
      "source_url": null,
      "captured_at": null,
      "author": null,
      "contributor": null,
      "community": 219,
      "community_name": "Community 219",
      "norm_label": "hired vehicle: ch01tb 2791 (owner: ashok, driver: ashok, diesel, 1400/day)",
      "id": "mem_vehicle_db_archive_hired_vehicle_ch01tb2791"
    }
  ],
  "links": [
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser",
      "target": "helpers_excel_parser_clean_phone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser",
      "target": "helpers_excel_parser_detect_column_roles"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser",
      "target": "helpers_excel_parser_detect_header_row"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser",
      "target": "helpers_excel_parser_extract_filename_hints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L161",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser",
      "target": "helpers_excel_parser_extract_pincode_from_text"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser",
      "target": "helpers_excel_parser_get_cell_value"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L258",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser",
      "target": "helpers_excel_parser_main"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L169",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser",
      "target": "helpers_excel_parser_parse_sheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser",
      "target": "helpers_excel_parser_unmerge_values"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser_main",
      "target": "helpers_excel_parser_unmerge_values"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser_rationale_54",
      "target": "helpers_excel_parser_unmerge_values"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser_detect_header_row",
      "target": "helpers_excel_parser_get_cell_value"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser_get_cell_value",
      "target": "helpers_excel_parser_parse_sheet"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser_detect_header_row",
      "target": "helpers_excel_parser_parse_sheet"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser_detect_header_row",
      "target": "helpers_excel_parser_rationale_72"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser_detect_column_roles",
      "target": "helpers_excel_parser_parse_sheet"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L107",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser_detect_column_roles",
      "target": "helpers_excel_parser_rationale_107"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser_extract_filename_hints",
      "target": "helpers_excel_parser_main"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser_extract_filename_hints",
      "target": "helpers_excel_parser_rationale_128"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser_clean_phone",
      "target": "helpers_excel_parser_parse_sheet"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser_clean_phone",
      "target": "helpers_excel_parser_rationale_149"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L226",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser_extract_pincode_from_text",
      "target": "helpers_excel_parser_parse_sheet"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser_extract_pincode_from_text",
      "target": "helpers_excel_parser_rationale_162"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/excel_parser.py",
      "source_location": "L292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_excel_parser_main",
      "target": "helpers_excel_parser_parse_sheet"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/pincode_lookup.py",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_pincode_lookup",
      "target": "helpers_pincode_lookup_extract_city_hints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/pincode_lookup.py",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_pincode_lookup",
      "target": "helpers_pincode_lookup_extract_pincode_from_text"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/pincode_lookup.py",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_pincode_lookup",
      "target": "helpers_pincode_lookup_extract_state_from_text"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/pincode_lookup.py",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_pincode_lookup_extract_city_hints",
      "target": "helpers_pincode_lookup_extract_pincode_from_text"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/pincode_lookup.py",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_pincode_lookup_extract_pincode_from_text",
      "target": "helpers_pincode_lookup_rationale_22"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/pincode_lookup.py",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_pincode_lookup_extract_city_hints",
      "target": "helpers_pincode_lookup_extract_state_from_text"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/pincode_lookup.py",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_pincode_lookup_extract_state_from_text",
      "target": "helpers_pincode_lookup_rationale_50"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "source_file": ".claude/helpers/pincode_lookup.py",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "helpers_pincode_lookup_extract_city_hints",
      "target": "helpers_pincode_lookup_rationale_61"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/prebuild_check.sh",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "claude_prebuild_check",
      "target": "var_www_360lm_claude_prebuild_check_sh__entry"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "activity/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "activity_manifest",
      "target": "activity_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "activity/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "activity_manifest",
      "target": "activity_manifest_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "activity/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "activity_manifest",
      "target": "activity_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "activity/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "activity_manifest",
      "target": "activity_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "activity/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "activity_manifest",
      "target": "activity_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "activity/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "activity_manifest",
      "target": "activity_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "activity/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "activity_manifest",
      "target": "activity_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "activity/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "activity_manifest",
      "target": "activity_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "activity/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "activity_manifest",
      "target": "activity_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "activity/sw.js",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "activity_sw",
      "target": "activity_sw_shell"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "admin/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_manifest",
      "target": "admin_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "admin/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_manifest",
      "target": "admin_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "admin/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_manifest",
      "target": "admin_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "admin/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_manifest",
      "target": "admin_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "admin/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_manifest",
      "target": "admin_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "admin/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_manifest",
      "target": "admin_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "admin/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_manifest",
      "target": "admin_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "admin/sw.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_sw",
      "target": "admin_sw_assets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "client/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_manifest",
      "target": "client_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "client/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_manifest",
      "target": "client_manifest_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "client/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_manifest",
      "target": "client_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "client/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_manifest",
      "target": "client_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "client/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_manifest",
      "target": "client_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "client/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_manifest",
      "target": "client_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "client/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_manifest",
      "target": "client_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "client/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_manifest",
      "target": "client_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "client/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_manifest",
      "target": "client_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "client/sw.js",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_sw",
      "target": "client_sw_shell"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "contacts/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "contacts_manifest",
      "target": "contacts_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "contacts/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "contacts_manifest",
      "target": "contacts_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "contacts/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "contacts_manifest",
      "target": "contacts_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "contacts/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "contacts_manifest",
      "target": "contacts_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "contacts/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "contacts_manifest",
      "target": "contacts_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "contacts/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "contacts_manifest",
      "target": "contacts_manifest_scope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "contacts/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "contacts_manifest",
      "target": "contacts_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "contacts/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "contacts_manifest",
      "target": "contacts_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "contacts/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "contacts_manifest",
      "target": "contacts_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "contacts/sw.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "contacts_sw",
      "target": "contacts_sw_shell"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_manifest",
      "target": "counters_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_manifest",
      "target": "counters_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_manifest",
      "target": "counters_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_manifest",
      "target": "counters_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_manifest",
      "target": "counters_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_manifest",
      "target": "counters_manifest_scope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_manifest",
      "target": "counters_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_manifest",
      "target": "counters_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_manifest",
      "target": "counters_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "expense/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "expense_manifest",
      "target": "expense_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "expense/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "expense_manifest",
      "target": "expense_manifest_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "expense/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "expense_manifest",
      "target": "expense_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "expense/manifest.json",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "expense_manifest",
      "target": "expense_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "expense/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "expense_manifest",
      "target": "expense_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "expense/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "expense_manifest",
      "target": "expense_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "expense/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "expense_manifest",
      "target": "expense_manifest_scope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "expense/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "expense_manifest",
      "target": "expense_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "expense/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "expense_manifest",
      "target": "expense_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "expense/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "expense_manifest",
      "target": "expense_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "expense/sw.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "expense_sw",
      "target": "expense_sw_assets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "expense/sw.js",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "expense_sw",
      "target": "expense_sw_opendb"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_manifest",
      "target": "finance_v1_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_manifest",
      "target": "finance_v1_manifest_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_manifest",
      "target": "finance_v1_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/manifest.json",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_manifest",
      "target": "finance_v1_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_manifest",
      "target": "finance_v1_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_manifest",
      "target": "finance_v1_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_manifest",
      "target": "finance_v1_manifest_scope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_manifest",
      "target": "finance_v1_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_manifest",
      "target": "finance_v1_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_manifest",
      "target": "finance_v1_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/sw.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_sw",
      "target": "finance_v1_sw_assets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/credit-card/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "credit_card_manifest",
      "target": "credit_card_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/credit-card/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "credit_card_manifest",
      "target": "credit_card_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/credit-card/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "credit_card_manifest",
      "target": "credit_card_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/credit-card/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "credit_card_manifest",
      "target": "credit_card_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/credit-card/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "credit_card_manifest",
      "target": "credit_card_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/credit-card/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "credit_card_manifest",
      "target": "credit_card_manifest_scope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/credit-card/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "credit_card_manifest",
      "target": "credit_card_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/credit-card/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "credit_card_manifest",
      "target": "credit_card_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/credit-card/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "credit_card_manifest",
      "target": "credit_card_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "custodian_manifest",
      "target": "custodian_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "custodian_manifest",
      "target": "custodian_manifest_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "custodian_manifest",
      "target": "custodian_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/manifest.json",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "custodian_manifest",
      "target": "custodian_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "custodian_manifest",
      "target": "custodian_manifest_lang"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "custodian_manifest",
      "target": "custodian_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "custodian_manifest",
      "target": "custodian_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "custodian_manifest",
      "target": "custodian_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "custodian_manifest",
      "target": "custodian_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "custodian_manifest",
      "target": "custodian_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial",
      "target": "production_build_tutorial_build_app_card"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial",
      "target": "production_build_tutorial_build_clip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L245",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial",
      "target": "production_build_tutorial_build_lang"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial",
      "target": "production_build_tutorial_build_title_card"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial",
      "target": "production_build_tutorial_concat_mp4s"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial",
      "target": "production_build_tutorial_main"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial",
      "target": "production_build_tutorial_probe_duration"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial",
      "target": "production_build_tutorial_rationale_135"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial",
      "target": "production_build_tutorial_run"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial_build_app_card",
      "target": "production_build_tutorial_run"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial_build_clip",
      "target": "production_build_tutorial_run"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial_build_title_card",
      "target": "production_build_tutorial_run"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial_concat_mp4s",
      "target": "production_build_tutorial_run"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial_probe_duration",
      "target": "production_build_tutorial_run"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L180",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial_build_app_card",
      "target": "production_build_tutorial_probe_duration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial_build_clip",
      "target": "production_build_tutorial_probe_duration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial_build_lang",
      "target": "production_build_tutorial_probe_duration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial_build_title_card",
      "target": "production_build_tutorial_probe_duration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L377",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial_main",
      "target": "production_build_tutorial_probe_duration"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L302",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial_build_clip",
      "target": "production_build_tutorial_build_lang"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial_build_clip",
      "target": "production_build_tutorial_rationale_70"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L306",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial_build_lang",
      "target": "production_build_tutorial_build_title_card"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L128",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial_build_title_card",
      "target": "production_build_tutorial_rationale_128"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial_build_app_card",
      "target": "production_build_tutorial_build_lang"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L177",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial_build_app_card",
      "target": "production_build_tutorial_rationale_177"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L346",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial_build_lang",
      "target": "production_build_tutorial_concat_mp4s"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L218",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial_concat_mp4s",
      "target": "production_build_tutorial_rationale_218"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L371",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial_build_lang",
      "target": "production_build_tutorial_main"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/build_tutorial.py",
      "source_location": "L246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_build_tutorial_build_lang",
      "target": "production_build_tutorial_rationale_246"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/generate_tts.py",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_generate_tts",
      "target": "production_generate_tts_fmt_srt_time"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/generate_tts.py",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_generate_tts",
      "target": "production_generate_tts_generate_segment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/generate_tts.py",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_generate_tts",
      "target": "production_generate_tts_main"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/generate_tts.py",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_generate_tts_fmt_srt_time",
      "target": "production_generate_tts_generate_segment"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/generate_tts.py",
      "source_location": "L123",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_generate_tts_generate_segment",
      "target": "production_generate_tts_main"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "source_file": "finance/custodian/tutorial/production/generate_tts.py",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_generate_tts_generate_segment",
      "target": "production_generate_tts_rationale_32"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_manifest",
      "target": "finance_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_manifest",
      "target": "finance_manifest_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_manifest",
      "target": "finance_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_manifest",
      "target": "finance_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_manifest",
      "target": "finance_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_manifest",
      "target": "finance_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_manifest",
      "target": "finance_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_manifest",
      "target": "finance_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_manifest",
      "target": "finance_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/upi/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "upi_manifest",
      "target": "upi_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/upi/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "upi_manifest",
      "target": "upi_manifest_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/upi/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "upi_manifest",
      "target": "upi_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/upi/manifest.json",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "upi_manifest",
      "target": "upi_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/upi/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "upi_manifest",
      "target": "upi_manifest_lang"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/upi/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "upi_manifest",
      "target": "upi_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/upi/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "upi_manifest",
      "target": "upi_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/upi/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "upi_manifest",
      "target": "upi_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/upi/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "upi_manifest",
      "target": "upi_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/upi/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "upi_manifest",
      "target": "upi_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/vendors/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vendors_manifest",
      "target": "vendors_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/vendors/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vendors_manifest",
      "target": "vendors_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/vendors/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vendors_manifest",
      "target": "vendors_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/vendors/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vendors_manifest",
      "target": "vendors_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/vendors/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vendors_manifest",
      "target": "vendors_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/vendors/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vendors_manifest",
      "target": "vendors_manifest_scope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/vendors/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vendors_manifest",
      "target": "vendors_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/vendors/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vendors_manifest",
      "target": "vendors_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance/vendors/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vendors_manifest",
      "target": "vendors_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "get-gemini-key.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "get_gemini_key",
      "target": "get_gemini_key_ask"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "get-gemini-key.js",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "get_gemini_key",
      "target": "get_gemini_key_chromium"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "get-gemini-key.js",
      "source_location": "L205",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "get_gemini_key",
      "target": "get_gemini_key_cleanup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "get-gemini-key.js",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "get_gemini_key",
      "target": "get_gemini_key_readline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "get-gemini-key.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "get_gemini_key",
      "target": "get_gemini_key_rl"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hr/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hr_manifest",
      "target": "hr_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hr/manifest.json",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hr_manifest",
      "target": "hr_manifest_categories"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hr/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hr_manifest",
      "target": "hr_manifest_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hr/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hr_manifest",
      "target": "hr_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hr/manifest.json",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hr_manifest",
      "target": "hr_manifest_display_override"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hr/manifest.json",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hr_manifest",
      "target": "hr_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hr/manifest.json",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hr_manifest",
      "target": "hr_manifest_lang"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hr/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hr_manifest",
      "target": "hr_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hr/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hr_manifest",
      "target": "hr_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hr/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hr_manifest",
      "target": "hr_manifest_scope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hr/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hr_manifest",
      "target": "hr_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hr/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hr_manifest",
      "target": "hr_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hr/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hr_manifest",
      "target": "hr_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hr/sw.js",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hr_sw",
      "target": "hr_sw_precache_urls"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hub/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hub_manifest",
      "target": "hub_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hub/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hub_manifest",
      "target": "hub_manifest_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hub/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hub_manifest",
      "target": "hub_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hub/manifest.json",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hub_manifest",
      "target": "hub_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hub/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hub_manifest",
      "target": "hub_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hub/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hub_manifest",
      "target": "hub_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hub/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hub_manifest",
      "target": "hub_manifest_scope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hub/manifest.json",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hub_manifest",
      "target": "hub_manifest_share_target"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hub/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hub_manifest",
      "target": "hub_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hub/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hub_manifest",
      "target": "hub_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hub/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hub_manifest",
      "target": "hub_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hub/manifest.json",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hub_manifest_share_target",
      "target": "hub_manifest_share_target_action"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hub/manifest.json",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hub_manifest_share_target",
      "target": "hub_manifest_share_target_enctype"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hub/manifest.json",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hub_manifest_share_target",
      "target": "hub_manifest_share_target_method"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hub/manifest.json",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hub_manifest_share_target",
      "target": "hub_manifest_share_target_params"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hub/manifest.json",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hub_manifest_share_target_params",
      "target": "hub_manifest_params_files"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hub/manifest.json",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hub_manifest_share_target_params",
      "target": "hub_manifest_params_text"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hub/manifest.json",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hub_manifest_share_target_params",
      "target": "hub_manifest_params_title"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hub/manifest.json",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hub_manifest_share_target_params",
      "target": "hub_manifest_params_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hub/sw.js",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hub_sw",
      "target": "hub_sw_opensharedb"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "hub/sw.js",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "hub_sw",
      "target": "hub_sw_shell"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "v1_0_0_manifest",
      "target": "v1_0_0_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "v1_0_0_manifest",
      "target": "v1_0_0_manifest_categories"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "v1_0_0_manifest",
      "target": "v1_0_0_manifest_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "v1_0_0_manifest",
      "target": "v1_0_0_manifest_dir"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "v1_0_0_manifest",
      "target": "v1_0_0_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "v1_0_0_manifest",
      "target": "v1_0_0_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "v1_0_0_manifest",
      "target": "v1_0_0_manifest_lang"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "v1_0_0_manifest",
      "target": "v1_0_0_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "v1_0_0_manifest",
      "target": "v1_0_0_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "v1_0_0_manifest",
      "target": "v1_0_0_manifest_prefer_related_applications"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "v1_0_0_manifest",
      "target": "v1_0_0_manifest_scope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "v1_0_0_manifest",
      "target": "v1_0_0_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "v1_0_0_manifest",
      "target": "v1_0_0_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "installation/releases/v1.0.0/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "v1_0_0_manifest",
      "target": "v1_0_0_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "installation/releases/v1.0.0/service-worker.js",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "v1_0_0_service_worker",
      "target": "v1_0_0_service_worker_core_assets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "learn/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "learn_manifest",
      "target": "learn_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "learn/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "learn_manifest",
      "target": "learn_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "learn/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "learn_manifest",
      "target": "learn_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "learn/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "learn_manifest",
      "target": "learn_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "learn/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "learn_manifest",
      "target": "learn_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "learn/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "learn_manifest",
      "target": "learn_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "learn/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "learn_manifest",
      "target": "learn_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "learn/sw.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "learn_sw",
      "target": "learn_sw_static"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "mother/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "mother_manifest",
      "target": "mother_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "mother/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "mother_manifest",
      "target": "mother_manifest_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "mother/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "mother_manifest",
      "target": "mother_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "mother/manifest.json",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "mother_manifest",
      "target": "mother_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "mother/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "mother_manifest",
      "target": "mother_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "mother/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "mother_manifest",
      "target": "mother_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "mother/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "mother_manifest",
      "target": "mother_manifest_scope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "mother/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "mother_manifest",
      "target": "mother_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "mother/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "mother_manifest",
      "target": "mother_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "mother/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "mother_manifest",
      "target": "mother_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "mother/sw.js",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "mother_sw",
      "target": "mother_sw_shell"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "oc-admin/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "oc_admin_manifest",
      "target": "oc_admin_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "oc-admin/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "oc_admin_manifest",
      "target": "oc_admin_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "oc-admin/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "oc_admin_manifest",
      "target": "oc_admin_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "oc-admin/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "oc_admin_manifest",
      "target": "oc_admin_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "oc-admin/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "oc_admin_manifest",
      "target": "oc_admin_manifest_scope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "oc-admin/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "oc_admin_manifest",
      "target": "oc_admin_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "oc-admin/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "oc_admin_manifest",
      "target": "oc_admin_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "oc-admin/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "oc_admin_manifest",
      "target": "oc_admin_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_author"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_bugs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_devdependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_homepage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_keywords"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_license"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_main"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_repository"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_scripts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package",
      "target": "package_version"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_test"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_test_all"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_test_pwa"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_scripts",
      "target": "package_scripts_test_smoke"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_repository",
      "target": "package_repository_type"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_repository",
      "target": "package_repository_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_bugs",
      "target": "package_bugs_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "package.json",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "package_devdependencies",
      "target": "package_devdependencies_playwright_test"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "playwright.config.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "playwright_config",
      "target": "playwright_config_defineconfig_devices"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "printing/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "printing_manifest",
      "target": "printing_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "printing/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "printing_manifest",
      "target": "printing_manifest_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "printing/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "printing_manifest",
      "target": "printing_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "printing/manifest.json",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "printing_manifest",
      "target": "printing_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "printing/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "printing_manifest",
      "target": "printing_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "printing/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "printing_manifest",
      "target": "printing_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "printing/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "printing_manifest",
      "target": "printing_manifest_scope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "printing/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "printing_manifest",
      "target": "printing_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "printing/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "printing_manifest",
      "target": "printing_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "printing/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "printing_manifest",
      "target": "printing_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "printing/sw.js",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "printing_sw",
      "target": "printing_sw_shell"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "production/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_manifest",
      "target": "production_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "production/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_manifest",
      "target": "production_manifest_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "production/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_manifest",
      "target": "production_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "production/manifest.json",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_manifest",
      "target": "production_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "production/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_manifest",
      "target": "production_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "production/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_manifest",
      "target": "production_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "production/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_manifest",
      "target": "production_manifest_scope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "production/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_manifest",
      "target": "production_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "production/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_manifest",
      "target": "production_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "production/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_manifest",
      "target": "production_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "production/sw.js",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "production_sw",
      "target": "production_sw_shell"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_manifest",
      "target": "recce_client_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_manifest",
      "target": "recce_client_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_manifest",
      "target": "recce_client_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_manifest",
      "target": "recce_client_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_manifest",
      "target": "recce_client_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_manifest",
      "target": "recce_client_manifest_scope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_manifest",
      "target": "recce_client_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_manifest",
      "target": "recce_client_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_manifest",
      "target": "recce_client_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_manifest",
      "target": "recce_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce/manifest.json",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_manifest",
      "target": "recce_manifest_categories"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_manifest",
      "target": "recce_manifest_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_manifest",
      "target": "recce_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_manifest",
      "target": "recce_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce/manifest.json",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_manifest",
      "target": "recce_manifest_lang"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_manifest",
      "target": "recce_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_manifest",
      "target": "recce_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_manifest",
      "target": "recce_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_manifest",
      "target": "recce_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_manifest",
      "target": "recce_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_manifest",
      "target": "customers_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_manifest",
      "target": "customers_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_manifest",
      "target": "customers_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_manifest",
      "target": "customers_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_manifest",
      "target": "customers_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_manifest",
      "target": "customers_manifest_scope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_manifest",
      "target": "customers_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_manifest",
      "target": "customers_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_manifest",
      "target": "customers_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_a"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_ae"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_an"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_at"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_be"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_bn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_bt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_c"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_cn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_ct"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_dn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_dt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_e"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_ee"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_en"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_er"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_et"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_f"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_fe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_ft"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_g"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_gn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_gt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_h"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_hn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_ht"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_i"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_ie"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_it"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_j"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_je"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_jn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_jt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_k"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_kn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_kt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_l"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_le"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_ln"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_lt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_m"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_me"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_mn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_mt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_n"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_ne"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_nt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_o"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_oe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_on"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_ot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_p"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_pn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_qe"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_qn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_qt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_r"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_re"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_rn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_rt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_sn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_st"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_t"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_te"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_tt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_u"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_ue"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_un"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_ut"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_v"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_ve"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_vn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_vt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_w"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_we"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_wn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_wt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_xn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_xt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_y"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_yn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_yt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_z"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_ze"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_zn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min",
      "target": "sales_dexie_min_zt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L8",
      "weight": 1.0,
      "source": "sales_dexie_min",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_a",
      "target": "sales_dexie_min_i"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_hn",
      "target": "sales_dexie_min_i"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_i",
      "target": "sales_dexie_min_t"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_i",
      "target": "sales_dexie_min_tt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_i",
      "target": "sales_dexie_min_yt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L8",
      "weight": 1.0,
      "source": "sales_dexie_min_i",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_c",
      "target": "sales_dexie_min_u"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_cn",
      "target": "sales_dexie_min_u"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_ct",
      "target": "sales_dexie_min_u"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_g",
      "target": "sales_dexie_min_u"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_h",
      "target": "sales_dexie_min_u"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_je",
      "target": "sales_dexie_min_u"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_oe",
      "target": "sales_dexie_min_u"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_ot",
      "target": "sales_dexie_min_u"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_qn",
      "target": "sales_dexie_min_u"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_t",
      "target": "sales_dexie_min_u"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_u",
      "target": "sales_dexie_min_o"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_u",
      "target": "sales_dexie_min_z"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_a",
      "target": "sales_dexie_min_m"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_bn",
      "target": "sales_dexie_min_m"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_bt",
      "target": "sales_dexie_min_m"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_c",
      "target": "sales_dexie_min_m"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_e",
      "target": "sales_dexie_min_m"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_k",
      "target": "sales_dexie_min_m"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_m",
      "target": "sales_dexie_min_p"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L13",
      "weight": 1.0,
      "source": "sales_dexie_min_m",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_bn",
      "target": "sales_dexie_min_r"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_e",
      "target": "sales_dexie_min_r"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_jt",
      "target": "sales_dexie_min_r"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_n",
      "target": "sales_dexie_min_r"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_o",
      "target": "sales_dexie_min_r"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_r",
      "target": "sales_dexie_min_c"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_r",
      "target": "sales_dexie_min_tt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_r",
      "target": "sales_dexie_min_w"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_r",
      "target": "sales_dexie_min_we"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L9",
      "weight": 1.0,
      "source": "sales_dexie_min_r",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_be",
      "target": "sales_dexie_min_c"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_c",
      "target": "sales_dexie_min_a"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_c",
      "target": "sales_dexie_min_cn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_c",
      "target": "sales_dexie_min_g"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_c",
      "target": "sales_dexie_min_hn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_c",
      "target": "sales_dexie_min_o"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_c",
      "target": "sales_dexie_min_vn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_c",
      "target": "sales_dexie_min_yt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_bt",
      "target": "sales_dexie_min_o"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_cn",
      "target": "sales_dexie_min_o"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_o",
      "target": "sales_dexie_min_dn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_o",
      "target": "sales_dexie_min_st"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_o",
      "target": "sales_dexie_min_tt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_be",
      "target": "sales_dexie_min_f"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_f",
      "target": "sales_dexie_min_h"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_f",
      "target": "sales_dexie_min_l"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_f",
      "target": "sales_dexie_min_vn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_en",
      "target": "sales_dexie_min_y"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_g",
      "target": "sales_dexie_min_y"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_h",
      "target": "sales_dexie_min_y"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_kn",
      "target": "sales_dexie_min_y"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_bn",
      "target": "sales_dexie_min_p"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_hn",
      "target": "sales_dexie_min_p"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_p",
      "target": "sales_dexie_min_t"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_e",
      "target": "sales_dexie_min_v"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_un",
      "target": "sales_dexie_min_w"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_cn",
      "target": "sales_dexie_min_k"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_a",
      "target": "sales_dexie_min_e"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_an",
      "target": "sales_dexie_min_e"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_cn",
      "target": "sales_dexie_min_e"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_e",
      "target": "sales_dexie_min_at"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_e",
      "target": "sales_dexie_min_fe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_e",
      "target": "sales_dexie_min_hn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_e",
      "target": "sales_dexie_min_je"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_e",
      "target": "sales_dexie_min_jt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_e",
      "target": "sales_dexie_min_me"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_e",
      "target": "sales_dexie_min_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_e",
      "target": "sales_dexie_min_re"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_e",
      "target": "sales_dexie_min_sn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_e",
      "target": "sales_dexie_min_un"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_e",
      "target": "sales_dexie_min_we"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_e",
      "target": "sales_dexie_min_ze"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L21",
      "weight": 1.0,
      "source": "sales_dexie_min_e",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_a",
      "target": "sales_dexie_min_bn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_a",
      "target": "sales_dexie_min_bt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_a",
      "target": "sales_dexie_min_et"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_a",
      "target": "sales_dexie_min_g"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_a",
      "target": "sales_dexie_min_h"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_a",
      "target": "sales_dexie_min_rn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_a",
      "target": "sales_dexie_min_tt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_a",
      "target": "sales_dexie_min_vn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L9",
      "weight": 1.0,
      "source": "sales_dexie_min_a",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_bn",
      "target": "sales_dexie_min_j"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_ft",
      "target": "sales_dexie_min_j"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_be",
      "target": "sales_dexie_min_t"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_cn",
      "target": "sales_dexie_min_t"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_hn",
      "target": "sales_dexie_min_t"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_it",
      "target": "sales_dexie_min_t"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_je",
      "target": "sales_dexie_min_t"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_jt",
      "target": "sales_dexie_min_t"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_n",
      "target": "sales_dexie_min_t"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_pn",
      "target": "sales_dexie_min_t"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_t",
      "target": "sales_dexie_min_te"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_t",
      "target": "sales_dexie_min_tt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_t",
      "target": "sales_dexie_min_yt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L10",
      "weight": 1.0,
      "source": "sales_dexie_min_t",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_l",
      "target": "sales_dexie_min_dn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_l",
      "target": "sales_dexie_min_g"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_l",
      "target": "sales_dexie_min_n"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_l",
      "target": "sales_dexie_min_yt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_g",
      "target": "sales_dexie_min_h"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_g",
      "target": "sales_dexie_min_hn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_g",
      "target": "sales_dexie_min_pn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_g",
      "target": "sales_dexie_min_wn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L11",
      "weight": 1.0,
      "source": "sales_dexie_min_g",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_h",
      "target": "sales_dexie_min_at"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_h",
      "target": "sales_dexie_min_n"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_h",
      "target": "sales_dexie_min_rt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L8",
      "weight": 1.0,
      "source": "sales_dexie_min_h",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_be",
      "target": "sales_dexie_min_te"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_je",
      "target": "sales_dexie_min_te"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_te",
      "target": "sales_dexie_min_le"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_te",
      "target": "sales_dexie_min_re"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_ie",
      "target": "sales_dexie_min_ne"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_ne",
      "target": "sales_dexie_min_oe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_ne",
      "target": "sales_dexie_min_qe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_ne",
      "target": "sales_dexie_min_re"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_ne",
      "target": "sales_dexie_min_ue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_re",
      "target": "sales_dexie_min_be"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_be",
      "target": "sales_dexie_min_ue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_je",
      "target": "sales_dexie_min_ue"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_ue",
      "target": "sales_dexie_min_we"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_an",
      "target": "sales_dexie_min_je"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_bn",
      "target": "sales_dexie_min_je"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_je",
      "target": "sales_dexie_min_be"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_je",
      "target": "sales_dexie_min_it"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_je",
      "target": "sales_dexie_min_n"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_je",
      "target": "sales_dexie_min_qe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_je",
      "target": "sales_dexie_min_ut"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_be",
      "target": "sales_dexie_min_qe"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_fe",
      "target": "sales_dexie_min_le"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L9",
      "weight": 1.0,
      "source": "sales_dexie_min_me",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_qe",
      "target": "sales_dexie_min_we"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L17",
      "weight": 1.0,
      "source": "sales_dexie_min_le",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_jt",
      "target": "sales_dexie_min_we"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_tt",
      "target": "sales_dexie_min_we"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_we",
      "target": "sales_dexie_min_nt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_et",
      "target": "sales_dexie_min_ze"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_et",
      "target": "sales_dexie_min_lt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L17",
      "weight": 1.0,
      "source": "sales_dexie_min_et",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_bt",
      "target": "sales_dexie_min_tt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_tt",
      "target": "sales_dexie_min_nt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_at",
      "target": "sales_dexie_min_nt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_it",
      "target": "sales_dexie_min_nt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_nt",
      "target": "sales_dexie_min_ot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_nt",
      "target": "sales_dexie_min_rt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_ln",
      "target": "sales_dexie_min_rt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_qn",
      "target": "sales_dexie_min_rt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_rn",
      "target": "sales_dexie_min_rt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_rt",
      "target": "sales_dexie_min_ft"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_rt",
      "target": "sales_dexie_min_mt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_rt",
      "target": "sales_dexie_min_vn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_bt",
      "target": "sales_dexie_min_it"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_it",
      "target": "sales_dexie_min_dt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_it",
      "target": "sales_dexie_min_n"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_at",
      "target": "sales_dexie_min_ot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_hn",
      "target": "sales_dexie_min_ot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L17",
      "weight": 1.0,
      "source": "sales_dexie_min_ot",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_at",
      "target": "sales_dexie_min_ut"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L21",
      "weight": 1.0,
      "source": "sales_dexie_min_ut",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_ct",
      "target": "sales_dexie_min_xt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L10",
      "weight": 1.0,
      "source": "sales_dexie_min_ct",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_bt",
      "target": "sales_dexie_min_xt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_jt",
      "target": "sales_dexie_min_xt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L10",
      "weight": 1.0,
      "source": "sales_dexie_min_kt",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_hn",
      "target": "sales_dexie_min_st"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L10",
      "weight": 1.0,
      "source": "sales_dexie_min_st",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L10",
      "weight": 1.0,
      "source": "sales_dexie_min_jt",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L21",
      "weight": 1.0,
      "source": "sales_dexie_min_mt",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L10",
      "weight": 1.0,
      "source": "sales_dexie_min_qt",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_cn",
      "target": "sales_dexie_min_lt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_hn",
      "target": "sales_dexie_min_lt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L17",
      "weight": 1.0,
      "source": "sales_dexie_min_vt",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_wt",
      "target": "sales_dexie_min_yt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_zt",
      "target": "sales_dexie_min_ht"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L10",
      "weight": 1.0,
      "source": "sales_dexie_min_zt",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_yt",
      "target": "sales_dexie_min_gt"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L10",
      "weight": 1.0,
      "source": "sales_dexie_min_gt",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_hn",
      "target": "sales_dexie_min_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_kn",
      "target": "sales_dexie_min_on"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_on",
      "target": "sales_dexie_min_an"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_an",
      "target": "sales_dexie_min_cn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_an",
      "target": "sales_dexie_min_kn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_jn",
      "target": "sales_dexie_min_un"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_kn",
      "target": "sales_dexie_min_un"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_qn",
      "target": "sales_dexie_min_un"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_un",
      "target": "sales_dexie_min_mn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_cn",
      "target": "sales_dexie_min_dn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_dn",
      "target": "sales_dexie_min_ln"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_ln",
      "target": "sales_dexie_min_vn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_dn",
      "target": "sales_dexie_min_hn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_hn",
      "target": "sales_dexie_min_sn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_dn",
      "target": "sales_dexie_min_pn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_dn",
      "target": "sales_dexie_min_sn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_pn",
      "target": "sales_dexie_min_yn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_bn",
      "target": "sales_dexie_min_yn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_bn",
      "target": "sales_dexie_min_vn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_vn",
      "target": "sales_dexie_min_mn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_bn",
      "target": "sales_dexie_min_mn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_mn",
      "target": "sales_dexie_min_qn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_bn",
      "target": "sales_dexie_min_en"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_bn",
      "target": "sales_dexie_min_kn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_bn",
      "target": "sales_dexie_min_n"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_bn",
      "target": "sales_dexie_min_wn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_bn",
      "target": "sales_dexie_min_xn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_n",
      "target": "sales_dexie_min_jn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "INFERRED",
      "confidence_score": 0.8,
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "source": "sales_dexie_min_qn",
      "target": "sales_dexie_min_wn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_wn",
      "target": "sales_dexie_min_xn"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "sales/dexie.min.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_dexie_min_wn",
      "target": "sales_dexie_min_zn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_manifest",
      "target": "sales_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_manifest",
      "target": "sales_manifest_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_manifest",
      "target": "sales_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/manifest.json",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_manifest",
      "target": "sales_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_manifest",
      "target": "sales_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_manifest",
      "target": "sales_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_manifest",
      "target": "sales_manifest_scope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_manifest",
      "target": "sales_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_manifest",
      "target": "sales_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_manifest",
      "target": "sales_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/sw.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "sales_sw",
      "target": "sales_sw_assets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "shared/maps-client.js",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_maps_client",
      "target": "shared_maps_client_bearer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "shared/maps-client.js",
      "source_location": "L181",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_maps_client",
      "target": "shared_maps_client_directions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "shared/maps-client.js",
      "source_location": "L189",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_maps_client",
      "target": "shared_maps_client_distancematrix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "shared/maps-client.js",
      "source_location": "L167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_maps_client",
      "target": "shared_maps_client_geocode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "shared/maps-client.js",
      "source_location": "L208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_maps_client",
      "target": "shared_maps_client_health"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "shared/maps-client.js",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_maps_client",
      "target": "shared_maps_client_mcpcall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "shared/maps-client.js",
      "source_location": "L196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_maps_client",
      "target": "shared_maps_client_placesnearby"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "shared/maps-client.js",
      "source_location": "L172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_maps_client",
      "target": "shared_maps_client_reversegeocode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "shared/maps-client.js",
      "source_location": "L201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_maps_client",
      "target": "shared_maps_client_routetraffic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "shared/maps-client.js",
      "source_location": "L140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_maps_client",
      "target": "shared_maps_client_trywithfallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "shared/maps-client.js",
      "source_location": "L67",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_maps_client_bearer",
      "target": "shared_maps_client_mcpcall"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "shared/maps-client.js",
      "source_location": "L148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_maps_client_mcpcall",
      "target": "shared_maps_client_trywithfallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "shared/maps-client.js",
      "source_location": "L182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_maps_client_directions",
      "target": "shared_maps_client_trywithfallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "shared/maps-client.js",
      "source_location": "L192",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_maps_client_distancematrix",
      "target": "shared_maps_client_trywithfallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "shared/maps-client.js",
      "source_location": "L168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_maps_client_geocode",
      "target": "shared_maps_client_trywithfallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "shared/maps-client.js",
      "source_location": "L197",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_maps_client_placesnearby",
      "target": "shared_maps_client_trywithfallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "shared/maps-client.js",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_maps_client_reversegeocode",
      "target": "shared_maps_client_trywithfallback"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "shared/maps-client.js",
      "source_location": "L202",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_maps_client_routetraffic",
      "target": "shared_maps_client_trywithfallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "shared/tour.js",
      "source_location": "L96",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_tour",
      "target": "shared_tour_close"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "shared/tour.js",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_tour",
      "target": "shared_tour_go"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "shared/tour.js",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_tour",
      "target": "shared_tour_render"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "shared/tour.js",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_tour_render",
      "target": "shared_tour_close"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "shared/tour.js",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "shared_tour_render",
      "target": "shared_tour_go"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "stores/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "stores_manifest",
      "target": "stores_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "stores/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "stores_manifest",
      "target": "stores_manifest_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "stores/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "stores_manifest",
      "target": "stores_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "stores/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "stores_manifest",
      "target": "stores_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "stores/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "stores_manifest",
      "target": "stores_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "stores/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "stores_manifest",
      "target": "stores_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "stores/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "stores_manifest",
      "target": "stores_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "stores/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "stores_manifest",
      "target": "stores_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "stores/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "stores_manifest",
      "target": "stores_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "stores/sw.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "stores_sw",
      "target": "stores_sw_assets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/_template.spec.js",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_template_spec",
      "target": "tests_template_spec_test_expect_devices"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/activity.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_activity_spec",
      "target": "tests_activity_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/admin.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_admin_spec",
      "target": "tests_admin_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/client.spec.js",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_client_spec",
      "target": "tests_client_spec_isclientbuilt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/client.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_client_spec",
      "target": "tests_client_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/contacts.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_contacts_spec",
      "target": "tests_contacts_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/counters.spec.js",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_counters_spec",
      "target": "tests_counters_spec_dbdelete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/counters.spec.js",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_counters_spec",
      "target": "tests_counters_spec_injectsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/counters.spec.js",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_counters_spec",
      "target": "tests_counters_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/custodian.spec.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_custodian_spec",
      "target": "tests_custodian_spec_injectsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/custodian.spec.js",
      "source_location": "L158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_custodian_spec",
      "target": "tests_custodian_spec_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/custodian.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_custodian_spec",
      "target": "tests_custodian_spec_test_expect_devices"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/custodian_s9_recording.spec.js",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_custodian_s9_recording_spec",
      "target": "tests_custodian_s9_recording_spec_custbtn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/custodian_s9_recording.spec.js",
      "source_location": "L32",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_custodian_s9_recording_spec",
      "target": "tests_custodian_s9_recording_spec_gotomanage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/custodian_s9_recording.spec.js",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_custodian_s9_recording_spec",
      "target": "tests_custodian_s9_recording_spec_session"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/custodian_s9_recording.spec.js",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_custodian_s9_recording_spec",
      "target": "tests_custodian_s9_recording_spec_test_expect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/custodian_s9_recording.spec.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_custodian_s9_recording_spec",
      "target": "tests_custodian_s9_recording_spec_wait"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "tests/custodian_s9_recording.spec.js",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_custodian_s9_recording_spec_gotomanage",
      "target": "tests_custodian_s9_recording_spec_wait"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/custodian_tutorial_screenshots.spec.js",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_custodian_tutorial_screenshots_spec",
      "target": "tests_custodian_tutorial_screenshots_spec_dir"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/custodian_tutorial_screenshots.spec.js",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_custodian_tutorial_screenshots_spec",
      "target": "tests_custodian_tutorial_screenshots_spec_loginas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/custodian_tutorial_screenshots.spec.js",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_custodian_tutorial_screenshots_spec",
      "target": "tests_custodian_tutorial_screenshots_spec_makesession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/custodian_tutorial_screenshots.spec.js",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_custodian_tutorial_screenshots_spec",
      "target": "tests_custodian_tutorial_screenshots_spec_path"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/custodian_tutorial_screenshots.spec.js",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_custodian_tutorial_screenshots_spec",
      "target": "tests_custodian_tutorial_screenshots_spec_pickcustodianmode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/custodian_tutorial_screenshots.spec.js",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_custodian_tutorial_screenshots_spec",
      "target": "tests_custodian_tutorial_screenshots_spec_pickoverseermode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/custodian_tutorial_screenshots.spec.js",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_custodian_tutorial_screenshots_spec",
      "target": "tests_custodian_tutorial_screenshots_spec_session"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/custodian_tutorial_screenshots.spec.js",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_custodian_tutorial_screenshots_spec",
      "target": "tests_custodian_tutorial_screenshots_spec_ss"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/custodian_tutorial_screenshots.spec.js",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_custodian_tutorial_screenshots_spec",
      "target": "tests_custodian_tutorial_screenshots_spec_test_expect_devices"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/customers.spec.js",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_customers_spec",
      "target": "tests_customers_spec_dbdelete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/customers.spec.js",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_customers_spec",
      "target": "tests_customers_spec_injectsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/customers.spec.js",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_customers_spec",
      "target": "tests_customers_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/debug_tour.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_debug_tour_spec",
      "target": "tests_debug_tour_spec_path"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/debug_tour.spec.js",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_debug_tour_spec",
      "target": "tests_debug_tour_spec_test_expect_devices"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/dispatch.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_dispatch_spec",
      "target": "tests_dispatch_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/expense.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_expense_spec",
      "target": "tests_expense_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/finance.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_finance_spec",
      "target": "tests_finance_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/fundcustodian.spec.js",
      "source_location": "L724",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_fundcustodian_spec",
      "target": "tests_fundcustodian_spec_c_hdr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/fundcustodian.spec.js",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_fundcustodian_spec",
      "target": "tests_fundcustodian_spec_handlemodeselector"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/fundcustodian.spec.js",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_fundcustodian_spec",
      "target": "tests_fundcustodian_spec_injectsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/fundcustodian.spec.js",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_fundcustodian_spec",
      "target": "tests_fundcustodian_spec_makesession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/fundcustodian.spec.js",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_fundcustodian_spec",
      "target": "tests_fundcustodian_spec_session"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/fundcustodian.spec.js",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_fundcustodian_spec",
      "target": "tests_fundcustodian_spec_test_expect_devices"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/health_smoke.spec.js",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_health_smoke_spec",
      "target": "tests_health_smoke_spec_test_expect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/hr.spec.js",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_hr_spec",
      "target": "tests_hr_spec_hr_headers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/hr.spec.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_hr_spec",
      "target": "tests_hr_spec_injectsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/hr.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_hr_spec",
      "target": "tests_hr_spec_test_expect_devices"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/hub.spec.js",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_hub_spec",
      "target": "tests_hub_spec_injectsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/hub.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_hub_spec",
      "target": "tests_hub_spec_test_expect_devices"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/installation.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_installation_spec",
      "target": "tests_installation_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/learn.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_learn_spec",
      "target": "tests_learn_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/mappls-creds.spec.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_mappls_creds_spec",
      "target": "tests_mappls_creds_spec_fs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/mappls-creds.spec.js",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_mappls_creds_spec",
      "target": "tests_mappls_creds_spec_test_expect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/oc_admin.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_oc_admin_spec",
      "target": "tests_oc_admin_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/printing.spec.js",
      "source_location": "L167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_printing_spec",
      "target": "tests_printing_spec_additem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/printing.spec.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_printing_spec",
      "target": "tests_printing_spec_injectsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/printing.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_printing_spec",
      "target": "tests_printing_spec_test_expect_devices"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/production.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_production_spec",
      "target": "tests_production_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/recce.spec.js",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_recce_spec",
      "target": "tests_recce_spec_injectsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/recce.spec.js",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_recce_spec",
      "target": "tests_recce_spec_logoutbtnpresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/recce.spec.js",
      "source_location": "L280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_recce_spec",
      "target": "tests_recce_spec_navigatetophotosstep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/recce.spec.js",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_recce_spec",
      "target": "tests_recce_spec_suptilepresent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/recce.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_recce_spec",
      "target": "tests_recce_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/recce.spec.js",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_recce_spec",
      "target": "tests_recce_spec_waitforadminlist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/recce.spec.js",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_recce_spec",
      "target": "tests_recce_spec_waitforrecceinit"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/recce_client.spec.js",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_recce_client_spec",
      "target": "tests_recce_client_spec_hc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/recce_client.spec.js",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_recce_client_spec",
      "target": "tests_recce_client_spec_hr"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/recce_client.spec.js",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_recce_client_spec",
      "target": "tests_recce_client_spec_rpc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/recce_client.spec.js",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_recce_client_spec",
      "target": "tests_recce_client_spec_stamp"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/recce_client.spec.js",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_recce_client_spec",
      "target": "tests_recce_client_spec_test_expect_request_devices"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/safe_bottom.spec.js",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_safe_bottom_spec",
      "target": "tests_safe_bottom_spec_injectsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/safe_bottom.spec.js",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_safe_bottom_spec",
      "target": "tests_safe_bottom_spec_pwas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/safe_bottom.spec.js",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_safe_bottom_spec",
      "target": "tests_safe_bottom_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/sales.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_sales_spec",
      "target": "tests_sales_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/sales_billing.spec.js",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_sales_billing_spec",
      "target": "tests_sales_billing_spec_api"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/sales_billing.spec.js",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_sales_billing_spec",
      "target": "tests_sales_billing_spec_dbclean"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/sales_billing.spec.js",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_sales_billing_spec",
      "target": "tests_sales_billing_spec_dbget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/sales_billing.spec.js",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_sales_billing_spec",
      "target": "tests_sales_billing_spec_injectsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/sales_billing.spec.js",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_sales_billing_spec",
      "target": "tests_sales_billing_spec_test_expect_devices_request"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "tests/sales_billing.spec.js",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_sales_billing_spec_api",
      "target": "tests_sales_billing_spec_dbclean"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "tests/sales_billing.spec.js",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_sales_billing_spec_api",
      "target": "tests_sales_billing_spec_dbget"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/smoke.spec.js",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_smoke_spec",
      "target": "tests_smoke_spec_test_expect"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/stores.spec.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_stores_spec",
      "target": "tests_stores_spec_injectstoresuser"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/stores.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_stores_spec",
      "target": "tests_stores_spec_test_expect_devices"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/tour_pg.spec.js",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_tour_pg_spec",
      "target": "tests_tour_pg_spec_injectsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/tour_pg.spec.js",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_tour_pg_spec",
      "target": "tests_tour_pg_spec_minthubauth"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/tour_pg.spec.js",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_tour_pg_spec",
      "target": "tests_tour_pg_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/tour_planner.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_tour_planner_spec",
      "target": "tests_tour_planner_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/upi_pay.spec.js",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_upi_pay_spec",
      "target": "tests_upi_pay_spec_injectsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/upi_pay.spec.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_upi_pay_spec",
      "target": "tests_upi_pay_spec_makesession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/upi_pay.spec.js",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_upi_pay_spec",
      "target": "tests_upi_pay_spec_session"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/upi_pay.spec.js",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_upi_pay_spec",
      "target": "tests_upi_pay_spec_test_expect_devices"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/vehicle.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_vehicle_spec",
      "target": "tests_vehicle_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/vendors.spec.js",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_vendors_spec",
      "target": "tests_vendors_spec_dbcleanup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/vendors.spec.js",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_vendors_spec",
      "target": "tests_vendors_spec_injectsession"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/vendors.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_vendors_spec",
      "target": "tests_vendors_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/vrs.spec.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_vrs_spec",
      "target": "tests_vrs_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/yagya-portfolio.spec.js",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_yagya_portfolio_spec",
      "target": "tests_yagya_portfolio_spec_siteisok"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tests/yagya-portfolio.spec.js",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tests_yagya_portfolio_spec",
      "target": "tests_yagya_portfolio_spec_test_expect_devices_request"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_manifest",
      "target": "tour_pg_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_manifest",
      "target": "tour_pg_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_manifest",
      "target": "tour_pg_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_manifest",
      "target": "tour_pg_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_manifest",
      "target": "tour_pg_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_manifest",
      "target": "tour_pg_manifest_scope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_manifest",
      "target": "tour_pg_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_manifest",
      "target": "tour_pg_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_manifest",
      "target": "tour_pg_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/xlsx.full.min.js",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_xlsx_full_min",
      "target": "tour_pg_xlsx_full_min_make_xlsx_lib"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-planner/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_planner_manifest",
      "target": "tour_planner_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-planner/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_planner_manifest",
      "target": "tour_planner_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-planner/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_planner_manifest",
      "target": "tour_planner_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-planner/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_planner_manifest",
      "target": "tour_planner_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-planner/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_planner_manifest",
      "target": "tour_planner_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-planner/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_planner_manifest",
      "target": "tour_planner_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-planner/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_planner_manifest",
      "target": "tour_planner_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-planner/sw.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_planner_sw",
      "target": "tour_planner_sw_assets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/capture.js",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_capture",
      "target": "portal_walkthrough_capture_captureclientportal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/capture.js",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_capture",
      "target": "portal_walkthrough_capture_capturecounters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/capture.js",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_capture",
      "target": "portal_walkthrough_capture_chromium_devices"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/capture.js",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_capture",
      "target": "portal_walkthrough_capture_fs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/capture.js",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_capture",
      "target": "portal_walkthrough_capture_injectsupervisor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/capture.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_capture",
      "target": "portal_walkthrough_capture_out"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/capture.js",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_capture",
      "target": "portal_walkthrough_capture_path"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/capture.js",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_capture",
      "target": "portal_walkthrough_capture_shot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/capture.js",
      "source_location": "L141",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_capture_captureclientportal",
      "target": "portal_walkthrough_capture_shot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/capture.js",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_capture_capturecounters",
      "target": "portal_walkthrough_capture_shot"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/capture.js",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_capture_capturecounters",
      "target": "portal_walkthrough_capture_injectsupervisor"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "uploads/test_pump_ocr.py",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "uploads_test_pump_ocr",
      "target": "uploads_test_pump_ocr_call_gemini"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "uploads/test_pump_ocr.py",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "uploads_test_pump_ocr",
      "target": "uploads_test_pump_ocr_compare"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "vehicle/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vehicle_manifest",
      "target": "vehicle_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "vehicle/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vehicle_manifest",
      "target": "vehicle_manifest_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "vehicle/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vehicle_manifest",
      "target": "vehicle_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "vehicle/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vehicle_manifest",
      "target": "vehicle_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "vehicle/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vehicle_manifest",
      "target": "vehicle_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "vehicle/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vehicle_manifest",
      "target": "vehicle_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "vehicle/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vehicle_manifest",
      "target": "vehicle_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "vehicle/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vehicle_manifest",
      "target": "vehicle_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "vehicle/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vehicle_manifest",
      "target": "vehicle_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "vehicle/sw.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vehicle_sw",
      "target": "vehicle_sw_assets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "vrs/manifest.json",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vrs_manifest",
      "target": "vrs_manifest_background_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "vrs/manifest.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vrs_manifest",
      "target": "vrs_manifest_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "vrs/manifest.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vrs_manifest",
      "target": "vrs_manifest_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "vrs/manifest.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vrs_manifest",
      "target": "vrs_manifest_icons"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "vrs/manifest.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vrs_manifest",
      "target": "vrs_manifest_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "vrs/manifest.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vrs_manifest",
      "target": "vrs_manifest_orientation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "vrs/manifest.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vrs_manifest",
      "target": "vrs_manifest_short_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "vrs/manifest.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vrs_manifest",
      "target": "vrs_manifest_start_url"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "vrs/manifest.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vrs_manifest",
      "target": "vrs_manifest_theme_color"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "vrs/sw.js",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "vrs_sw",
      "target": "vrs_sw_assets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/install.sh",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_install",
      "target": "var_www_360lm_walkthroughs_install_sh__entry"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/install.sh",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_install",
      "target": "walkthroughs_install_die"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/install.sh",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_install",
      "target": "walkthroughs_install_err"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/install.sh",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_install",
      "target": "walkthroughs_install_ok"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/install.sh",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_install",
      "target": "walkthroughs_install_say"
    },
    {
      "relation": "defines",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/install.sh",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_install",
      "target": "walkthroughs_install_warn"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/install.sh",
      "source_location": "L26",
      "weight": 1.0,
      "context": "call",
      "confidence_score": 1.0,
      "source": "var_www_360lm_walkthroughs_install_sh__entry",
      "target": "walkthroughs_install_die"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/install.sh",
      "source_location": "L35",
      "weight": 1.0,
      "context": "call",
      "confidence_score": 1.0,
      "source": "var_www_360lm_walkthroughs_install_sh__entry",
      "target": "walkthroughs_install_ok"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/install.sh",
      "source_location": "L19",
      "weight": 1.0,
      "context": "call",
      "confidence_score": 1.0,
      "source": "var_www_360lm_walkthroughs_install_sh__entry",
      "target": "walkthroughs_install_say"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/install.sh",
      "source_location": "L49",
      "weight": 1.0,
      "context": "call",
      "confidence_score": 1.0,
      "source": "var_www_360lm_walkthroughs_install_sh__entry",
      "target": "walkthroughs_install_warn"
    },
    {
      "relation": "calls",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/install.sh",
      "source_location": "L17",
      "weight": 1.0,
      "context": "call",
      "confidence_score": 1.0,
      "source": "walkthroughs_install_die",
      "target": "walkthroughs_install_err"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_hud",
      "target": "lib_runner"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner",
      "target": "lib_runner_chromium"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner",
      "target": "lib_runner_ensuredir"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L139",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner",
      "target": "lib_runner_escapehtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner",
      "target": "lib_runner_fs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner",
      "target": "lib_runner_hud_script"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner",
      "target": "lib_runner_os"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner",
      "target": "lib_runner_path"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner",
      "target": "lib_runner_profile_dir"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner",
      "target": "lib_runner_state_dir"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner",
      "target": "lib_runner_walkthroughrunner"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner",
      "target": "scripts_brevo_domain_auth"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner",
      "target": "scripts_custodian_tour"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/hello.js",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner",
      "target": "scripts_hello"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_state_dir",
      "target": "scripts_custodian_tour"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_ensuredir",
      "target": "lib_runner_walkthroughrunner_run"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_ensuredir",
      "target": "lib_runner_walkthroughrunner_savestate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_walkthroughrunner",
      "target": "lib_runner_walkthroughrunner_constructor"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_walkthroughrunner",
      "target": "lib_runner_walkthroughrunner_injecthud"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_walkthroughrunner",
      "target": "lib_runner_walkthroughrunner_loadstate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_walkthroughrunner",
      "target": "lib_runner_walkthroughrunner_pause"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L133",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_walkthroughrunner",
      "target": "lib_runner_walkthroughrunner_reset"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_walkthroughrunner",
      "target": "lib_runner_walkthroughrunner_run"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_walkthroughrunner",
      "target": "lib_runner_walkthroughrunner_savestate"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_walkthroughrunner",
      "target": "lib_runner_walkthroughrunner_say"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_walkthroughrunner",
      "target": "lib_runner_walkthroughrunner_showprogress"
    },
    {
      "relation": "method",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_walkthroughrunner",
      "target": "lib_runner_walkthroughrunner_step"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_walkthroughrunner",
      "target": "scripts_brevo_domain_auth"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_walkthroughrunner",
      "target": "scripts_custodian_tour"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/hello.js",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_walkthroughrunner",
      "target": "scripts_hello"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_walkthroughrunner_constructor",
      "target": "lib_runner_walkthroughrunner_loadstate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_walkthroughrunner_run",
      "target": "lib_runner_walkthroughrunner_savestate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_walkthroughrunner_injecthud",
      "target": "lib_runner_walkthroughrunner_run"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_walkthroughrunner_run",
      "target": "lib_runner_walkthroughrunner_showprogress"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_walkthroughrunner_run",
      "target": "lib_runner_walkthroughrunner_say"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L97",
      "weight": 1.0,
      "source": "lib_runner_walkthroughrunner_say",
      "target": "scripts_brevo_domain_auth_pasteandverify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_walkthroughrunner_pause",
      "target": "lib_runner_walkthroughrunner_run"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L96",
      "weight": 1.0,
      "source": "lib_runner_walkthroughrunner_pause",
      "target": "scripts_brevo_domain_auth_pasteandverify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/runner.js",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_runner_walkthroughrunner_run",
      "target": "lib_runner_escapehtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops",
      "target": "lib_vps_ops_brevoapi"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops",
      "target": "lib_vps_ops_brevoauthenticate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops",
      "target": "lib_vps_ops_brevodomain"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops",
      "target": "lib_vps_ops_brevosendsmoke"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops",
      "target": "lib_vps_ops_dig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops",
      "target": "lib_vps_ops_dockerlogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops",
      "target": "lib_vps_ops_dockerrecreate"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops",
      "target": "lib_vps_ops_envhas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops",
      "target": "lib_vps_ops_envset"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops",
      "target": "lib_vps_ops_https"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops",
      "target": "lib_vps_ops_psqlquery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops",
      "target": "lib_vps_ops_spawnsync"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops",
      "target": "lib_vps_ops_sshrun"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops",
      "target": "scripts_brevo_domain_auth"
    },
    {
      "relation": "imports_from",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops",
      "target": "scripts_custodian_tour"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops_dig",
      "target": "lib_vps_ops_sshrun"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops_dockerlogs",
      "target": "lib_vps_ops_sshrun"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops_dockerrecreate",
      "target": "lib_vps_ops_sshrun"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops_envhas",
      "target": "lib_vps_ops_sshrun"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops_envset",
      "target": "lib_vps_ops_sshrun"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops_psqlquery",
      "target": "lib_vps_ops_sshrun"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops_dig",
      "target": "scripts_brevo_domain_auth"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L105",
      "weight": 1.0,
      "source": "lib_vps_ops_dig",
      "target": "scripts_brevo_domain_auth_pasteandverify"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops_dockerlogs",
      "target": "scripts_brevo_domain_auth"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops_dockerrecreate",
      "target": "scripts_brevo_domain_auth"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops_psqlquery",
      "target": "scripts_brevo_domain_auth"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops_psqlquery",
      "target": "scripts_custodian_tour"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops_envset",
      "target": "scripts_brevo_domain_auth"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L79",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops_brevoapi",
      "target": "lib_vps_ops_brevoauthenticate"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops_brevoapi",
      "target": "lib_vps_ops_brevodomain"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/lib/vps-ops.js",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops_brevoapi",
      "target": "lib_vps_ops_brevosendsmoke"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops_brevodomain",
      "target": "scripts_brevo_domain_auth"
    },
    {
      "relation": "imports",
      "context": "import",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "lib_vps_ops_brevoauthenticate",
      "target": "scripts_brevo_domain_auth"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/package.json",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_package",
      "target": "walkthroughs_package_bin"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/package.json",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_package",
      "target": "walkthroughs_package_dependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/package.json",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_package",
      "target": "walkthroughs_package_description"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/package.json",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_package",
      "target": "walkthroughs_package_engines"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/package.json",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_package",
      "target": "walkthroughs_package_license"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/package.json",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_package",
      "target": "walkthroughs_package_name"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/package.json",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_package",
      "target": "walkthroughs_package_scripts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/package.json",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_package",
      "target": "walkthroughs_package_version"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/package.json",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_package_bin",
      "target": "walkthroughs_package_bin_walkthrough"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/package.json",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_package_scripts",
      "target": "walkthroughs_package_scripts_list"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/package.json",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_package_scripts",
      "target": "walkthroughs_package_scripts_update"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/package.json",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_package_dependencies",
      "target": "walkthroughs_package_dependencies_playwright"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/package.json",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_package_engines",
      "target": "walkthroughs_package_engines_node"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_brevo_domain_auth",
      "target": "scripts_brevo_domain_auth_b64"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_brevo_domain_auth",
      "target": "scripts_brevo_domain_auth_copyblock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_brevo_domain_auth",
      "target": "scripts_brevo_domain_auth_dig_brevodomain_brevoauthenticate_envset_dockerrecreate_dockerlogs_psqlquery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_brevo_domain_auth",
      "target": "scripts_brevo_domain_auth_escapehtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L83",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_brevo_domain_auth",
      "target": "scripts_brevo_domain_auth_pasteandverify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_brevo_domain_auth",
      "target": "scripts_brevo_domain_auth_recssummary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_brevo_domain_auth",
      "target": "scripts_brevo_domain_auth_sleep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_brevo_domain_auth",
      "target": "scripts_brevo_domain_auth_w"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_brevo_domain_auth",
      "target": "scripts_brevo_domain_auth_walkthroughrunner"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_brevo_domain_auth_b64",
      "target": "scripts_brevo_domain_auth_copyblock"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_brevo_domain_auth_copyblock",
      "target": "scripts_brevo_domain_auth_escapehtml"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_brevo_domain_auth_copyblock",
      "target": "scripts_brevo_domain_auth_pasteandverify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_brevo_domain_auth_escapehtml",
      "target": "scripts_brevo_domain_auth_pasteandverify"
    },
    {
      "relation": "calls",
      "context": "call",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/brevo_domain_auth.js",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_brevo_domain_auth_pasteandverify",
      "target": "scripts_brevo_domain_auth_sleep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L24",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_custodian_tour",
      "target": "scripts_custodian_tour_eschtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_custodian_tour",
      "target": "scripts_custodian_tour_fs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_custodian_tour",
      "target": "scripts_custodian_tour_os"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_custodian_tour",
      "target": "scripts_custodian_tour_path"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L17",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_custodian_tour",
      "target": "scripts_custodian_tour_psqlquery"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L21",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_custodian_tour",
      "target": "scripts_custodian_tour_shots_dir"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_custodian_tour",
      "target": "scripts_custodian_tour_sleep"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_custodian_tour",
      "target": "scripts_custodian_tour_w"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/custodian_tour.js",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_custodian_tour",
      "target": "scripts_custodian_tour_walkthroughrunner_state_dir"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/hello.js",
      "source_location": "L4",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_hello",
      "target": "scripts_hello_w"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/scripts/hello.js",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "scripts_hello",
      "target": "scripts_hello_walkthroughrunner"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/adr-generator.md",
      "source_location": "L44",
      "weight": 1.0,
      "source": "agents_adr_generator",
      "target": "agents_adr_generator_what_happens_next",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/adr-generator.md",
      "source_location": "L8",
      "weight": 1.0,
      "source": "agents_adr_generator",
      "target": "agents_adr_generator_what_i_do",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/adr-generator.md",
      "source_location": "L32",
      "weight": 1.0,
      "source": "agents_adr_generator",
      "target": "agents_adr_generator_what_i_need_from_you",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/adr-generator.md",
      "source_location": "L20",
      "weight": 1.0,
      "source": "agents_adr_generator",
      "target": "agents_adr_generator_when_to_call_me",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "agents_software_architect",
      "target": "agents_software_architect_architectural_methodology"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "agents_software_architect",
      "target": "agents_software_architect_design_principles_you_enforce"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L81",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "agents_software_architect",
      "target": "agents_software_architect_escalation_behaviour"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "agents_software_architect",
      "target": "agents_software_architect_memory_updates"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "agents_software_architect",
      "target": "agents_software_architect_persistent_agent_memory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "agents_software_architect",
      "target": "agents_software_architect_project_context_you_must_know"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "agents_software_architect",
      "target": "agents_software_architect_self_verification_checklist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "agents_software_architect",
      "target": "agents_software_architect_your_core_responsibilities"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "agents_software_architect_architectural_methodology",
      "target": "agents_software_architect_before_designing_anything"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "agents_software_architect_architectural_methodology",
      "target": "agents_software_architect_design_process"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L45",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "agents_software_architect_architectural_methodology",
      "target": "agents_software_architect_output_structure_for_architectural_designs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L215",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "agents_software_architect_persistent_agent_memory",
      "target": "agents_software_architect_before_recommending_from_memory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "agents_software_architect_persistent_agent_memory",
      "target": "agents_software_architect_how_to_save_memories"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "agents_software_architect_persistent_agent_memory",
      "target": "agents_software_architect_memory_and_other_forms_of_persistence"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "agents_software_architect_persistent_agent_memory",
      "target": "agents_software_architect_memory_md"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L108",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "agents_software_architect_persistent_agent_memory",
      "target": "agents_software_architect_types_of_memory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L172",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "agents_software_architect_persistent_agent_memory",
      "target": "agents_software_architect_what_not_to_save_in_memory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "L209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "agents_software_architect_persistent_agent_memory",
      "target": "agents_software_architect_when_to_access_memories"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters",
      "target": "commands_excel_to_counters_skill_excel_to_counters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L184",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_skill_excel_to_counters",
      "target": "commands_excel_to_counters_ambiguity_handling_when_to_flag_for_human_confirmation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L196",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_skill_excel_to_counters",
      "target": "commands_excel_to_counters_api_mode_json_in_json_out"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L345",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_skill_excel_to_counters",
      "target": "commands_excel_to_counters_demo_run_to_test_the_skill_on_sample_files"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_skill_excel_to_counters",
      "target": "commands_excel_to_counters_interactive_pipeline_when_invoked_as_a_slash_command"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_skill_excel_to_counters",
      "target": "commands_excel_to_counters_normalization_rules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_skill_excel_to_counters",
      "target": "commands_excel_to_counters_output_schema_reference_counter_management_csv_v2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_interactive_pipeline_when_invoked_as_a_slash_command",
      "target": "commands_excel_to_counters_stage_0_get_file"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_interactive_pipeline_when_invoked_as_a_slash_command",
      "target": "commands_excel_to_counters_stage_1_parse_excel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L41",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_interactive_pipeline_when_invoked_as_a_slash_command",
      "target": "commands_excel_to_counters_stage_2_confirm_batch_metadata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_interactive_pipeline_when_invoked_as_a_slash_command",
      "target": "commands_excel_to_counters_stage_3_normalize_rows_ai_extraction_google_mcp_geocoding"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L77",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_interactive_pipeline_when_invoked_as_a_slash_command",
      "target": "commands_excel_to_counters_stage_4_human_in_loop_for_ambiguous_rows"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_interactive_pipeline_when_invoked_as_a_slash_command",
      "target": "commands_excel_to_counters_stage_5_write_output"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_normalization_rules",
      "target": "commands_excel_to_counters_r10_minimum_viable_row"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_normalization_rules",
      "target": "commands_excel_to_counters_r1_header_row_detection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_normalization_rules",
      "target": "commands_excel_to_counters_r2_c_o_pattern_name_contact_splitting"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L137",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_normalization_rules",
      "target": "commands_excel_to_counters_r3_name_address_merged_n_delimited"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L143",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_normalization_rules",
      "target": "commands_excel_to_counters_r4_city_extraction_from_address"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_normalization_rules",
      "target": "commands_excel_to_counters_r5_pincode_extraction_from_address"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L159",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_normalization_rules",
      "target": "commands_excel_to_counters_r6_phone_normalisation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L164",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_normalization_rules",
      "target": "commands_excel_to_counters_r7_gstin_validation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_normalization_rules",
      "target": "commands_excel_to_counters_r8_duplicate_detection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_normalization_rules",
      "target": "commands_excel_to_counters_r9_state_from_batch_metadata"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L246",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_api_mode_json_in_json_out",
      "target": "commands_excel_to_counters_input_format_pre_mapped_rows_legacy_still_accepted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L199",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_api_mode_json_in_json_out",
      "target": "commands_excel_to_counters_input_format_raw_rows_preferred_column_auto_detection"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "L264",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_excel_to_counters_api_mode_json_in_json_out",
      "target": "commands_excel_to_counters_output_format"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_vcc",
      "target": "commands_vcc_vcc_pre_build_checklist"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": ".claude/commands/vcc.md",
      "source_location": "line 52",
      "weight": 0.85,
      "source": "commands_vcc_vcc_pre_build_checklist",
      "target": "agents_software_architect_cross_pwa_safety"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_vcc_vcc_pre_build_checklist",
      "target": "commands_vcc_a_postgrest_rpcs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_vcc_vcc_pre_build_checklist",
      "target": "commands_vcc_b_db_objects_tables_views_columns_functions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_vcc_vcc_pre_build_checklist",
      "target": "commands_vcc_c_js_db_value_comparison"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_vcc_vcc_pre_build_checklist",
      "target": "commands_vcc_d_derived_dependent_columns"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_vcc_vcc_pre_build_checklist",
      "target": "commands_vcc_e_sw_cache_version"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_vcc_vcc_pre_build_checklist",
      "target": "commands_vcc_f_dom_js_references"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_vcc_vcc_pre_build_checklist",
      "target": "commands_vcc_g_css_visibility_defaults"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_vcc_vcc_pre_build_checklist",
      "target": "commands_vcc_h_postgrest_patch_post_delete"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_vcc_vcc_pre_build_checklist",
      "target": "commands_vcc_i_column_names_in_js_queries"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".claude/commands/vcc.md",
      "source_location": "line 55",
      "weight": 1.0,
      "source": "commands_vcc_vcc_pre_build_checklist",
      "target": "commands_vcc_ist_timezone"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_vcc_vcc_pre_build_checklist",
      "target": "commands_vcc_j_playwright_specs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_vcc_vcc_pre_build_checklist",
      "target": "commands_vcc_k_cross_pwa_safety"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L55",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_vcc_vcc_pre_build_checklist",
      "target": "commands_vcc_l_timezone_display"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_vcc_vcc_pre_build_checklist",
      "target": "commands_vcc_m_source_of_truth_migration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_vcc_vcc_pre_build_checklist",
      "target": "commands_vcc_n_openclaw_oc"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/commands/vcc.md",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "commands_vcc_vcc_pre_build_checklist",
      "target": "commands_vcc_o_gmail_mcp"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".claude/commands/vcc.md",
      "source_location": "line 48",
      "weight": 1.0,
      "source": "commands_vcc_vcc_pre_build_checklist",
      "target": "commands_vcc_playwright_specs"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".claude/commands/vcc.md",
      "source_location": "line 7",
      "weight": 1.0,
      "source": "commands_vcc_vcc_pre_build_checklist",
      "target": "commands_vcc_postgrest_rpc"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".claude/commands/vcc.md",
      "source_location": "line 27",
      "weight": 1.0,
      "source": "commands_vcc_vcc_pre_build_checklist",
      "target": "commands_vcc_sw_cache_version"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/skills/adr/SKILL.md",
      "source_location": "L1",
      "weight": 1.0,
      "source": "adr_skill",
      "target": "adr_skill_adr_skill_architecture_decision_record_management",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/skills/adr/SKILL.md",
      "source_location": "L2",
      "weight": 1.0,
      "source": "adr_skill",
      "target": "adr_skill_source_rvdbreemen_adr_kit_adapted_for_360lm_project",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/skills/adr/SKILL.md",
      "source_location": "L62",
      "weight": 1.0,
      "source": "adr_skill_source_rvdbreemen_adr_kit_adapted_for_360lm_project",
      "target": "adr_skill_360lm_specific_conventions",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/skills/adr/SKILL.md",
      "source_location": "L23",
      "weight": 1.0,
      "source": "adr_skill_source_rvdbreemen_adr_kit_adapted_for_360lm_project",
      "target": "adr_skill_anti_rationalization_guards",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/skills/adr/SKILL.md",
      "source_location": "L87",
      "weight": 1.0,
      "source": "adr_skill_source_rvdbreemen_adr_kit_adapted_for_360lm_project",
      "target": "adr_skill_immutability_rule",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/skills/adr/SKILL.md",
      "source_location": "L96",
      "weight": 1.0,
      "source": "adr_skill_source_rvdbreemen_adr_kit_adapted_for_360lm_project",
      "target": "adr_skill_output",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/skills/adr/SKILL.md",
      "source_location": "L73",
      "weight": 1.0,
      "source": "adr_skill_source_rvdbreemen_adr_kit_adapted_for_360lm_project",
      "target": "adr_skill_template_structure_seven_sections_in_order",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/skills/adr/SKILL.md",
      "source_location": "L39",
      "weight": 1.0,
      "source": "adr_skill_source_rvdbreemen_adr_kit_adapted_for_360lm_project",
      "target": "adr_skill_verification_gates_must_pass_before_proposed_accepted",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/skills/adr/SKILL.md",
      "source_location": "L10",
      "weight": 1.0,
      "source": "adr_skill_source_rvdbreemen_adr_kit_adapted_for_360lm_project",
      "target": "adr_skill_when_to_write_an_adr",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": ".claude/skills/adr/SKILL.md",
      "source_location": "L48",
      "weight": 1.0,
      "source": "adr_skill_source_rvdbreemen_adr_kit_adapted_for_360lm_project",
      "target": "adr_skill_workflow",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "CLAUDE.md",
      "source_location": "L49",
      "weight": 1.0,
      "source": "claude",
      "target": "claude_adr_kit",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "CLAUDE.md",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "claude",
      "target": "claude_graphify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "CLAUDE.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "claude",
      "target": "claude_md_memory_compaction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "CLAUDE.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "claude",
      "target": "claude_memory_compaction_rules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "CLAUDE.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "claude",
      "target": "claude_playwright_test_runner"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "CLAUDE.md",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "claude",
      "target": "claude_ponytail"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "CLAUDE.md",
      "source_location": "L30",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "claude_playwright_test_runner",
      "target": "claude_rules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "CLAUDE.md",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "claude_playwright_test_runner",
      "target": "claude_run_commands"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "MEMORY.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "memory",
      "target": "memory_360lm_project_file_index"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_brevo_domain_auth_walkthrough",
      "target": "cic_prompts_brevo_domain_auth_walkthrough_brevo_domain_authentication_360degreelogicalmktg_com"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_brevo_domain_auth_walkthrough_brevo_domain_authentication_360degreelogicalmktg_com",
      "target": "cic_prompts_brevo_domain_auth_walkthrough_after_authentication_true"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_brevo_domain_auth_walkthrough_brevo_domain_authentication_360degreelogicalmktg_com",
      "target": "cic_prompts_brevo_domain_auth_walkthrough_backout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_brevo_domain_auth_walkthrough_brevo_domain_authentication_360degreelogicalmktg_com",
      "target": "cic_prompts_brevo_domain_auth_walkthrough_dns_propagation_check_from_vps"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_brevo_domain_auth_walkthrough_brevo_domain_authentication_360degreelogicalmktg_com",
      "target": "cic_prompts_brevo_domain_auth_walkthrough_records_to_add_at_hostinger_dns"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_brevo_domain_auth_walkthrough_brevo_domain_authentication_360degreelogicalmktg_com",
      "target": "cic_prompts_brevo_domain_auth_walkthrough_step_by_step_at_hostinger_hpanel"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L91",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_brevo_domain_auth_walkthrough_brevo_domain_authentication_360degreelogicalmktg_com",
      "target": "cic_prompts_brevo_domain_auth_walkthrough_trigger_brevo_to_re_verify"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_brevo_domain_auth_walkthrough_records_to_add_at_hostinger_dns",
      "target": "cic_prompts_brevo_domain_auth_walkthrough_records_to_not_touch_existing_used_by_google_workspace"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L47",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_brevo_domain_auth_walkthrough_step_by_step_at_hostinger_hpanel",
      "target": "cic_prompts_brevo_domain_auth_walkthrough_add_records_1_2_3_5_four_new_records"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_brevo_domain_auth_walkthrough_step_by_step_at_hostinger_hpanel",
      "target": "cic_prompts_brevo_domain_auth_walkthrough_modify_record_4_spf"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/brevo_domain_auth_walkthrough.md",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_brevo_domain_auth_walkthrough_step_by_step_at_hostinger_hpanel",
      "target": "cic_prompts_brevo_domain_auth_walkthrough_verify_your_additions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference",
      "target": "cic_custodian_test_data_reference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference",
      "target": "cic_prompts_custodian_test_data_reference_fundcustodian_cic_test_data_reference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_fundcustodian_cic_test_data_reference",
      "target": "cic_prompts_custodian_test_data_reference_15_test_transfers_chronological"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_fundcustodian_cic_test_data_reference",
      "target": "cic_prompts_custodian_test_data_reference_9_test_advances_chronological"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_fundcustodian_cic_test_data_reference",
      "target": "cic_prompts_custodian_test_data_reference_system_design_in_one_paragraph"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_fundcustodian_cic_test_data_reference",
      "target": "cic_prompts_custodian_test_data_reference_the_3_trigger_rules_core_logic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_fundcustodian_cic_test_data_reference",
      "target": "cic_prompts_custodian_test_data_reference_the_4_custodians"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_fundcustodian_cic_test_data_reference",
      "target": "cic_prompts_custodian_test_data_reference_wallet_balance_derivation_after_full_seed_cic_acceptance_of_t14_t15"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_fundcustodian_cic_test_data_reference",
      "target": "cic_prompts_custodian_test_data_reference_what_the_test_data_covered"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_system_design_in_one_paragraph",
      "target": "cic_custodian_test_data_reference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_the_4_custodians",
      "target": "cic_custodian_test_data_reference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_the_3_trigger_rules_core_logic",
      "target": "cic_custodian_test_data_reference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_15_test_transfers_chronological",
      "target": "cic_custodian_test_data_reference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L73",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_15_test_transfers_chronological",
      "target": "cic_prompts_custodian_test_data_reference_t10_gurpreet_harish_2_000_cash_16_may_accepted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_15_test_transfers_chronological",
      "target": "cic_prompts_custodian_test_data_reference_t11_pramod_gurpreet_1_cash_16_may_auto_accepted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_15_test_transfers_chronological",
      "target": "cic_prompts_custodian_test_data_reference_t12_shambhu_harish_7_500_cash_17_may_rejected"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_15_test_transfers_chronological",
      "target": "cic_prompts_custodian_test_data_reference_t13_gurpreet_pramod_3_000_cash_18_may_rejected"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_15_test_transfers_chronological",
      "target": "cic_prompts_custodian_test_data_reference_t14_shambhu_harish_3_000_cash_20_may_seeded_as_pending"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L97",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_15_test_transfers_chronological",
      "target": "cic_prompts_custodian_test_data_reference_t15_gurpreet_harish_800_cash_20_may_seeded_as_pending"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_15_test_transfers_chronological",
      "target": "cic_prompts_custodian_test_data_reference_t1_pramod_shambhu_25_000_imps_5_may_auto_accepted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_15_test_transfers_chronological",
      "target": "cic_prompts_custodian_test_data_reference_t2_pramod_shambhu_30_000_neft_8_may_auto_accepted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_15_test_transfers_chronological",
      "target": "cic_prompts_custodian_test_data_reference_t3_pramod_harish_15_000_neft_10_may_auto_accepted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_15_test_transfers_chronological",
      "target": "cic_prompts_custodian_test_data_reference_t4_harish_shambhu_8_000_upi_11_may_auto_accepted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_15_test_transfers_chronological",
      "target": "cic_prompts_custodian_test_data_reference_t5_pramod_gurpreet_5_000_upi_12_may_auto_accepted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L56",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_15_test_transfers_chronological",
      "target": "cic_prompts_custodian_test_data_reference_t6_gurpreet_pramod_1_234_56_upi_13_may_auto_accepted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_15_test_transfers_chronological",
      "target": "cic_prompts_custodian_test_data_reference_t7_harish_pramod_10_000_cheque_14_may_auto_accepted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_15_test_transfers_chronological",
      "target": "cic_prompts_custodian_test_data_reference_t8_harish_shambhu_500_cash_15_may_auto_accepted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_15_test_transfers_chronological",
      "target": "cic_prompts_custodian_test_data_reference_t9_shambhu_pramod_5_000_cash_15_may_accepted"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_9_test_advances_chronological",
      "target": "cic_custodian_test_data_reference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_9_test_advances_chronological",
      "target": "cic_prompts_custodian_test_data_reference_a1_shambhu_mukesh_5_000_cash_12_may_outstanding"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_9_test_advances_chronological",
      "target": "cic_prompts_custodian_test_data_reference_a2_shambhu_sachin_2_500_cash_10_may_partially_settled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_9_test_advances_chronological",
      "target": "cic_prompts_custodian_test_data_reference_a3_harish_narender_3_000_cash_8_may_settled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_9_test_advances_chronological",
      "target": "cic_prompts_custodian_test_data_reference_a4_pramod_umashankar_20_000_neft_14_may_outstanding"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_9_test_advances_chronological",
      "target": "cic_prompts_custodian_test_data_reference_a5_harish_mukesh_1_500_upi_15_may_outstanding"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_9_test_advances_chronological",
      "target": "cic_prompts_custodian_test_data_reference_a6_shambhu_ranjit_singh_contract_800_imps_16_may_outstanding"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_9_test_advances_chronological",
      "target": "cic_prompts_custodian_test_data_reference_a7_pramod_rakesh_10_000_cash_13_may_partially_settled"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_9_test_advances_chronological",
      "target": "cic_prompts_custodian_test_data_reference_a8_gurpreet_ashok_750_cash_17_may_outstanding"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_9_test_advances_chronological",
      "target": "cic_prompts_custodian_test_data_reference_a9_pramod_ramesh_thakur_vendor_5_000_75_cash_9_may_outstanding"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_wallet_balance_derivation_after_full_seed_cic_acceptance_of_t14_t15",
      "target": "cic_custodian_test_data_reference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "L155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_custodian_test_data_reference_what_the_test_data_covered",
      "target": "cic_custodian_test_data_reference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_fundcustodian_ux_walkthrough",
      "target": "cic_fundcustodian_ux_walkthrough"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_fundcustodian_ux_walkthrough",
      "target": "cic_prompts_fundcustodian_ux_walkthrough_fundcustodian_ux_walkthrough_cic_prompt"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_fundcustodian_ux_walkthrough_fundcustodian_ux_walkthrough_cic_prompt",
      "target": "cic_prompts_fundcustodian_ux_walkthrough_background_read_before_testing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_fundcustodian_ux_walkthrough_fundcustodian_ux_walkthrough_cic_prompt",
      "target": "cic_prompts_fundcustodian_ux_walkthrough_cross_cutting_ux_checks_note_any_issues_for_each_persona"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_fundcustodian_ux_walkthrough_fundcustodian_ux_walkthrough_cic_prompt",
      "target": "cic_prompts_fundcustodian_ux_walkthrough_persona_1_mukesh_non_custodian_should_be_locked_out"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_fundcustodian_ux_walkthrough_fundcustodian_ux_walkthrough_cic_prompt",
      "target": "cic_prompts_fundcustodian_ux_walkthrough_persona_2_harish_admin_2_pending_transfers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L79",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_fundcustodian_ux_walkthrough_fundcustodian_ux_walkthrough_cic_prompt",
      "target": "cic_prompts_fundcustodian_ux_walkthrough_persona_3_shambhu_non_admin_secondary_custodian"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_fundcustodian_ux_walkthrough_fundcustodian_ux_walkthrough_cic_prompt",
      "target": "cic_prompts_fundcustodian_ux_walkthrough_persona_4_gurpreet_non_admin_low_activity_small_positive_balance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_fundcustodian_ux_walkthrough_fundcustodian_ux_walkthrough_cic_prompt",
      "target": "cic_prompts_fundcustodian_ux_walkthrough_persona_5_pramod_admin_primary_deeply_negative_balance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_fundcustodian_ux_walkthrough_background_read_before_testing",
      "target": "cic_fundcustodian_ux_walkthrough"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_fundcustodian_ux_walkthrough_persona_1_mukesh_non_custodian_should_be_locked_out",
      "target": "cic_fundcustodian_ux_walkthrough"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_fundcustodian_ux_walkthrough_persona_2_harish_admin_2_pending_transfers",
      "target": "cic_fundcustodian_ux_walkthrough"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L79",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_fundcustodian_ux_walkthrough_persona_3_shambhu_non_admin_secondary_custodian",
      "target": "cic_fundcustodian_ux_walkthrough"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L117",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_fundcustodian_ux_walkthrough_persona_4_gurpreet_non_admin_low_activity_small_positive_balance",
      "target": "cic_fundcustodian_ux_walkthrough"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_fundcustodian_ux_walkthrough_persona_5_pramod_admin_primary_deeply_negative_balance",
      "target": "cic_fundcustodian_ux_walkthrough"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "L155",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_fundcustodian_ux_walkthrough_cross_cutting_ux_checks_note_any_issues_for_each_persona",
      "target": "cic_fundcustodian_ux_walkthrough"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_walkthroughs_install_manual",
      "target": "cic_prompts_walkthroughs_install_manual_360lm_walkthroughs_manual_install_on_your_laptop"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_walkthroughs_install_manual_360lm_walkthroughs_manual_install_on_your_laptop",
      "target": "cic_prompts_walkthroughs_install_manual_how_this_compares_to_cic_prompts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_walkthroughs_install_manual_360lm_walkthroughs_manual_install_on_your_laptop",
      "target": "cic_prompts_walkthroughs_install_manual_install_option_a_one_line_installer"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_walkthroughs_install_manual_360lm_walkthroughs_manual_install_on_your_laptop",
      "target": "cic_prompts_walkthroughs_install_manual_install_option_b_step_by_step_use_if_a_fails"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_walkthroughs_install_manual_360lm_walkthroughs_manual_install_on_your_laptop",
      "target": "cic_prompts_walkthroughs_install_manual_prerequisites"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_walkthroughs_install_manual_360lm_walkthroughs_manual_install_on_your_laptop",
      "target": "cic_prompts_walkthroughs_install_manual_resetting_state"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L171",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_walkthroughs_install_manual_360lm_walkthroughs_manual_install_on_your_laptop",
      "target": "cic_prompts_walkthroughs_install_manual_test_mode_skip_pauses_run_headless"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_walkthroughs_install_manual_360lm_walkthroughs_manual_install_on_your_laptop",
      "target": "cic_prompts_walkthroughs_install_manual_troubleshooting"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_walkthroughs_install_manual_360lm_walkthroughs_manual_install_on_your_laptop",
      "target": "cic_prompts_walkthroughs_install_manual_uninstall"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_walkthroughs_install_manual_360lm_walkthroughs_manual_install_on_your_laptop",
      "target": "cic_prompts_walkthroughs_install_manual_updating"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_walkthroughs_install_manual_360lm_walkthroughs_manual_install_on_your_laptop",
      "target": "cic_prompts_walkthroughs_install_manual_what_walkthrough_doctor_should_print"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_walkthroughs_install_manual_360lm_walkthroughs_manual_install_on_your_laptop",
      "target": "cic_prompts_walkthroughs_install_manual_what_walkthrough_run_hello_looks_like"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_walkthroughs_install_manual_360lm_walkthroughs_manual_install_on_your_laptop",
      "target": "cic_prompts_walkthroughs_install_manual_where_it_goes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_walkthroughs_install_manual_prerequisites",
      "target": "cic_prompts_walkthroughs_install_manual_1_node_20_or_higher"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L39",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_walkthroughs_install_manual_prerequisites",
      "target": "cic_prompts_walkthroughs_install_manual_2_ssh_curl_tar"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_walkthroughs_install_manual_prerequisites",
      "target": "cic_prompts_walkthroughs_install_manual_3_optional_dig"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": "L50",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "cic_prompts_walkthroughs_install_manual_prerequisites",
      "target": "cic_prompts_walkthroughs_install_manual_4_passwordless_ssh_to_the_vps"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters",
      "target": "counters_mdd_counters_module_design_document_countermanagement_mini_pwa"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_module_design_document_countermanagement_mini_pwa",
      "target": "counters_mdd_counters_10_auth_cross_pwa_safety"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L457",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_module_design_document_countermanagement_mini_pwa",
      "target": "counters_mdd_counters_11_migration_plan_phase_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_module_design_document_countermanagement_mini_pwa",
      "target": "counters_mdd_counters_12_open_questions_parked_will_surface_when_relevant"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L484",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_module_design_document_countermanagement_mini_pwa",
      "target": "counters_mdd_counters_13_acceptance_for_phase_1_countermanagement_mini_pwa_basic_crud"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L502",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_module_design_document_countermanagement_mini_pwa",
      "target": "counters_mdd_counters_14_glossary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_module_design_document_countermanagement_mini_pwa",
      "target": "counters_mdd_counters_15_two_deferrals_that_need_explicit_user_confirmation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_module_design_document_countermanagement_mini_pwa",
      "target": "counters_mdd_counters_1_why_this_exists"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_module_design_document_countermanagement_mini_pwa",
      "target": "counters_mdd_counters_2_inspiration_vs_scope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L37",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_module_design_document_countermanagement_mini_pwa",
      "target": "counters_mdd_counters_3_phases_planned"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L57",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_module_design_document_countermanagement_mini_pwa",
      "target": "counters_mdd_counters_4_phase_1_db_schema_what_we_will_build_first"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L232",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_module_design_document_countermanagement_mini_pwa",
      "target": "counters_mdd_counters_5_phase_2_recce_stores_sync_preview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L286",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_module_design_document_countermanagement_mini_pwa",
      "target": "counters_mdd_counters_6_phase_3_multi_recce_per_counter_job_id"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_module_design_document_countermanagement_mini_pwa",
      "target": "counters_mdd_counters_7_phase_4_client_portal_users_preview"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L363",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_module_design_document_countermanagement_mini_pwa",
      "target": "counters_mdd_counters_8_ui_design_phase_1_mini_pwa"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L434",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_module_design_document_countermanagement_mini_pwa",
      "target": "counters_mdd_counters_9_integration_touchpoints"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_4_phase_1_db_schema_what_we_will_build_first",
      "target": "counters_mdd_counters_4_1_new_schema_counters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_4_phase_1_db_schema_what_we_will_build_first",
      "target": "counters_mdd_counters_4_2_modifications_to_existing_schemas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L220",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_4_phase_1_db_schema_what_we_will_build_first",
      "target": "counters_mdd_counters_4_3_postgrest_postgresql_grants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L170",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_4_1_new_schema_counters",
      "target": "counters_mdd_counters_brand_storage_counter_brand_codes_is_canonical"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L149",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_4_1_new_schema_counters",
      "target": "counters_mdd_counters_counters_address_n_1_counter_for_secondary_addresses"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_4_1_new_schema_counters",
      "target": "counters_mdd_counters_counters_contact_n_1_counter"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L61",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_4_1_new_schema_counters",
      "target": "counters_mdd_counters_counters_counter_master"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_4_1_new_schema_counters",
      "target": "counters_mdd_counters_counters_recce_history_v_view"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_5_phase_2_recce_stores_sync_preview",
      "target": "counters_mdd_counters_5_1_new_tables_phase_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_5_phase_2_recce_stores_sync_preview",
      "target": "counters_mdd_counters_5_2_flow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_5_phase_2_recce_stores_sync_preview",
      "target": "counters_mdd_counters_5_3_sync_button"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_6_phase_3_multi_recce_per_counter_job_id",
      "target": "counters_mdd_counters_6_1_identity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L296",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_6_phase_3_multi_recce_per_counter_job_id",
      "target": "counters_mdd_counters_6_2_new_columns_on_recce_submissions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L309",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_6_phase_3_multi_recce_per_counter_job_id",
      "target": "counters_mdd_counters_6_3_supervisor_screen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L317",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_7_phase_4_client_portal_users_preview",
      "target": "counters_mdd_counters_7_1_new_entities"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L342",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_7_phase_4_client_portal_users_preview",
      "target": "counters_mdd_counters_7_2_visibility_rules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L355",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_7_phase_4_client_portal_users_preview",
      "target": "counters_mdd_counters_7_3_client_portal_pwa"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L365",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_8_ui_design_phase_1_mini_pwa",
      "target": "counters_mdd_counters_8_1_screens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L415",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_8_ui_design_phase_1_mini_pwa",
      "target": "counters_mdd_counters_8_2_permissions_in_ui"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_8_ui_design_phase_1_mini_pwa",
      "target": "counters_mdd_counters_8_3_search_dedup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L522",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_15_two_deferrals_that_need_explicit_user_confirmation",
      "target": "counters_mdd_counters_15_1_unified_job_id_defer_to_its_own_work_track"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "counters/MDD_counters.md",
      "source_location": "L530",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "counters_mdd_counters_15_two_deferrals_that_need_explicit_user_confirmation",
      "target": "counters_mdd_counters_15_2_phase_4_client_portal_its_own_mdd_its_own_pwa"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/adr/ADR-template.md",
      "source_location": "L1",
      "weight": 1.0,
      "source": "adr_adr_template",
      "target": "adr_adr_template_adr_nnn_short_imperative_title",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/adr/ADR-template.md",
      "source_location": "L36",
      "weight": 1.0,
      "source": "adr_adr_template_adr_nnn_short_imperative_title",
      "target": "adr_adr_template_alternatives_considered",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/adr/ADR-template.md",
      "source_location": "L44",
      "weight": 1.0,
      "source": "adr_adr_template_adr_nnn_short_imperative_title",
      "target": "adr_adr_template_consequences",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/adr/ADR-template.md",
      "source_location": "L22",
      "weight": 1.0,
      "source": "adr_adr_template_adr_nnn_short_imperative_title",
      "target": "adr_adr_template_context",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/adr/ADR-template.md",
      "source_location": "L28",
      "weight": 1.0,
      "source": "adr_adr_template_adr_nnn_short_imperative_title",
      "target": "adr_adr_template_decision",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/adr/ADR-template.md",
      "source_location": "L64",
      "weight": 1.0,
      "source": "adr_adr_template_adr_nnn_short_imperative_title",
      "target": "adr_adr_template_references",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/adr/ADR-template.md",
      "source_location": "L57",
      "weight": 1.0,
      "source": "adr_adr_template_adr_nnn_short_imperative_title",
      "target": "adr_adr_template_related_decisions",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/adr/ADR-template.md",
      "source_location": "L3",
      "weight": 1.0,
      "source": "adr_adr_template_adr_nnn_short_imperative_title",
      "target": "adr_adr_template_status",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/adr/ADR-template.md",
      "source_location": "L11",
      "weight": 1.0,
      "source": "adr_adr_template_adr_nnn_short_imperative_title",
      "target": "adr_adr_template_status_history",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/adr/README.md",
      "source_location": "L1",
      "weight": 1.0,
      "source": "adr_readme",
      "target": "adr_readme_architecture_decision_records_360lm",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/adr/README.md",
      "source_location": "L10",
      "weight": 1.0,
      "source": "adr_readme_architecture_decision_records_360lm",
      "target": "adr_readme_how_to_create_an_adr",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/adr/README.md",
      "source_location": "L27",
      "weight": 1.0,
      "source": "adr_readme_architecture_decision_records_360lm",
      "target": "adr_readme_index",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/adr/README.md",
      "source_location": "L18",
      "weight": 1.0,
      "source": "adr_readme_architecture_decision_records_360lm",
      "target": "adr_readme_status_legend",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/adr/adr-coding-rules.md",
      "source_location": "L1",
      "weight": 1.0,
      "source": "adr_adr_coding_rules",
      "target": "adr_adr_coding_rules_adr_rules_for_coding_work",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/adr/adr-coding-rules.md",
      "source_location": "L2",
      "weight": 1.0,
      "source": "adr_adr_coding_rules",
      "target": "adr_adr_coding_rules_source_rvdbreemen_adr_kit_instructions_adr_coding_md_adapted_for_360lm",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/adr/adr-coding-rules.md",
      "source_location": "L6",
      "weight": 1.0,
      "source": "adr_adr_coding_rules_source_rvdbreemen_adr_kit_instructions_adr_coding_md_adapted_for_360lm",
      "target": "adr_adr_coding_rules_before_implementing",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/adr/adr-coding-rules.md",
      "source_location": "L18",
      "weight": 1.0,
      "source": "adr_adr_coding_rules_source_rvdbreemen_adr_kit_instructions_adr_coding_md_adapted_for_360lm",
      "target": "adr_adr_coding_rules_creating_a_new_adr",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/adr/adr-coding-rules.md",
      "source_location": "L36",
      "weight": 1.0,
      "source": "adr_adr_coding_rules_source_rvdbreemen_adr_kit_instructions_adr_coding_md_adapted_for_360lm",
      "target": "adr_adr_coding_rules_implementation_checklist",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/adr/adr-coding-rules.md",
      "source_location": "L27",
      "weight": 1.0,
      "source": "adr_adr_coding_rules_source_rvdbreemen_adr_kit_instructions_adr_coding_md_adapted_for_360lm",
      "target": "adr_adr_coding_rules_superseding_an_existing_adr",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/adr/adr-coding-rules.md",
      "source_location": "L48",
      "weight": 1.0,
      "source": "adr_adr_coding_rules_source_rvdbreemen_adr_kit_instructions_adr_coding_md_adapted_for_360lm",
      "target": "adr_adr_coding_rules_when_adr_rules_do_not_apply",
      "confidence_score": 1.0
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_bilingual_devguide",
      "target": "docs_bilingual_devguide_bilingual_en_hi_devguide_for_360lm_pwas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_bilingual_devguide_bilingual_en_hi_devguide_for_360lm_pwas",
      "target": "docs_bilingual_devguide_adoption_checklist_per_pwa"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_bilingual_devguide_bilingual_en_hi_devguide_for_360lm_pwas",
      "target": "docs_bilingual_devguide_architecture_one_system_not_two"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_bilingual_devguide_bilingual_en_hi_devguide_for_360lm_pwas",
      "target": "docs_bilingual_devguide_db_schema_recce_scoped_today_portable"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_bilingual_devguide_bilingual_en_hi_devguide_for_360lm_pwas",
      "target": "docs_bilingual_devguide_maintenance"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L88",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_bilingual_devguide_bilingual_en_hi_devguide_for_360lm_pwas",
      "target": "docs_bilingual_devguide_naming_conventions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_bilingual_devguide_bilingual_en_hi_devguide_for_360lm_pwas",
      "target": "docs_bilingual_devguide_pitfalls_encountered_during_the_recce_rollout_read_before_adopting"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_bilingual_devguide_bilingual_en_hi_devguide_for_360lm_pwas",
      "target": "docs_bilingual_devguide_recce_specific_implementation_notes_v15a_2026_06_05"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L109",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_bilingual_devguide_bilingual_en_hi_devguide_for_360lm_pwas",
      "target": "docs_bilingual_devguide_the_ask_asktext_modal_pair"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L135",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_bilingual_devguide_bilingual_en_hi_devguide_for_360lm_pwas",
      "target": "docs_bilingual_devguide_translation_review_process"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_bilingual_devguide_bilingual_en_hi_devguide_for_360lm_pwas",
      "target": "docs_bilingual_devguide_v15d_additions_auto_hook_tts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_bilingual_devguide_bilingual_en_hi_devguide_for_360lm_pwas",
      "target": "docs_bilingual_devguide_when_to_adopt_this_in_another_pwa"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_bilingual_devguide_naming_conventions",
      "target": "docs_bilingual_devguide_things_that_should_not_be_translated"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_bilingual_devguide_naming_conventions",
      "target": "docs_bilingual_devguide_translation_keys"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_bilingual_devguide_naming_conventions",
      "target": "docs_bilingual_devguide_tts_strings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_bilingual_devguide_pitfalls_encountered_during_the_recce_rollout_read_before_adopting",
      "target": "docs_bilingual_devguide_1_substring_match_sweeps_can_corrupt_the_dict_itself"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_bilingual_devguide_pitfalls_encountered_during_the_recce_rollout_read_before_adopting",
      "target": "docs_bilingual_devguide_2_single_quoted_strings_template_literals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_bilingual_devguide_pitfalls_encountered_during_the_recce_rollout_read_before_adopting",
      "target": "docs_bilingual_devguide_3_functions_defined_above_const_i18n_are_fine_calls_to_them_at_module_load_are_not"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_bilingual_devguide_v15d_additions_auto_hook_tts",
      "target": "docs_bilingual_devguide_applyi18nin_rootel_post_render_hook"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L234",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_bilingual_devguide_v15d_additions_auto_hook_tts",
      "target": "docs_bilingual_devguide_auto_speaker_on_error_toasts_v15d"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/bilingual_devguide.md",
      "source_location": "L217",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_bilingual_devguide_v15d_additions_auto_hook_tts",
      "target": "docs_bilingual_devguide_ttsicon_text_speaker_badge"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_input_and_image_standards",
      "target": "docs_input_and_image_standards_input_image_standards_360lm_pwas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_input_and_image_standards_input_image_standards_360lm_pwas",
      "target": "docs_input_and_image_standards_1_amount_input_indian_number_formatting"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L91",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_input_and_image_standards_input_image_standards_360lm_pwas",
      "target": "docs_input_and_image_standards_2_image_capture_proof_receipt_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L160",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_input_and_image_standards_input_image_standards_360lm_pwas",
      "target": "docs_input_and_image_standards_3_change_history"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_input_and_image_standards_1_amount_input_indian_number_formatting",
      "target": "docs_input_and_image_standards_canonical_implementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_input_and_image_standards_1_amount_input_indian_number_formatting",
      "target": "docs_input_and_image_standards_what_it_is"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L22",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_input_and_image_standards_1_amount_input_indian_number_formatting",
      "target": "docs_input_and_image_standards_when_to_apply"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_input_and_image_standards_what_it_is",
      "target": "docs_input_and_image_standards_2_image_capture_proof_receipt_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_input_and_image_standards_when_to_apply",
      "target": "docs_input_and_image_standards_2_image_capture_proof_receipt_verification"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_input_and_image_standards_2_image_capture_proof_receipt_verification",
      "target": "docs_input_and_image_standards_confirmation_prompt_for_claude"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_input_and_image_standards_2_image_capture_proof_receipt_verification",
      "target": "docs_input_and_image_standards_key_implementation_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_input_and_image_standards_2_image_capture_proof_receipt_verification",
      "target": "docs_input_and_image_standards_storage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L93",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_input_and_image_standards_2_image_capture_proof_receipt_verification",
      "target": "docs_input_and_image_standards_what_it_is_93"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/input_and_image_standards.md",
      "source_location": "L116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_input_and_image_standards_2_image_capture_proof_receipt_verification",
      "target": "docs_input_and_image_standards_when_to_apply_116"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_prod_hotfix_protocol",
      "target": "docs_prod_hotfix_protocol_production_hotfix_protocol"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L101",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_prod_hotfix_protocol_production_hotfix_protocol",
      "target": "docs_prod_hotfix_protocol_cross_pwa_bug_notes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L113",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_prod_hotfix_protocol_production_hotfix_protocol",
      "target": "docs_prod_hotfix_protocol_quick_reference"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L13",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_prod_hotfix_protocol_production_hotfix_protocol",
      "target": "docs_prod_hotfix_protocol_step_by_step"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L5",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_prod_hotfix_protocol_production_hotfix_protocol",
      "target": "docs_prod_hotfix_protocol_the_rule"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L15",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_prod_hotfix_protocol_step_by_step",
      "target": "docs_prod_hotfix_protocol_1_clone_prod_db_to_a_bugfix_environment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_prod_hotfix_protocol_step_by_step",
      "target": "docs_prod_hotfix_protocol_2_reproduce_the_bug"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_prod_hotfix_protocol_step_by_step",
      "target": "docs_prod_hotfix_protocol_3_author_the_fix_on_the_dev_branch"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_prod_hotfix_protocol_step_by_step",
      "target": "docs_prod_hotfix_protocol_4_test_on_bugfix_environment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_prod_hotfix_protocol_step_by_step",
      "target": "docs_prod_hotfix_protocol_5_promote_to_production"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "docs/prod-hotfix-protocol.md",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "docs_prod_hotfix_protocol_step_by_step",
      "target": "docs_prod_hotfix_protocol_6_tear_down_bugfix_environment"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference",
      "target": "finance_v1_finance_v1_reference_finance_pwa_v1_reference_document"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_finance_pwa_v1_reference_document",
      "target": "finance_v1_finance_v1_reference_access_control"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L278",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_finance_pwa_v1_reference_document",
      "target": "finance_v1_finance_v1_reference_build_stage_history"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L72",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_finance_pwa_v1_reference_document",
      "target": "finance_v1_finance_v1_reference_db_tables_used_all_in_finance_schema_via_postgrest"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L258",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_finance_pwa_v1_reference_document",
      "target": "finance_v1_finance_v1_reference_external_service_dependencies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L165",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_finance_pwa_v1_reference_document",
      "target": "finance_v1_finance_v1_reference_feature_inventory"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L268",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_finance_pwa_v1_reference_document",
      "target": "finance_v1_finance_v1_reference_known_issues_gaps_at_archive_time"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_finance_pwa_v1_reference_document",
      "target": "finance_v1_finance_v1_reference_modals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_finance_pwa_v1_reference_document",
      "target": "finance_v1_finance_v1_reference_screens_navigation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_finance_pwa_v1_reference_document",
      "target": "finance_v1_finance_v1_reference_seeded_accounts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_finance_pwa_v1_reference_document",
      "target": "finance_v1_finance_v1_reference_upi_app_icons_pre_cached_in_sw"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_screens_navigation",
      "target": "finance_v1_finance_v1_reference_bottom_nav_role_sensitive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_db_tables_used_all_in_finance_schema_via_postgrest",
      "target": "finance_v1_finance_v1_reference_db_rpcs_used"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_db_tables_used_all_in_finance_schema_via_postgrest",
      "target": "finance_v1_finance_v1_reference_finance_accounts"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L104",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_db_tables_used_all_in_finance_schema_via_postgrest",
      "target": "finance_v1_finance_v1_reference_finance_custodian_handovers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L84",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_db_tables_used_all_in_finance_schema_via_postgrest",
      "target": "finance_v1_finance_v1_reference_finance_parties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_db_tables_used_all_in_finance_schema_via_postgrest",
      "target": "finance_v1_finance_v1_reference_finance_payee_methods_finance_upi_v2_sql"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_db_tables_used_all_in_finance_schema_via_postgrest",
      "target": "finance_v1_finance_v1_reference_finance_salary_register"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_db_tables_used_all_in_finance_schema_via_postgrest",
      "target": "finance_v1_finance_v1_reference_finance_transactions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_db_tables_used_all_in_finance_schema_via_postgrest",
      "target": "finance_v1_finance_v1_reference_finance_upi_config"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L237",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_feature_inventory",
      "target": "finance_v1_finance_v1_reference_admin_screen_screen_admin_admin_only"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_feature_inventory",
      "target": "finance_v1_finance_v1_reference_cash_desk_screen_cash_shambhu_gurpreet_harish"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L167",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_feature_inventory",
      "target": "finance_v1_finance_v1_reference_dashboard_screen_dash"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L219",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_feature_inventory",
      "target": "finance_v1_finance_v1_reference_expense_claims_screen_claims"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L225",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_feature_inventory",
      "target": "finance_v1_finance_v1_reference_ledger_screen_ledger"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L174",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_feature_inventory",
      "target": "finance_v1_finance_v1_reference_new_entry_form_screen_txn"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L241",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_feature_inventory",
      "target": "finance_v1_finance_v1_reference_quick_actions_home_screen_admin_only"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L209",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_feature_inventory",
      "target": "finance_v1_finance_v1_reference_salary_register_screen_salary_admin_only"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L230",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_feature_inventory",
      "target": "finance_v1_finance_v1_reference_tally_export_screen_tally_admin_only"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": "L190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "finance_v1_finance_v1_reference_feature_inventory",
      "target": "finance_v1_finance_v1_reference_upi_direct_screen_upi_direct_full_rework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/26 06 17 Liebherr Branding - Punjan_f3c415c4.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_26_06_17_liebherr_branding_punjan_f3c415c4",
      "target": "converted_26_06_17_liebherr_branding_punjan_f3c415c4_sheet_branding"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/BTC Chandigarh -Single Sheet_012b9ec8.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_btc_chandigarh_single_sheet_012b9ec8",
      "target": "converted_btc_chandigarh_single_sheet_012b9ec8_sheet_sheet1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/BTC Chandigarh with Separate Tab_68a8e177.md",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_btc_chandigarh_with_separate_tab_68a8e177",
      "target": "converted_btc_chandigarh_with_separate_tab_68a8e177_sheet_chandigarh"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/BTC Chandigarh with Separate Tab_68a8e177.md",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_btc_chandigarh_with_separate_tab_68a8e177",
      "target": "converted_btc_chandigarh_with_separate_tab_68a8e177_sheet_himachal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/BTC Chandigarh with Separate Tab_68a8e177.md",
      "source_location": "L142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_btc_chandigarh_with_separate_tab_68a8e177",
      "target": "converted_btc_chandigarh_with_separate_tab_68a8e177_sheet_j_k"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/BTC Chandigarh with Separate Tab_68a8e177.md",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_btc_chandigarh_with_separate_tab_68a8e177",
      "target": "converted_btc_chandigarh_with_separate_tab_68a8e177_sheet_punjab"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/BTC Chandigarh with Separate Tab_68a8e177.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_btc_chandigarh_with_separate_tab_68a8e177",
      "target": "converted_btc_chandigarh_with_separate_tab_68a8e177_sheet_sheet1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Brand -HP -Address for Rajasthan Dispatch_8cda94e0.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_brand_hp_address_for_rajasthan_dispatch_8cda94e0",
      "target": "converted_brand_hp_address_for_rajasthan_dispatch_8cda94e0_sheet_sheet1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Brand -HP-Q3'26 - T3 Store List for Visibility drive_2c62f273.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_brand_hp_q3_26_t3_store_list_for_visibility_drive_2c62f273",
      "target": "converted_brand_hp_q3_26_t3_store_list_for_visibility_drive_2c62f273_sheet_sheet1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Brand-HP-For Punjab Dispatch_2ed40723.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_brand_hp_for_punjab_dispatch_2ed40723",
      "target": "converted_brand_hp_for_punjab_dispatch_2ed40723_sheet_sheet1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Documents_Master_combined_7648996b.md",
      "source_location": "L287",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_documents_master_combined_7648996b",
      "target": "converted_documents_master_combined_7648996b_sheet_banks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Documents_Master_combined_7648996b.md",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_documents_master_combined_7648996b",
      "target": "converted_documents_master_combined_7648996b_sheet_clients"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Documents_Master_combined_7648996b.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_documents_master_combined_7648996b",
      "target": "converted_documents_master_combined_7648996b_sheet_companies"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Documents_Master_combined_7648996b.md",
      "source_location": "L1549",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_documents_master_combined_7648996b",
      "target": "converted_documents_master_combined_7648996b_sheet_counters"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Documents_Master_combined_7648996b.md",
      "source_location": "L443",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_documents_master_combined_7648996b",
      "target": "converted_documents_master_combined_7648996b_sheet_documentlines"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Documents_Master_combined_7648996b.md",
      "source_location": "L294",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_documents_master_combined_7648996b",
      "target": "converted_documents_master_combined_7648996b_sheet_documents"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Documents_Master_combined_7648996b.md",
      "source_location": "L1562",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_documents_master_combined_7648996b",
      "target": "converted_documents_master_combined_7648996b_sheet_extractionlog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Documents_Master_combined_7648996b.md",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_documents_master_combined_7648996b",
      "target": "converted_documents_master_combined_7648996b_sheet_items"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Documents_Master_combined_7648996b.md",
      "source_location": "L291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_documents_master_combined_7648996b",
      "target": "converted_documents_master_combined_7648996b_sheet_paymentterms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Documents_Master_combined_7648996b.md",
      "source_location": "L1552",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_documents_master_combined_7648996b",
      "target": "converted_documents_master_combined_7648996b_sheet_settings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/HP -Punjab (without Flange) - Q3'26 - T3 Store List_c6f44016.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_hp_punjab_without_flange_q3_26_t3_store_list_c6f44016",
      "target": "converted_hp_punjab_without_flange_q3_26_t3_store_list_c6f44016_sheet_sheet1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Philips_Ludhiana Recce_Bilingual_PrintReady_9902c491.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_philips_ludhiana_recce_bilingual_printready_9902c491",
      "target": "converted_philips_ludhiana_recce_bilingual_printready_9902c491_sheet_recce_plan"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Philips_Recce_Bilingual_PrintReady_f6672000.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_philips_recce_bilingual_printready_f6672000",
      "target": "converted_philips_recce_bilingual_printready_f6672000_sheet_recce_plan"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Q3'26 - T3 Store List for Visibility drive_34577151.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_q3_26_t3_store_list_for_visibility_drive_34577151",
      "target": "converted_q3_26_t3_store_list_for_visibility_drive_34577151_sheet_sheet1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Yagya_Narang_Portfolio_Categorisation_a51abb81.md",
      "source_location": "L102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_yagya_narang_portfolio_categorisation_a51abb81",
      "target": "converted_yagya_narang_portfolio_categorisation_a51abb81_sheet_category_summary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Yagya_Narang_Portfolio_Categorisation_a51abb81.md",
      "source_location": "L158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_yagya_narang_portfolio_categorisation_a51abb81",
      "target": "converted_yagya_narang_portfolio_categorisation_a51abb81_sheet_excluded"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Yagya_Narang_Portfolio_Categorisation_a51abb81.md",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_yagya_narang_portfolio_categorisation_a51abb81",
      "target": "converted_yagya_narang_portfolio_categorisation_a51abb81_sheet_hero_picks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Yagya_Narang_Portfolio_Categorisation_a51abb81.md",
      "source_location": "L35",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_yagya_narang_portfolio_categorisation_a51abb81",
      "target": "converted_yagya_narang_portfolio_categorisation_a51abb81_sheet_master"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Yagya_Narang_Portfolio_Categorisation_a51abb81.md",
      "source_location": "L116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_yagya_narang_portfolio_categorisation_a51abb81",
      "target": "converted_yagya_narang_portfolio_categorisation_a51abb81_sheet_portfolio_sections"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/Yagya_Narang_Portfolio_Categorisation_a51abb81.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_yagya_narang_portfolio_categorisation_a51abb81",
      "target": "converted_yagya_narang_portfolio_categorisation_a51abb81_sheet_readme"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/sample_806767fe.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_sample_806767fe",
      "target": "converted_sample_806767fe_sheet_stops"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/upi_parties_master_8e05c442.md",
      "source_location": "L130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_upi_parties_master_8e05c442",
      "target": "converted_upi_parties_master_8e05c442_sheet_employees"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/upi_parties_master_8e05c442.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_upi_parties_master_8e05c442",
      "target": "converted_upi_parties_master_8e05c442_sheet_master"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/upi_parties_master_8e05c442.md",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_upi_parties_master_8e05c442",
      "target": "converted_upi_parties_master_8e05c442_sheet_upi_ids"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/upi_parties_master_fc3a5313.md",
      "source_location": "L130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_upi_parties_master_fc3a5313",
      "target": "converted_upi_parties_master_fc3a5313_sheet_employees"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/upi_parties_master_fc3a5313.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_upi_parties_master_fc3a5313",
      "target": "converted_upi_parties_master_fc3a5313_sheet_master"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "graphify-out/converted/upi_parties_master_fc3a5313.md",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "converted_upi_parties_master_fc3a5313",
      "target": "converted_upi_parties_master_fc3a5313_sheet_upi_ids"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style",
      "target": "pwa_dev_style_pwa_dev_style_guide_360lm"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L6",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_0_new_pwa_pre_build_questionnaire"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L623",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_10_sync_architecture_3_stage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L679",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_11_admin_system"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L704",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_12_draft_system"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L720",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_13_view_report_system"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L737",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_14_initialization_init"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_15_service_worker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L789",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_16_utility_functions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L808",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_17_known_code_notes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L820",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_18_design_patterns_summary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L848",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_19_report_generation_google_slides_gas"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_1_app_identity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1315",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_20_activity_pwa_response_capture_patterns"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_21_bilingual_en_hi_pattern"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1566",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_22_app_update_banner_pattern"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1643",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_23_client_portal_session_bridge_pattern"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1739",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_24_admin_pwa_extending_with_new_management_sections"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L185",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_2_design_system"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L254",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_3_state_architecture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L303",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_4_database_indexeddb"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L391",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_5_screen_architecture_7_views"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L452",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_6_overlay_modal_system_z_index_layers"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L487",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_7_photo_pipeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L562",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_8_store_list_management"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L605",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_pwa_dev_style_guide_360lm",
      "target": "pwa_dev_style_9_gps_capture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L111",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_0_new_pwa_pre_build_questionnaire",
      "target": "pwa_dev_style_q0_10_service_worker"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_0_new_pwa_pre_build_questionnaire",
      "target": "pwa_dev_style_q0_11_ui_chrome"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_0_new_pwa_pre_build_questionnaire",
      "target": "pwa_dev_style_q0_12_special_features"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_0_new_pwa_pre_build_questionnaire",
      "target": "pwa_dev_style_q0_13_amount_input_indian_formatting_confirm_before_implementing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L148",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_0_new_pwa_pre_build_questionnaire",
      "target": "pwa_dev_style_q0_14_proof_image_capture_editor_compression_confirm_before_implementing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_0_new_pwa_pre_build_questionnaire",
      "target": "pwa_dev_style_q0_1_app_identity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_0_new_pwa_pre_build_questionnaire",
      "target": "pwa_dev_style_q0_2_authentication"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_0_new_pwa_pre_build_questionnaire",
      "target": "pwa_dev_style_q0_3_data_storage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_0_new_pwa_pre_build_questionnaire",
      "target": "pwa_dev_style_q0_4_form_flow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L54",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_0_new_pwa_pre_build_questionnaire",
      "target": "pwa_dev_style_q0_5_photos"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L65",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_0_new_pwa_pre_build_questionnaire",
      "target": "pwa_dev_style_q0_6_gps_location"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L71",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_0_new_pwa_pre_build_questionnaire",
      "target": "pwa_dev_style_q0_6b_maps_apis_geocode_routing_places_traffic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_0_new_pwa_pre_build_questionnaire",
      "target": "pwa_dev_style_q0_7_store_record_lookup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L91",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_0_new_pwa_pre_build_questionnaire",
      "target": "pwa_dev_style_q0_8_admin_mode"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L96",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_0_new_pwa_pre_build_questionnaire",
      "target": "pwa_dev_style_q0_9_sync_backend"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L187",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_2_design_system",
      "target": "pwa_dev_style_2_1_css_custom_properties"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L211",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_2_design_system",
      "target": "pwa_dev_style_2_2_typography_scale"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L224",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_2_design_system",
      "target": "pwa_dev_style_2_3_button_system_4_variants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L235",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_2_design_system",
      "target": "pwa_dev_style_2_4_form_controls"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L244",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_2_design_system",
      "target": "pwa_dev_style_2_5_photo_slot_pslot"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L256",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_3_state_architecture",
      "target": "pwa_dev_style_3_1_global_variables"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L281",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_3_state_architecture",
      "target": "pwa_dev_style_3_2_constants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L313",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_4_database_indexeddb",
      "target": "pwa_dev_style_4_1_config_keys_cfg_store"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_4_database_indexeddb",
      "target": "pwa_dev_style_4_2_submission_entry_schema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L364",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_4_database_indexeddb",
      "target": "pwa_dev_style_4_3_draft_schema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L395",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_5_screen_architecture_7_views",
      "target": "pwa_dev_style_view_1_home_view_home"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L410",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_5_screen_architecture_7_views",
      "target": "pwa_dev_style_view_2_settings_view_settings"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L420",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_5_screen_architecture_7_views",
      "target": "pwa_dev_style_view_3_form_step_1_store_details_20"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_5_screen_architecture_7_views",
      "target": "pwa_dev_style_view_4_form_step_2_store_photos_40"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_5_screen_architecture_7_views",
      "target": "pwa_dev_style_view_5_form_step_3_video_60"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L436",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_5_screen_architecture_7_views",
      "target": "pwa_dev_style_view_6_form_step_4_branding_80"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L444",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_5_screen_architecture_7_views",
      "target": "pwa_dev_style_view_7_form_step_5_additional_submit_100"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L468",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_6_overlay_modal_system_z_index_layers",
      "target": "pwa_dev_style_annotation_modal_branding_photos_only"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L476",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_6_overlay_modal_system_z_index_layers",
      "target": "pwa_dev_style_bottom_dialogs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L489",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_7_photo_pipeline",
      "target": "pwa_dev_style_7_1_compression_compress"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L500",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_7_photo_pipeline",
      "target": "pwa_dev_style_7_2_gps_stamp_stampphoto"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L518",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_7_photo_pipeline",
      "target": "pwa_dev_style_7_3_photo_source_dialog"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L556",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_7_photo_pipeline",
      "target": "pwa_dev_style_7_4_device_save_savephototodevice"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L564",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_8_store_list_management",
      "target": "pwa_dev_style_8_1_upload_flow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L576",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_8_store_list_management",
      "target": "pwa_dev_style_8_2_column_mapping_parsestorerow"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L593",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_8_store_list_management",
      "target": "pwa_dev_style_8_3_deduplication_dedupestores"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L599",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_8_store_list_management",
      "target": "pwa_dev_style_8_4_auto_fetch_on_init"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L660",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_10_sync_architecture_3_stage",
      "target": "pwa_dev_style_google_slides_generation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L648",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_10_sync_architecture_3_stage",
      "target": "pwa_dev_style_postgrest_schema_submissions_table_recce_schema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L667",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_10_sync_architecture_3_stage",
      "target": "pwa_dev_style_rich_html_report_generatereccereporthtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L695",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_11_admin_system",
      "target": "pwa_dev_style_admin_home_when_unlocked"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L691",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_11_admin_system",
      "target": "pwa_dev_style_admin_session"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L681",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_11_admin_system",
      "target": "pwa_dev_style_auto_unlock"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L684",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_11_admin_system",
      "target": "pwa_dev_style_password_verification_3_layer_fallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L713",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_12_draft_system",
      "target": "pwa_dev_style_exit_dialog_3_options"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L709",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_12_draft_system",
      "target": "pwa_dev_style_resume"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L706",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_12_draft_system",
      "target": "pwa_dev_style_save_debounced_500ms"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L728",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_13_view_report_system",
      "target": "pwa_dev_style_edit_mode_editrecce_id"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L722",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_13_view_report_system",
      "target": "pwa_dev_style_offline_view_viewrecce_id"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L725",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_13_view_report_system",
      "target": "pwa_dev_style_server_view"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_report_generation_google_slides_gas",
      "target": "pwa_dev_style_19_10_entry_lifecycle_all_status_fields"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_report_generation_google_slides_gas",
      "target": "pwa_dev_style_19_11_submission_id_format"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_report_generation_google_slides_gas",
      "target": "pwa_dev_style_19_12_reccehubuser_agent_identity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1190",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_report_generation_google_slides_gas",
      "target": "pwa_dev_style_19_13_two_gas_endpoints_key_distinction"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1203",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_report_generation_google_slides_gas",
      "target": "pwa_dev_style_19_14_google_sheet_107_column_layout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_report_generation_google_slides_gas",
      "target": "pwa_dev_style_19_15_slides_proxy_py_request_type_matrix"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1243",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_report_generation_google_slides_gas",
      "target": "pwa_dev_style_19_16_gas_script_action_routing_gas_slides_gs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1269",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_report_generation_google_slides_gas",
      "target": "pwa_dev_style_19_17_google_slides_recce_layout_template"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1284",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_report_generation_google_slides_gas",
      "target": "pwa_dev_style_19_18_google_slides_installation_layout_template"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1300",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_report_generation_google_slides_gas",
      "target": "pwa_dev_style_19_19_new_pwa_google_sheet_slides_setup_checklist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L854",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_report_generation_google_slides_gas",
      "target": "pwa_dev_style_19_1_overview_two_output_targets"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L867",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_report_generation_google_slides_gas",
      "target": "pwa_dev_style_19_2_sync_flow_step_by_step"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L902",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_report_generation_google_slides_gas",
      "target": "pwa_dev_style_19_3_gas_payload_what_is_sent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L945",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_report_generation_google_slides_gas",
      "target": "pwa_dev_style_19_4_gas_configuration"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L958",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_report_generation_google_slides_gas",
      "target": "pwa_dev_style_19_5_vps_proxy_slides_proxy_endpoint"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1005",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_report_generation_google_slides_gas",
      "target": "pwa_dev_style_19_6_html_report_rich_server_version_generatereccereporthtml"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1075",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_report_generation_google_slides_gas",
      "target": "pwa_dev_style_19_7_html_report_offline_fallback_version_viewrecce"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1093",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_report_generation_google_slides_gas",
      "target": "pwa_dev_style_19_8_viewrecce_decision_logic"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_report_generation_google_slides_gas",
      "target": "pwa_dev_style_19_9_postgrest_what_is_stored"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L962",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_5_vps_proxy_slides_proxy_endpoint",
      "target": "pwa_dev_style_call_1_save_photos"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L988",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_5_vps_proxy_slides_proxy_endpoint",
      "target": "pwa_dev_style_call_2_save_html_report"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1044",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_6_html_report_rich_server_version_generatereccereporthtml",
      "target": "pwa_dev_style_branding_item_row_layout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1054",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_6_html_report_rich_server_version_generatereccereporthtml",
      "target": "pwa_dev_style_hero_meta_grid"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1009",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_6_html_report_rich_server_version_generatereccereporthtml",
      "target": "pwa_dev_style_layout_structure"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1033",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_6_html_report_rich_server_version_generatereccereporthtml",
      "target": "pwa_dev_style_photo_grid_system"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1067",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_19_6_html_report_rich_server_version_generatereccereporthtml",
      "target": "pwa_dev_style_report_css_notes"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1319",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_20_activity_pwa_response_capture_patterns",
      "target": "pwa_dev_style_20_1_response_status_lifecycle"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_20_activity_pwa_response_capture_patterns",
      "target": "pwa_dev_style_20_2_draft_mode_implementation"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_20_activity_pwa_response_capture_patterns",
      "target": "pwa_dev_style_20_3_gps_location_capture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1379",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_20_activity_pwa_response_capture_patterns",
      "target": "pwa_dev_style_20_4_response_tile_info_density"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1393",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_20_activity_pwa_response_capture_patterns",
      "target": "pwa_dev_style_20_5_delete_policy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1413",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_20_activity_pwa_response_capture_patterns",
      "target": "pwa_dev_style_20_6_postgrest_schema_changes_on_live_db"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1427",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_20_activity_pwa_response_capture_patterns",
      "target": "pwa_dev_style_20_7_role_system_cancapture_pattern"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1448",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_21_bilingual_en_hi_pattern",
      "target": "pwa_dev_style_21_1_css_toggle_mechanism"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1458",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_21_bilingual_en_hi_pattern",
      "target": "pwa_dev_style_21_2_static_html_wrap_both_languages_in_spans"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1466",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_21_bilingual_en_hi_pattern",
      "target": "pwa_dev_style_21_3_js_state_toggle_function_and_translation_helper"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1488",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_21_bilingual_en_hi_pattern",
      "target": "pwa_dev_style_21_4_dynamic_js_use_t_in_template_literals"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1514",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_21_bilingual_en_hi_pattern",
      "target": "pwa_dev_style_21_5_map_variable_name_conflict"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1528",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_21_bilingual_en_hi_pattern",
      "target": "pwa_dev_style_21_6_bilingual_coverage_checklist_per_screen"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1545",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_21_bilingual_en_hi_pattern",
      "target": "pwa_dev_style_21_7_language_button_styling"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1570",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_22_app_update_banner_pattern",
      "target": "pwa_dev_style_22_1_how_it_works"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1580",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_22_app_update_banner_pattern",
      "target": "pwa_dev_style_22_2_css"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1600",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_22_app_update_banner_pattern",
      "target": "pwa_dev_style_22_3_html"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1614",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_22_app_update_banner_pattern",
      "target": "pwa_dev_style_22_4_js"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1634",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_22_app_update_banner_pattern",
      "target": "pwa_dev_style_22_5_release_checklist"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1647",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_23_client_portal_session_bridge_pattern",
      "target": "pwa_dev_style_23_1_problem"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1653",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_23_client_portal_session_bridge_pattern",
      "target": "pwa_dev_style_23_2_session_keys_involved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1661",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_23_client_portal_session_bridge_pattern",
      "target": "pwa_dev_style_23_3_login_flow_company_code_activity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1682",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_23_client_portal_session_bridge_pattern",
      "target": "pwa_dev_style_23_4_next_redirect_pattern"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1698",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_23_client_portal_session_bridge_pattern",
      "target": "pwa_dev_style_23_5_redirect_only_login_screen_pattern"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1723",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_23_client_portal_session_bridge_pattern",
      "target": "pwa_dev_style_23_6_two_parallel_client_systems_360lm_specific"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1743",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_24_admin_pwa_extending_with_new_management_sections",
      "target": "pwa_dev_style_24_1_existing_admin_pwa_structure"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1750",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_24_admin_pwa_extending_with_new_management_sections",
      "target": "pwa_dev_style_24_2_adding_a_new_section_e_g_admin_client"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "pwa_dev_style.md",
      "source_location": "L1757",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "pwa_dev_style_24_admin_pwa_extending_with_new_management_sections",
      "target": "pwa_dev_style_24_3_client_management_section_planned"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client",
      "target": "recce_client_mdd_recce_client_module_design_document_client_portal_pwa_recce_client"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L394",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_module_design_document_client_portal_pwa_recce_client",
      "target": "recce_client_mdd_recce_client_10_decisions_needed_before_phase_4_1_build"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L432",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_module_design_document_client_portal_pwa_recce_client",
      "target": "recce_client_mdd_recce_client_11_open_questions_intentionally_deferred"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L446",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_module_design_document_client_portal_pwa_recce_client",
      "target": "recce_client_mdd_recce_client_12_acceptance_for_phase_4_1_4_2_4_4_minimum_viable_portal"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L462",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_module_design_document_client_portal_pwa_recce_client",
      "target": "recce_client_mdd_recce_client_13_glossary"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L11",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_module_design_document_client_portal_pwa_recce_client",
      "target": "recce_client_mdd_recce_client_1_why_this_is_a_separate_pwa"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L29",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_module_design_document_client_portal_pwa_recce_client",
      "target": "recce_client_mdd_recce_client_2_what_s_already_in_place_don_t_rebuild"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L62",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_module_design_document_client_portal_pwa_recce_client",
      "target": "recce_client_mdd_recce_client_3_auth_model_two_options_user_must_pick_before_phase_4_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_module_design_document_client_portal_pwa_recce_client",
      "target": "recce_client_mdd_recce_client_4_phases_planned_within_phase_4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_module_design_document_client_portal_pwa_recce_client",
      "target": "recce_client_mdd_recce_client_5_db_schema_phase_4_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L288",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_module_design_document_client_portal_pwa_recce_client",
      "target": "recce_client_mdd_recce_client_6_pwa_structure_phase_4_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L353",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_module_design_document_client_portal_pwa_recce_client",
      "target": "recce_client_mdd_recce_client_7_admin_ui_inside_countermanagement_phase_4_5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L367",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_module_design_document_client_portal_pwa_recce_client",
      "target": "recce_client_mdd_recce_client_8_notifications_phase_4_6_not_blocking_4_1_4_4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L378",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_module_design_document_client_portal_pwa_recce_client",
      "target": "recce_client_mdd_recce_client_9_cross_pwa_cross_system_safety"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L31",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_2_what_s_already_in_place_don_t_rebuild",
      "target": "recce_client_mdd_recce_client_2_1_db_columns_on_recce_submissions_pre_existing_not_added_by_this_mdd"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_2_what_s_already_in_place_don_t_rebuild",
      "target": "recce_client_mdd_recce_client_2_2_from_phase_3_already_live"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_2_what_s_already_in_place_don_t_rebuild",
      "target": "recce_client_mdd_recce_client_2_3_two_flag_distinction_must_not_confuse"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L92",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_3_auth_model_two_options_user_must_pick_before_phase_4_1",
      "target": "recce_client_mdd_recce_client_my_recommendation_defer_until_10"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_3_auth_model_two_options_user_must_pick_before_phase_4_1",
      "target": "recce_client_mdd_recce_client_option_a_email_magic_link_only_simpler"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_3_auth_model_two_options_user_must_pick_before_phase_4_1",
      "target": "recce_client_mdd_recce_client_option_b_google_microsoft_sso_email_magic_link_as_fallback"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L116",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_5_db_schema_phase_4_1",
      "target": "recce_client_mdd_recce_client_5_1_new_tables_all_in_existing_counters_schema"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L182",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_5_db_schema_phase_4_1",
      "target": "recce_client_mdd_recce_client_5_2_new_columns_on_recce_submissions_purely_additive"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L191",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_5_db_schema_phase_4_1",
      "target": "recce_client_mdd_recce_client_5_3_visibility_view"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L213",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_5_db_schema_phase_4_1",
      "target": "recce_client_mdd_recce_client_5_4_visibility_filter_security_definer_function"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L258",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_5_db_schema_phase_4_1",
      "target": "recce_client_mdd_recce_client_5_5_auth_rpcs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L280",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_5_db_schema_phase_4_1",
      "target": "recce_client_mdd_recce_client_5_6_grants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L166",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_5_1_new_tables_all_in_existing_counters_schema",
      "target": "recce_client_mdd_recce_client_counters_client_invite_outstanding_magic_links"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L153",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_5_1_new_tables_all_in_existing_counters_schema",
      "target": "recce_client_mdd_recce_client_counters_client_session_active_sessions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_5_1_new_tables_all_in_existing_counters_schema",
      "target": "recce_client_mdd_recce_client_counters_client_the_brand_entity"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_5_1_new_tables_all_in_existing_counters_schema",
      "target": "recce_client_mdd_recce_client_counters_client_user_individual_people"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L290",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_6_pwa_structure_phase_4_2",
      "target": "recce_client_mdd_recce_client_6_1_screens"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L334",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_6_pwa_structure_phase_4_2",
      "target": "recce_client_mdd_recce_client_6_2_stack"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L344",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_6_pwa_structure_phase_4_2",
      "target": "recce_client_mdd_recce_client_6_3_session_storage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L398",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_10_decisions_needed_before_phase_4_1_build",
      "target": "recce_client_mdd_recce_client_10_1_auth_provider_option_a_magic_link_vs_b_sso_magic_link"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L402",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_10_decisions_needed_before_phase_4_1_build",
      "target": "recce_client_mdd_recce_client_10_2_email_provider"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L412",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_10_decisions_needed_before_phase_4_1_build",
      "target": "recce_client_mdd_recce_client_10_3_view_url_security_audit_blocker_for_4_2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "L426",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "recce_client_mdd_recce_client_10_decisions_needed_before_phase_4_1_build",
      "target": "recce_client_mdd_recce_client_10_4_multi_brand_client_flat_brand_codes_or_scoped_per_user"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers",
      "target": "customers_mdd_customers_module_design_document_customermanagement_mini_pwa"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L131",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_module_design_document_customermanagement_mini_pwa",
      "target": "customers_mdd_customers_access"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L124",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_module_design_document_customermanagement_mini_pwa",
      "target": "customers_mdd_customers_files"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_module_design_document_customermanagement_mini_pwa",
      "target": "customers_mdd_customers_inspiration_vs_scope"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_module_design_document_customermanagement_mini_pwa",
      "target": "customers_mdd_customers_migrations_applied"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L25",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_module_design_document_customermanagement_mini_pwa",
      "target": "customers_mdd_customers_phase_1_what_shipped"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L140",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_module_design_document_customermanagement_mini_pwa",
      "target": "customers_mdd_customers_phase_2_what_shipped_sales_pwa_360sales_v13"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_module_design_document_customermanagement_mini_pwa",
      "target": "customers_mdd_customers_phase_3_what_shipped_customer_pwa_customers_v2"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L212",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_module_design_document_customermanagement_mini_pwa",
      "target": "customers_mdd_customers_phase_4_what_shipped_customer_pwa_customers_v3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L250",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_module_design_document_customermanagement_mini_pwa",
      "target": "customers_mdd_customers_phase_5_what_shipped_customer_pwa_customers_v4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_phase_1_what_shipped",
      "target": "customers_mdd_customers_auto_migration_run_on_phase_1_apply"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L59",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_phase_1_what_shipped",
      "target": "customers_mdd_customers_cross_pwa_additions_additive_only"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L27",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_phase_1_what_shipped",
      "target": "customers_mdd_customers_db_schema_3_tables_1_view_all_in_sales"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L96",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_phase_1_what_shipped",
      "target": "customers_mdd_customers_patterns_reused_from_vendor_pwa_phase_2_3a_3c"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L76",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_phase_1_what_shipped",
      "target": "customers_mdd_customers_pwa_structure_3_screens_5_tabs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_phase_1_what_shipped",
      "target": "customers_mdd_customers_what_s_not_in_phase_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L175",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_phase_3_what_shipped_customer_pwa_customers_v2",
      "target": "customers_mdd_customers_db_migrate_customers_v2_sql"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L195",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_phase_3_what_shipped_customer_pwa_customers_v2",
      "target": "customers_mdd_customers_pwa"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L204",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_phase_3_what_shipped_customer_pwa_customers_v2",
      "target": "customers_mdd_customers_what_s_not_in_phase_3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_pwa",
      "target": "customers_mdd_customers_phase_4_what_shipped_customer_pwa_customers_v3"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_pwa",
      "target": "customers_mdd_customers_phase_5_what_shipped_customer_pwa_customers_v4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L214",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_phase_4_what_shipped_customer_pwa_customers_v3",
      "target": "customers_mdd_customers_db_migrate_customers_v3_sql"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L229",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_phase_4_what_shipped_customer_pwa_customers_v3",
      "target": "customers_mdd_customers_pwa_229"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L242",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_phase_4_what_shipped_customer_pwa_customers_v3",
      "target": "customers_mdd_customers_what_s_not_in_phase_4"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L291",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_phase_5_what_shipped_customer_pwa_customers_v4",
      "target": "customers_mdd_customers_compaction_policy"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L252",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_phase_5_what_shipped_customer_pwa_customers_v4",
      "target": "customers_mdd_customers_db_migrate_customers_v4_sql"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L265",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_phase_5_what_shipped_customer_pwa_customers_v4",
      "target": "customers_mdd_customers_pwa_265"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "L283",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "customers_mdd_customers_phase_5_what_shipped_customer_pwa_customers_v4",
      "target": "customers_mdd_customers_what_s_not_in_phase_5"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_retry1_error_context",
      "target": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_retry1_error_context",
      "target": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_retry1_error_context",
      "target": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome-retry1/error-context.md",
      "source_location": "L1760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_retry1_error_context",
      "target": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_error_context",
      "target": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_error_context",
      "target": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_error_context",
      "target": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome/error-context.md",
      "source_location": "L1760",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_error_context",
      "target": "custodian_fund_custodian_4c448_che_version_is_custodian_v4_android_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome-retry1/error-context.md",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_error_context",
      "target": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_error_context",
      "target": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_error_context",
      "target": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome/error-context.md",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_error_context",
      "target": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_android_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-desktop-chrome-retry1/error-context.md",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-desktop-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-desktop-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-desktop-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-desktop-chrome/error-context.md",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_4488f_negative_and_shows_red_text_desktop_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--android-chrome-retry1/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--android-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_error_context",
      "target": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--android-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_error_context",
      "target": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--android-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_error_context",
      "target": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--android-chrome/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_error_context",
      "target": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_android_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--desktop-chrome-retry1/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--desktop-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--desktop-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--desktop-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--desktop-chrome/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_9791e_ding_advances_not_just_own_desktop_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-android-chrome-retry1/error-context.md",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-android-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_error_context",
      "target": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-android-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_error_context",
      "target": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-android-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_error_context",
      "target": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-android-chrome/error-context.md",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_error_context",
      "target": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_android_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-desktop-chrome-retry1/error-context.md",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-desktop-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-desktop-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-desktop-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-desktop-chrome/error-context.md",
      "source_location": "L34",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_97d5c_ive_balance_shows_pos_class_desktop_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-android-chrome-retry1/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-android-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_error_context",
      "target": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-android-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_error_context",
      "target": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-android-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_error_context",
      "target": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-android-chrome/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_error_context",
      "target": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_android_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-desktop-chrome-retry1/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-desktop-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-desktop-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-desktop-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-desktop-chrome/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_b088d_s_accept_and_reject_buttons_desktop_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-android-chrome-retry1/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-android-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_error_context",
      "target": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-android-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_error_context",
      "target": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-android-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_error_context",
      "target": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-android-chrome/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_error_context",
      "target": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_android_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-desktop-chrome-retry1/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-desktop-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-desktop-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-desktop-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-desktop-chrome/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_c5dfb_banner_appears_with_count_2_desktop_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-android-chrome-retry1/error-context.md",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-android-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_error_context",
      "target": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-android-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_error_context",
      "target": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-android-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_error_context",
      "target": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-android-chrome/error-context.md",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_error_context",
      "target": "fundcustodian_dashboard_d41af_advances_section_is_visible_android_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-desktop-chrome-retry1/error-context.md",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-desktop-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-desktop-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-desktop-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-desktop-chrome/error-context.md",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_d41af_advances_section_is_visible_desktop_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome-retry1/error-context.md",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_error_context",
      "target": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_error_context",
      "target": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_error_context",
      "target": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome/error-context.md",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_error_context",
      "target": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_android_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-desktop-chrome-retry1/error-context.md",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-desktop-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-desktop-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-desktop-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-desktop-chrome/error-context.md",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_ea58b_recent_transfers_card_loads_desktop_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-android-chrome-retry1/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-android-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_error_context",
      "target": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-android-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_error_context",
      "target": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-android-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_error_context",
      "target": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-android-chrome/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_error_context",
      "target": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_android_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-desktop-chrome-retry1/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-desktop-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-desktop-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-desktop-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-desktop-chrome/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_error_context",
      "target": "fundcustodian_dashboard_f5e84_om_name_and_amount_for_both_desktop_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome-retry1/error-context.md",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_error_context",
      "target": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_error_context",
      "target": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_error_context",
      "target": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome/error-context.md",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_error_context",
      "target": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_android_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-desktop-chrome-retry1/error-context.md",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-desktop-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_error_context",
      "target": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-desktop-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_error_context",
      "target": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-desktop-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_error_context",
      "target": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-desktop-chrome/error-context.md",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_error_context",
      "target": "fundcustodian_ledger_adv_8f04d_ce_shows_outstanding_amount_desktop_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--android-chrome-retry1/error-context.md",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--android-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_error_context",
      "target": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--android-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_error_context",
      "target": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--android-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_error_context",
      "target": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--android-chrome/error-context.md",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_error_context",
      "target": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_android_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--desktop-chrome-retry1/error-context.md",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--desktop-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_error_context",
      "target": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--desktop-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_error_context",
      "target": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--desktop-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_error_context",
      "target": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--desktop-chrome/error-context.md",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_error_context",
      "target": "fundcustodian_ledger_adv_d5daa_partially_settled_settled_desktop_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-android-chrome-retry1/error-context.md",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-android-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_error_context",
      "target": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-android-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_error_context",
      "target": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-android-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_error_context",
      "target": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-android-chrome/error-context.md",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_error_context",
      "target": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_android_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-desktop-chrome-retry1/error-context.md",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-desktop-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_error_context",
      "target": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-desktop-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_error_context",
      "target": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-desktop-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_error_context",
      "target": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-desktop-chrome/error-context.md",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_error_context",
      "target": "fundcustodian_ledger_tra_4b0cb_es_present_in_transfer_rows_desktop_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome-retry1/error-context.md",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_error_context",
      "target": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_error_context",
      "target": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_error_context",
      "target": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome/error-context.md",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_error_context",
      "target": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_android_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-desktop-chrome-retry1/error-context.md",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-desktop-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_error_context",
      "target": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-desktop-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_error_context",
      "target": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-desktop-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_error_context",
      "target": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-desktop-chrome/error-context.md",
      "source_location": "L46",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_error_context",
      "target": "fundcustodian_ledger_tra_ab3ae_ledger_shows_transfer_rows_desktop_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_retry1_error_context",
      "target": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_retry1_error_context",
      "target": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_retry1_error_context",
      "target": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome-retry1/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_retry1_error_context",
      "target": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_error_context",
      "target": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_error_context",
      "target": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_error_context",
      "target": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_error_context",
      "target": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_android_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-desktop-chrome-retry1/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-desktop-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_error_context",
      "target": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-desktop-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_error_context",
      "target": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-desktop-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_error_context",
      "target": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-desktop-chrome/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_error_context",
      "target": "fundcustodian_reject_trans_537e3_t_button_opens_reject_modal_desktop_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_retry1_error_context",
      "target": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_retry1_error_context",
      "target": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_retry1_error_context",
      "target": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-android-chrome-retry1/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_retry1_error_context",
      "target": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-android-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_error_context",
      "target": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-android-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_error_context",
      "target": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-android-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_error_context",
      "target": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-android-chrome/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_error_context",
      "target": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_android_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-desktop-chrome-retry1/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-desktop-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_error_context",
      "target": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-desktop-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_error_context",
      "target": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-desktop-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_error_context",
      "target": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-desktop-chrome/error-context.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_error_context",
      "target": "fundcustodian_reject_trans_9dcda_button_closes_reject_modal_desktop_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_retry1_error_context",
      "target": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_retry1_error_context",
      "target": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_retry1_error_context",
      "target": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-android-chrome-retry1/error-context.md",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_retry1_error_context",
      "target": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-android-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_error_context",
      "target": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-android-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_error_context",
      "target": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-android-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_error_context",
      "target": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-android-chrome/error-context.md",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_error_context",
      "target": "fundcustodian_status_badge_a6816_expected_transfer_statuses_android_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-desktop-chrome-retry1/error-context.md",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_retry1_error_context",
      "target": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-desktop-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_error_context",
      "target": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-desktop-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_error_context",
      "target": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-desktop-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_error_context",
      "target": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-desktop-chrome/error-context.md",
      "source_location": "L52",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_error_context",
      "target": "fundcustodian_status_badge_a6816_expected_transfer_statuses_desktop_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_retry1_error_context",
      "target": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_retry1_error_context",
      "target": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_retry1_error_context",
      "target": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-android-chrome-retry1/error-context.md",
      "source_location": "L1603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_retry1_error_context",
      "target": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-android-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_error_context",
      "target": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-android-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_error_context",
      "target": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-android-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_error_context",
      "target": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-android-chrome/error-context.md",
      "source_location": "L1603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_error_context",
      "target": "admin_admin_client_zone_de039_counts_before_deleting_zone_android_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_retry1_error_context",
      "target": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_retry1_error_context",
      "target": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_retry1_error_context",
      "target": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-desktop-chrome-retry1/error-context.md",
      "source_location": "L1603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_retry1_error_context",
      "target": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-desktop-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_error_context",
      "target": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-desktop-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_error_context",
      "target": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-desktop-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_error_context",
      "target": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-desktop-chrome/error-context.md",
      "source_location": "L1603",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_error_context",
      "target": "admin_admin_client_zone_de039_counts_before_deleting_zone_desktop_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_retry1_error_context",
      "target": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_retry1_error_context",
      "target": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_retry1_error_context",
      "target": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome-retry1/error-context.md",
      "source_location": "L1375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_retry1_error_context",
      "target": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_error_context",
      "target": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_error_context",
      "target": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_error_context",
      "target": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome/error-context.md",
      "source_location": "L1375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_error_context",
      "target": "client_client_portal_rec_0205d_ee_approval_option_handlers_android_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_retry1_error_context",
      "target": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_retry1_error_context",
      "target": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_retry1_error_context",
      "target": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome-retry1/error-context.md",
      "source_location": "L1375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_retry1_error_context",
      "target": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_error_context",
      "target": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_error_context",
      "target": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_error_context",
      "target": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome/error-context.md",
      "source_location": "L1375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_error_context",
      "target": "client_client_portal_rec_0205d_ee_approval_option_handlers_desktop_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_retry1_error_context",
      "target": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_retry1_error_context",
      "target": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_retry1_error_context",
      "target": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome-retry1/error-context.md",
      "source_location": "L1375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_retry1_error_context",
      "target": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_error_context",
      "target": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_error_context",
      "target": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_error_context",
      "target": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome/error-context.md",
      "source_location": "L1375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_error_context",
      "target": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_android_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome-retry1/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_retry1_error_context",
      "target": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_retry1_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome-retry1/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_retry1_error_context",
      "target": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_retry1_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome-retry1/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_retry1_error_context",
      "target": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_retry1_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome-retry1/error-context.md",
      "source_location": "L1375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_retry1_error_context",
      "target": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_retry1_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome/error-context.md",
      "source_location": "L12",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_error_context",
      "target": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_error_context_error_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome/error-context.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_error_context",
      "target": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_error_context_instructions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome/error-context.md",
      "source_location": "L7",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_error_context",
      "target": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_error_context_test_info"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome/error-context.md",
      "source_location": "L1375",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_error_context",
      "target": "client_client_portal_zon_c10ce_count_fetch_for_zone_ishead_desktop_chrome_error_context_test_source"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L201",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg",
      "target": "tour_pg_mdd_tour_pg_mdd_extension_manual_tour_planner_hub_wiring_tour_pg_v19"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg",
      "target": "tour_pg_mdd_tour_pg_module_design_document_tour_planner_playground_tour_pg"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L173",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_module_design_document_tour_planner_playground_tour_pg",
      "target": "tour_pg_mdd_tour_pg_10_risks_open_items"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L183",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_module_design_document_tour_planner_playground_tour_pg",
      "target": "tour_pg_mdd_tour_pg_11_done_ready_for_production_check"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L10",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_module_design_document_tour_planner_playground_tour_pg",
      "target": "tour_pg_mdd_tour_pg_1_intent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L14",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_module_design_document_tour_planner_playground_tour_pg",
      "target": "tour_pg_mdd_tour_pg_2_user_decisions_captured"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_module_design_document_tour_planner_playground_tour_pg",
      "target": "tour_pg_mdd_tour_pg_3_architecture"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L40",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_module_design_document_tour_planner_playground_tour_pg",
      "target": "tour_pg_mdd_tour_pg_4_phases"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_module_design_document_tour_planner_playground_tour_pg",
      "target": "tour_pg_mdd_tour_pg_5_excel_format_the_input_contract"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L112",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_module_design_document_tour_planner_playground_tour_pg",
      "target": "tour_pg_mdd_tour_pg_6_ux_rules"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_module_design_document_tour_planner_playground_tour_pg",
      "target": "tour_pg_mdd_tour_pg_7_mid_tour_replan_the_user_s_day_s_halt_case"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_module_design_document_tour_planner_playground_tour_pg",
      "target": "tour_pg_mdd_tour_pg_8_out_of_scope_phase_1"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L147",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_module_design_document_tour_planner_playground_tour_pg",
      "target": "tour_pg_mdd_tour_pg_9_files_target"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L42",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_4_phases",
      "target": "tour_pg_mdd_tour_pg_phase_1_extend_tomtom_mcp_20_min_live_2026_06_04"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L49",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_4_phases",
      "target": "tour_pg_mdd_tour_pg_phase_2_tour_pg_proxy_45_min_live_2026_06_04"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_4_phases",
      "target": "tour_pg_mdd_tour_pg_phase_3_pwa_shell_90_min_live_2026_06_04"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L89",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_4_phases",
      "target": "tour_pg_mdd_tour_pg_phase_4_tests_hub_registration_30_min_live_2026_06_04"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L343",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_mdd_extension_manual_tour_planner_hub_wiring_tour_pg_v19",
      "target": "tour_pg_mdd_tour_pg_e10_out_of_scope_this_extension"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L350",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_mdd_extension_manual_tour_planner_hub_wiring_tour_pg_v19",
      "target": "tour_pg_mdd_tour_pg_e11_risks"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L361",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_mdd_extension_manual_tour_planner_hub_wiring_tour_pg_v19",
      "target": "tour_pg_mdd_tour_pg_e12_files_touched"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L370",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_mdd_extension_manual_tour_planner_hub_wiring_tour_pg_v19",
      "target": "tour_pg_mdd_tour_pg_e13_done_ready_check_shipped_2026_06_06_tour_pg_v19_proxy_0_3_0"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L206",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_mdd_extension_manual_tour_planner_hub_wiring_tour_pg_v19",
      "target": "tour_pg_mdd_tour_pg_e1_intent"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L216",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_mdd_extension_manual_tour_planner_hub_wiring_tour_pg_v19",
      "target": "tour_pg_mdd_tour_pg_e2_decisions_captured_from_interactive_q_a_my_reading_of_your_notes_correct_any_here"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L227",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_mdd_extension_manual_tour_planner_hub_wiring_tour_pg_v19",
      "target": "tour_pg_mdd_tour_pg_e3_architecture_the_load_bearing_decisions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L257",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_mdd_extension_manual_tour_planner_hub_wiring_tour_pg_v19",
      "target": "tour_pg_mdd_tour_pg_e4_navigation_graph_every_screen_has_a_back_affordance_name_pill"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L275",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_mdd_extension_manual_tour_planner_hub_wiring_tour_pg_v19",
      "target": "tour_pg_mdd_tour_pg_e5_s_manual_screen_spec"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L292",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_mdd_extension_manual_tour_planner_hub_wiring_tour_pg_v19",
      "target": "tour_pg_mdd_tour_pg_e6_hub_wiring_separate_confirm_before_execute_stage"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L307",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_mdd_extension_manual_tour_planner_hub_wiring_tour_pg_v19",
      "target": "tour_pg_mdd_tour_pg_e7_backend_only_if_gps_use_my_location_approved"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L316",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_mdd_extension_manual_tour_planner_hub_wiring_tour_pg_v19",
      "target": "tour_pg_mdd_tour_pg_e8_build_stages_planned_whole_shipped_incrementally_each_keeps_all_suites_green"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "L329",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "tour_pg_mdd_tour_pg_mdd_extension_manual_tour_planner_hub_wiring_tour_pg_v19",
      "target": "tour_pg_mdd_tour_pg_e9_edge_cases_defaults_baked_in_veto_any"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt",
      "target": "portal_walkthrough_gemini_prompt_gemini_prompt_recce_portal_video_tutorial"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L158",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_gemini_prompt_recce_portal_video_tutorial",
      "target": "portal_walkthrough_gemini_prompt_if_gemini_can_t_render_video_directly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_gemini_prompt_recce_portal_video_tutorial",
      "target": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L150",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_end_card_after_scene_21"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L102",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_scene_10_10_counters_multirecce_expanded_png"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L106",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_scene_11_11_counters_comments_modal_png"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_scene_12_12_recce_client_login_png"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_scene_13_13_recce_client_login_filled_png"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L118",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_scene_14_14_recce_client_list_png"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L122",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_scene_15_15_recce_client_viewer_png"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L126",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_scene_16_16_recce_client_response_form_png"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L130",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_scene_17_17_recce_client_thread_typing_png"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_scene_18_18_recce_client_settings_sessions_png"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L138",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_scene_19_19_recce_client_bulk_select_png"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L66",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_scene_1_01_counters_list_with_pills_png"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_scene_20_20_recce_client_bulk_modal_png"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L146",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_scene_21_21_recce_client_compare_png"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L70",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_scene_2_02_counters_clients_admin_png"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L74",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_scene_3_03_counters_new_client_modal_png"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L78",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_scene_4_04_counters_invite_user_modal_png"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L82",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_scene_5_05_counters_notify_supervisor_png"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_scene_6_06_counters_audit_log_png"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_scene_7_07_counters_audit_stats_png"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L94",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_scene_8_08_counters_sessions_modal_png"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "L98",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_scene_list_21_scenes_one_per_screenshot_in_order",
      "target": "portal_walkthrough_gemini_prompt_scene_9_09_counters_multirecce_review_png"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT_TUTORIAL.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_tutorial",
      "target": "portal_walkthrough_gemini_prompt_tutorial_revised_prompt_tutorial_length_output"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT_TUTORIAL.md",
      "source_location": "L19",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_tutorial_revised_prompt_tutorial_length_output",
      "target": "portal_walkthrough_gemini_prompt_tutorial_a_tutorial_html_zero_tool_runs_in_your_browser_right_now"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT_TUTORIAL.md",
      "source_location": "L44",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_tutorial_revised_prompt_tutorial_length_output",
      "target": "portal_walkthrough_gemini_prompt_tutorial_b_notebooklm_prompt_best_ai_generated_tutorial_video"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT_TUTORIAL.md",
      "source_location": "L162",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_tutorial_revised_prompt_tutorial_length_output",
      "target": "portal_walkthrough_gemini_prompt_tutorial_bottom_line"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT_TUTORIAL.md",
      "source_location": "L114",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_tutorial_revised_prompt_tutorial_length_output",
      "target": "portal_walkthrough_gemini_prompt_tutorial_c_google_vids_prompt_manually_edited_ai_deck"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT_TUTORIAL.md",
      "source_location": "L3",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_gemini_prompt_tutorial_revised_prompt_tutorial_length_output",
      "target": "portal_walkthrough_gemini_prompt_tutorial_why_the_first_prompt_produced_a_10_second_clip"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard",
      "target": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L127",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_closing"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L132",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_production_notes_for_gemini"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L63",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_scene_10_multi_recce_expanded_10"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L68",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_scene_11_comments_modal_11"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L75",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_scene_12_client_opens_the_portal_12"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L80",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_scene_13_email_entered_13"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_scene_14_recce_list_14"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L90",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_scene_15_recce_viewer_15"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_scene_16_response_form_filled_16"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L100",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_scene_17_conversation_thread_17"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L105",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_scene_18_settings_sessions_email_prefs_18"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L110",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_scene_19_bulk_select_19"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L18",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_scene_1_supervisor_lands_in_counters_01"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L115",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_scene_20_bulk_respond_modal_20"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L120",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_scene_21_compare_2_recces_21"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L23",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_scene_2_open_the_clients_admin_02"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L28",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_scene_3_create_a_brand_side_client_03"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L33",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_scene_4_invite_a_client_user_04"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L38",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_scene_5_notify_supervisor_activity_feed_05"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L43",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_scene_6_audit_log_06"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L48",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_scene_7_audit_stats_07"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L53",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_scene_8_sessions_for_one_user_08"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L58",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_scene_9_multi_recce_review_09"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "L2",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "portal_walkthrough_storyboard_recce_portal_end_to_end_walkthrough",
      "target": "portal_walkthrough_storyboard_storyboard_for_video_tutorial"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "video_tutorial_style.md",
      "source_location": "line 5",
      "weight": 1.0,
      "source": "video_tutorial_style",
      "target": "concept_video_tutorial_pipeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style",
      "target": "video_tutorial_style_video_tutorial_devguide"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L270",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_video_tutorial_devguide",
      "target": "video_tutorial_style_10_naming_conventions"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L282",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_video_tutorial_devguide",
      "target": "video_tutorial_style_11_codec_decision"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L293",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_video_tutorial_devguide",
      "target": "video_tutorial_style_12_reference_custodian_tutorial"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L9",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_video_tutorial_devguide",
      "target": "video_tutorial_style_1_when_to_build_a_tutorial"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L20",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_video_tutorial_devguide",
      "target": "video_tutorial_style_2_directory_structure"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L51",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_video_tutorial_devguide",
      "target": "video_tutorial_style_3_segment_types"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L64",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_video_tutorial_devguide",
      "target": "video_tutorial_style_4_scripts_json_format"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L85",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_video_tutorial_devguide",
      "target": "video_tutorial_style_5_tts_generation_generate_tts_py"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L119",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_video_tutorial_devguide",
      "target": "video_tutorial_style_6_video_recording_with_playwright"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L142",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_video_tutorial_devguide",
      "target": "video_tutorial_style_7_build_pipeline_build_tutorial_py"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L198",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_video_tutorial_devguide",
      "target": "video_tutorial_style_8_tutorial_html_page"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L249",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_video_tutorial_devguide",
      "target": "video_tutorial_style_9_pwa_integration_tutorial_button"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L87",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_5_tts_generation_generate_tts_py",
      "target": "video_tutorial_style_edge_tts_v7_api_critical_details"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L134",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_6_video_recording_with_playwright",
      "target": "video_tutorial_style_after_recording"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L121",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_6_video_recording_with_playwright",
      "target": "video_tutorial_style_required_test_setup"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L168",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_7_build_pipeline_build_tutorial_py",
      "target": "video_tutorial_style_concat_step"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L144",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_7_build_pipeline_build_tutorial_py",
      "target": "video_tutorial_style_key_constants"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L152",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_7_build_pipeline_build_tutorial_py",
      "target": "video_tutorial_style_per_clip_ffmpeg_pipeline"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L178",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_7_build_pipeline_build_tutorial_py",
      "target": "video_tutorial_style_running_the_build"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L208",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_8_tutorial_html_page",
      "target": "video_tutorial_style_authentication"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L200",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_8_tutorial_html_page",
      "target": "video_tutorial_style_file_pwa_tutorial_tutorial_html"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "video_tutorial_style.md",
      "source_location": "L228",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "video_tutorial_style_8_tutorial_html_page",
      "target": "video_tutorial_style_language_switching_preserves_playback_position"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "walkthroughs/README.md",
      "source_location": "line 1-15",
      "weight": 1.0,
      "source": "walkthroughs_readme",
      "target": "concept_walkthroughs_framework"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/README.md",
      "source_location": "L1",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_readme",
      "target": "walkthroughs_readme_360lm_walkthroughs"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/README.md",
      "source_location": "L26",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_readme_360lm_walkthroughs",
      "target": "walkthroughs_readme_authoring_a_walkthrough"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/README.md",
      "source_location": "L95",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_readme_360lm_walkthroughs",
      "target": "walkthroughs_readme_comparison_when_to_use_what"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/README.md",
      "source_location": "L86",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_readme_360lm_walkthroughs",
      "target": "walkthroughs_readme_environment_overrides"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/README.md",
      "source_location": "L69",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_readme_360lm_walkthroughs",
      "target": "walkthroughs_readme_layout"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/README.md",
      "source_location": "L16",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_readme_360lm_walkthroughs",
      "target": "walkthroughs_readme_quick_start"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/README.md",
      "source_location": "L60",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_readme_360lm_walkthroughs",
      "target": "walkthroughs_readme_test_mode_no_pauses_headless_ci_friendly"
    },
    {
      "relation": "contains",
      "confidence": "EXTRACTED",
      "source_file": "walkthroughs/README.md",
      "source_location": "L8",
      "weight": 1.0,
      "confidence_score": 1.0,
      "source": "walkthroughs_readme_360lm_walkthroughs",
      "target": "walkthroughs_readme_why_this_exists"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "line 9",
      "weight": 1.0,
      "source": "agents_software_architect_agent",
      "target": "agents_software_architect_360lm_platform"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "line 17",
      "weight": 1.0,
      "source": "agents_software_architect_agent",
      "target": "agents_software_architect_cross_pwa_safety"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "line 23",
      "weight": 1.0,
      "source": "agents_software_architect_agent",
      "target": "agents_software_architect_hub_session"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "line 25",
      "weight": 1.0,
      "source": "agents_software_architect_agent",
      "target": "agents_software_architect_openclaw"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "line 25",
      "weight": 1.0,
      "source": "agents_software_architect_agent",
      "target": "agents_software_architect_paperclip"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "line 18",
      "weight": 1.0,
      "source": "agents_software_architect_agent",
      "target": "agents_software_architect_pwa_dev_style"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "line 9",
      "weight": 1.0,
      "source": "agents_software_architect_agent",
      "target": "agents_software_architect_traefik"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": ".claude/agents/software-architect.md",
      "source_location": null,
      "weight": 0.85,
      "source": "agents_software_architect_360lm_platform",
      "target": "activity_index_pwa"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": ".claude/agents/software-architect.md",
      "source_location": null,
      "weight": 0.85,
      "source": "agents_software_architect_360lm_platform",
      "target": "admin_index_pwa"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": ".claude/agents/software-architect.md",
      "source_location": null,
      "weight": 0.85,
      "source": "agents_software_architect_360lm_platform",
      "target": "concept_custodian_pwa"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": ".claude/agents/software-architect.md",
      "source_location": null,
      "weight": 0.75,
      "source": "agents_software_architect_360lm_platform",
      "target": "concept_sales_customers_pwa"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".claude/agents/software-architect.md",
      "source_location": "line 69",
      "weight": 0.9,
      "source": "agents_software_architect_cross_pwa_safety",
      "target": "agents_software_architect_hub_session"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "INFERRED",
      "confidence_score": 0.95,
      "source_file": "activity/index.html",
      "source_location": null,
      "weight": 0.9,
      "source": "agents_software_architect_hub_session",
      "target": "activity_index_hub_session_auth"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/activity_v21_ux_walkthrough.txt",
      "source_location": "line 17",
      "weight": 1.0,
      "source": "agents_software_architect_hub_session",
      "target": "cic_activity_v21_walkthrough"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/custodian_guided_walkthrough.txt",
      "source_location": "line 16",
      "weight": 1.0,
      "source": "agents_software_architect_hub_session",
      "target": "cic_custodian_guided_walkthrough"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "line 21",
      "weight": 1.0,
      "source": "agents_software_architect_hub_session",
      "target": "cic_fundcustodian_ux_walkthrough"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "INFERRED",
      "confidence_score": 0.95,
      "source_file": "MEMORY.md",
      "source_location": "line 8",
      "weight": 0.95,
      "source": "agents_software_architect_pwa_dev_style",
      "target": "memory_md_pwa_dev_style"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "line 103",
      "weight": 1.0,
      "source": "commands_excel_to_counters_skill",
      "target": "commands_excel_to_counters_counter_mgmt_csv"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "line 23",
      "weight": 1.0,
      "source": "commands_excel_to_counters_skill",
      "target": "commands_excel_to_counters_excel_parser"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "line 68",
      "weight": 1.0,
      "source": "commands_excel_to_counters_skill",
      "target": "commands_excel_to_counters_google_maps_mcp"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": ".claude/commands/excel_to_counters.md",
      "source_location": "line 65",
      "weight": 1.0,
      "source": "commands_excel_to_counters_skill",
      "target": "commands_excel_to_counters_pincode_lookup"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.9,
      "source_file": "CLAUDE.md",
      "source_location": "line 14",
      "weight": 0.9,
      "source": "commands_vcc_playwright_specs",
      "target": "claude_md_playwright_runner"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "CLAUDE.md",
      "source_location": "line 37",
      "weight": 1.0,
      "source": "claude_md_graphify_rules",
      "target": "memory_md_file_index"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "MEMORY.md",
      "source_location": "line 7",
      "weight": 1.0,
      "source": "memory_md_file_index",
      "target": "memory_md_bilingual_devguide"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "MEMORY.md",
      "source_location": "line 8",
      "weight": 1.0,
      "source": "memory_md_file_index",
      "target": "memory_md_pwa_dev_style"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "activity/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "activity_index_pwa",
      "target": "activity_index_hub_session_auth"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "activity/index.html",
      "source_location": "line 13",
      "weight": 1.0,
      "source": "activity_index_pwa",
      "target": "activity_index_safe_bottom_css"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/activity_v21_ux_walkthrough.txt",
      "source_location": "line 6",
      "weight": 1.0,
      "source": "activity_index_pwa",
      "target": "cic_activity_v21_walkthrough"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/activity_v22_retest.txt",
      "source_location": "line 1",
      "weight": 1.0,
      "source": "activity_index_pwa",
      "target": "cic_activity_v22_retest"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/activity_v23_cascading_filters.txt",
      "source_location": "line 1",
      "weight": 1.0,
      "source": "activity_index_pwa",
      "target": "cic_activity_v23_cascading_filters"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "admin/index.html",
      "source_location": "line 8",
      "weight": 1.0,
      "source": "activity_index_safe_bottom_css",
      "target": "admin_index_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "admin/index.html",
      "source_location": "line 56",
      "weight": 1.0,
      "source": "admin_index_pwa",
      "target": "admin_index_pin_auth"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/activity_v22_retest.txt",
      "source_location": "line 3",
      "weight": 1.0,
      "source": "cic_activity_v21_walkthrough",
      "target": "cic_activity_v22_retest"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "cic-prompts/advance_return_walkthrough.txt",
      "source_location": null,
      "weight": 0.85,
      "source": "cic_advance_return_walkthrough",
      "target": "cic_custodian_test_data_reference"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/advance_return_walkthrough.txt",
      "source_location": "line 1",
      "weight": 1.0,
      "source": "cic_advance_return_walkthrough",
      "target": "concept_custodian_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/brevo_domain_auth_cic.txt",
      "source_location": "line 10",
      "weight": 1.0,
      "source": "cic_brevo_account_apikey",
      "target": "cic_brevo_domain_auth"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/brevo_account_apikey_walkthrough.txt",
      "source_location": "line 1",
      "weight": 1.0,
      "source": "cic_brevo_account_apikey",
      "target": "concept_brevo_mail_relay"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/brevo_account_apikey_walkthrough.txt",
      "source_location": "line 6",
      "weight": 1.0,
      "source": "cic_brevo_account_apikey",
      "target": "concept_recce_portal"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/brevo_domain_auth_cic.txt",
      "source_location": "line 1",
      "weight": 1.0,
      "source": "cic_brevo_domain_auth",
      "target": "concept_360lm_domain"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/brevo_domain_auth_cic.txt",
      "source_location": "line 1",
      "weight": 1.0,
      "source": "cic_brevo_domain_auth",
      "target": "concept_brevo_mail_relay"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/custodian_guided_walkthrough.txt",
      "source_location": "line 1",
      "weight": 1.0,
      "source": "cic_custodian_guided_walkthrough",
      "target": "concept_custodian_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "line 8",
      "weight": 1.0,
      "source": "cic_custodian_test_data_reference",
      "target": "concept_custodian_double_entry"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "line 1",
      "weight": 1.0,
      "source": "cic_custodian_test_data_reference",
      "target": "concept_custodian_pwa"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "cic-prompts/customers_walkthrough.txt",
      "source_location": null,
      "weight": 0.85,
      "source": "cic_customers_manual_testing",
      "target": "cic_customers_walkthrough"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/customers_manual_testing.txt",
      "source_location": "line 2",
      "weight": 1.0,
      "source": "cic_customers_manual_testing",
      "target": "concept_sales_customers_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/customers_walkthrough.txt",
      "source_location": "line 2",
      "weight": 1.0,
      "source": "cic_customers_walkthrough",
      "target": "concept_sales_customers_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/fundcustodian_ux_walkthrough.md",
      "source_location": "line 1",
      "weight": 1.0,
      "source": "cic_fundcustodian_ux_walkthrough",
      "target": "concept_custodian_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/openrouter_account_apikey_walkthrough.txt",
      "source_location": "line 3",
      "weight": 1.0,
      "source": "cic_openrouter_apikey_walkthrough",
      "target": "concept_health_tracker_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/openrouter_account_apikey_walkthrough.txt",
      "source_location": "line 1",
      "weight": 1.0,
      "source": "cic_openrouter_apikey_walkthrough",
      "target": "concept_openrouter"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/custodian_test_data_reference.md",
      "source_location": "line 8",
      "weight": 1.0,
      "source": "concept_custodian_pwa",
      "target": "concept_custodian_double_entry"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/brevo_account_apikey_walkthrough.txt",
      "source_location": "line 6",
      "weight": 1.0,
      "source": "concept_brevo_mail_relay",
      "target": "concept_recce_portal"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/openrouter_key_rotation.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_openrouter_key_rotation_openrouter_key_rotation",
      "target": "cic_prompts_openrouter_key_rotation_health_tracker_ocr"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/recce_client_approval_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_recce_client_approval_walkthrough_recce_client_approval",
      "target": "cic_prompts_recce_client_approval_walkthrough_bulk_response"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/recce_client_approval_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_recce_client_approval_walkthrough_recce_client_approval",
      "target": "cic_prompts_recce_client_approval_walkthrough_magic_link"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/recce_client_approval_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_recce_client_approval_walkthrough_recce_client_approval",
      "target": "cic_prompts_recce_client_approval_walkthrough_recce_client_portal"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.95,
      "source_file": "cic-prompts/recce_client_approval_walkthrough.txt",
      "source_location": null,
      "weight": 0.9,
      "source": "cic_prompts_recce_client_approval_walkthrough_recce_client_approval",
      "target": "cic_prompts_recce_client_test_setup_recce_client_test_setup"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/recce_client_test_setup.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_recce_client_approval_walkthrough_recce_client_portal",
      "target": "cic_prompts_recce_client_test_setup_recce_client_test_setup"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/recce_client_test_setup.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_recce_client_approval_walkthrough_bulk_response",
      "target": "cic_prompts_recce_client_test_setup_recce_client_test_setup"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/recce_client_test_setup.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_recce_client_approval_walkthrough_magic_link",
      "target": "cic_prompts_recce_client_test_setup_recce_client_test_setup"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/recce_client_test_setup.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_recce_client_test_setup_recce_client_test_setup",
      "target": "cic_prompts_recce_client_test_setup_counters_client_invite"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/recce_client_test_setup.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_recce_client_test_setup_recce_client_test_setup",
      "target": "cic_prompts_recce_client_test_setup_hp_india_test_client"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/recce_client_test_setup.txt",
      "source_location": null,
      "weight": 0.9,
      "source": "cic_prompts_recce_client_test_setup_recce_client_test_setup",
      "target": "counters_index_counters_pwa"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.65,
      "source_file": "counters/MDD_counters.md",
      "source_location": null,
      "weight": 0.6,
      "source": "cic_prompts_recce_client_test_setup_hp_india_test_client",
      "target": "counters_mdd_recce_store_sync"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/salary_advance_recovery_RERUN.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_salary_advance_recovery_rerun_salary_advance_rerun",
      "target": "cic_prompts_salary_advance_recovery_rerun_bug4_body_stream"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/salary_advance_recovery_RERUN.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_salary_advance_recovery_rerun_salary_advance_rerun",
      "target": "cic_prompts_salary_advance_recovery_rerun_sw_360hr_v7"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/salary_advance_recovery_RERUN.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_salary_advance_recovery_rerun_salary_advance_rerun",
      "target": "cic_prompts_salary_advance_recovery_walkthrough_salary_advance_walkthrough"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/salary_advance_recovery_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_salary_advance_recovery_walkthrough_salary_advance_walkthrough",
      "target": "cic_prompts_salary_advance_recovery_walkthrough_custodian_hr_crosscheck"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/salary_advance_recovery_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_salary_advance_recovery_walkthrough_salary_advance_walkthrough",
      "target": "cic_prompts_salary_advance_recovery_walkthrough_pay_salary_slip_rpc"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "cic-prompts/sales_billing_manual_testing.txt",
      "source_location": null,
      "weight": 0.7,
      "source": "cic_prompts_salary_advance_recovery_walkthrough_custodian_hr_crosscheck",
      "target": "cic_prompts_sales_billing_manual_testing_custodian_settlement_loop"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/sales_billing_manual_testing.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_sales_billing_manual_testing_sales_billing_manual",
      "target": "cic_prompts_sales_billing_manual_testing_360dlm_company"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/sales_billing_manual_testing.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_sales_billing_manual_testing_sales_billing_manual",
      "target": "cic_prompts_sales_billing_manual_testing_custodian_settlement_loop"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/sales_billing_manual_testing.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_sales_billing_manual_testing_sales_billing_manual",
      "target": "cic_prompts_sales_billing_manual_testing_delivery_challan"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/sales_billing_manual_testing.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_sales_billing_manual_testing_sales_billing_manual",
      "target": "cic_prompts_sales_billing_manual_testing_proforma_invoice"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/sales_billing_manual_testing.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_sales_billing_manual_testing_sales_billing_manual",
      "target": "cic_prompts_sales_billing_manual_testing_sw_360sales_v16"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/sales_billing_manual_testing.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_sales_billing_manual_testing_sales_billing_manual",
      "target": "cic_prompts_sales_billing_manual_testing_tax_invoice"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "INFERRED",
      "confidence_score": 0.95,
      "source_file": "cic-prompts/sales_billing_walkthrough.txt",
      "source_location": null,
      "weight": 0.9,
      "source": "cic_prompts_sales_billing_manual_testing_sales_billing_manual",
      "target": "cic_prompts_sales_billing_walkthrough_sales_billing_walkthrough"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/sales_billing_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_sales_billing_manual_testing_sw_360sales_v16",
      "target": "cic_prompts_sales_billing_walkthrough_sales_billing_walkthrough"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/sales_billing_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_sales_billing_walkthrough_sales_billing_walkthrough",
      "target": "cic_prompts_sales_billing_walkthrough_hsn_sac"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/sales_billing_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_sales_billing_walkthrough_sales_billing_walkthrough",
      "target": "cic_prompts_sales_billing_walkthrough_svc_mat_toggle"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/tour_pg_manual_testing.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_tour_pg_manual_testing_tour_pg_manual",
      "target": "cic_prompts_tour_pg_manual_testing_matrix_2opt"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/tour_pg_manual_testing.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_tour_pg_manual_testing_tour_pg_manual",
      "target": "cic_prompts_tour_pg_manual_testing_tomtom_optimise"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/tour_pg_manual_testing.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_tour_pg_manual_testing_tour_pg_manual",
      "target": "cic_prompts_tour_pg_manual_testing_tour_pg_proxy"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/tour_pg_v19_manual_walkthrough.txt",
      "source_location": null,
      "weight": 0.8,
      "source": "cic_prompts_tour_pg_manual_testing_tomtom_optimise",
      "target": "cic_prompts_tour_pg_v19_manual_walkthrough_tour_pg_v19_manual"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/tour_pg_walkthrough.txt",
      "source_location": null,
      "weight": 0.9,
      "source": "cic_prompts_tour_pg_manual_testing_tomtom_optimise",
      "target": "cic_prompts_tour_pg_walkthrough_tour_pg_v1_walkthrough"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/tour_pg_v12_mobile_walkthrough.txt",
      "source_location": null,
      "weight": 0.8,
      "source": "cic_prompts_tour_pg_manual_testing_tour_pg_proxy",
      "target": "cic_prompts_tour_pg_v12_mobile_walkthrough_tour_pg_v12_mobile"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/tour_pg_v12_mobile_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_tour_pg_v12_mobile_walkthrough_tour_pg_v12_mobile",
      "target": "cic_prompts_tour_pg_v12_mobile_walkthrough_field_mapping_table"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/tour_pg_v12_mobile_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_tour_pg_v12_mobile_walkthrough_tour_pg_v12_mobile",
      "target": "cic_prompts_tour_pg_v12_mobile_walkthrough_native_page_scroll"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "cic-prompts/tour_pg_v19_manual_walkthrough.txt",
      "source_location": null,
      "weight": 0.8,
      "source": "cic_prompts_tour_pg_v12_mobile_walkthrough_tour_pg_v12_mobile",
      "target": "cic_prompts_tour_pg_v19_manual_walkthrough_tour_pg_v19_manual"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "cic-prompts/tour_pg_v12_mobile_walkthrough.txt",
      "source_location": null,
      "weight": 0.8,
      "source": "cic_prompts_tour_pg_v12_mobile_walkthrough_tour_pg_v12_mobile",
      "target": "cic_prompts_tour_pg_walkthrough_tour_pg_v1_walkthrough"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/tour_pg_v19_manual_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_tour_pg_v19_manual_walkthrough_tour_pg_v19_manual",
      "target": "cic_prompts_tour_pg_v19_manual_walkthrough_manual_planner"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/tour_pg_v19_manual_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_tour_pg_v19_manual_walkthrough_tour_pg_v19_manual",
      "target": "cic_prompts_tour_pg_v19_manual_walkthrough_map_picker"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/tour_pg_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_tour_pg_walkthrough_tour_pg_v1_walkthrough",
      "target": "cic_prompts_tour_pg_walkthrough_mid_tour_replan"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/tour_pg_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_tour_pg_walkthrough_tour_pg_v1_walkthrough",
      "target": "cic_prompts_tour_pg_walkthrough_sample_xlsx"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/upi_vendors_crosspwa_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_upi_vendors_crosspwa_walkthrough_upi_vendors_crosspwa",
      "target": "cic_prompts_upi_vendors_crosspwa_walkthrough_custodian_payee_methods"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/upi_vendors_crosspwa_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_upi_vendors_crosspwa_walkthrough_upi_vendors_crosspwa",
      "target": "cic_prompts_upi_vendors_crosspwa_walkthrough_custodian_payees"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/upi_vendors_crosspwa_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_upi_vendors_crosspwa_walkthrough_upi_vendors_crosspwa",
      "target": "cic_prompts_upi_vendors_crosspwa_walkthrough_soft_delete_crosspwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/upi_vendors_crosspwa_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_upi_vendors_crosspwa_walkthrough_upi_vendors_crosspwa",
      "target": "cic_prompts_upi_vendors_crosspwa_walkthrough_upi_pay_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/upi_vendors_crosspwa_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_upi_vendors_crosspwa_walkthrough_upi_vendors_crosspwa",
      "target": "cic_prompts_upi_vendors_crosspwa_walkthrough_vendor_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/upi_vendors_crosspwa_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_upi_vendors_crosspwa_walkthrough_custodian_payees",
      "target": "cic_prompts_upi_vendors_crosspwa_walkthrough_custodian_payee_methods"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/vendors_test_data_cleanup.txt",
      "source_location": null,
      "weight": 0.9,
      "source": "cic_prompts_upi_vendors_crosspwa_walkthrough_custodian_payees",
      "target": "cic_prompts_vendors_test_data_cleanup_vendor_cleanup"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "cic-prompts/vendors_test_data_samples.txt",
      "source_location": null,
      "weight": 0.7,
      "source": "cic_prompts_upi_vendors_crosspwa_walkthrough_custodian_payees",
      "target": "cic_prompts_vendors_test_data_samples_custodian_transfer_line_items"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.95,
      "source_file": "cic-prompts/vendors_v3_walkthrough.txt",
      "source_location": null,
      "weight": 0.9,
      "source": "cic_prompts_upi_vendors_crosspwa_walkthrough_vendor_pwa",
      "target": "cic_prompts_vendors_v3_walkthrough_vendors_v3_walkthrough"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/vendors_test_data_cleanup.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_vendors_test_data_cleanup_vendor_cleanup",
      "target": "cic_prompts_vendors_test_data_samples_vendor_test_data"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/vendors_test_data_cleanup.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_vendors_test_data_cleanup_vendor_cleanup",
      "target": "cic_prompts_vendors_v3_walkthrough_vendors_v3_walkthrough"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/vendors_test_data_samples.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_vendors_test_data_samples_vendor_test_data",
      "target": "cic_prompts_vendors_test_data_samples_custodian_transfer_line_items"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/vendors_test_data_samples.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_vendors_test_data_samples_vendor_test_data",
      "target": "cic_prompts_vendors_test_data_samples_rate_card"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/vendors_v3_walkthrough.txt",
      "source_location": null,
      "weight": 0.9,
      "source": "cic_prompts_vendors_test_data_samples_rate_card",
      "target": "cic_prompts_vendors_v3_walkthrough_vendors_v3_walkthrough"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/vendors_v3_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_vendors_v3_walkthrough_vendors_v3_walkthrough",
      "target": "cic_prompts_vendors_v3_walkthrough_price_delta_badge"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/vendors_v3_walkthrough.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_vendors_v3_walkthrough_vendors_v3_walkthrough",
      "target": "cic_prompts_vendors_v3_walkthrough_vendor_detail_tabs"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/walkthroughs_install_for_claude.txt",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_walkthroughs_install_for_claude_walkthrough_framework_install",
      "target": "cic_prompts_walkthroughs_install_for_claude_playwright_framework"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_walkthroughs_install_for_claude_walkthrough_framework_install",
      "target": "cic_prompts_walkthroughs_install_manual_walkthrough_manual_install"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_walkthroughs_install_for_claude_playwright_framework",
      "target": "cic_prompts_walkthroughs_install_manual_walkthrough_manual_install"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_walkthroughs_install_manual_walkthrough_manual_install",
      "target": "cic_prompts_walkthroughs_install_manual_walkthrough_hud"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "cic-prompts/walkthroughs_install_manual.md",
      "source_location": null,
      "weight": 1.0,
      "source": "cic_prompts_walkthroughs_install_manual_walkthrough_manual_install",
      "target": "cic_prompts_walkthroughs_install_manual_walkthrough_test_mode"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "contacts/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "contacts_index_contacts_pwa",
      "target": "contacts_index_dexie_db"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "contacts/upload/index.html",
      "source_location": null,
      "weight": 0.8,
      "source": "contacts_index_contacts_pwa",
      "target": "contacts_upload_index_share_contacts"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.95,
      "source_file": "counters/index.html",
      "source_location": null,
      "weight": 0.9,
      "source": "counters_mdd_counters_mdd",
      "target": "counters_index_counters_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "counters/MDD_counters.md",
      "source_location": null,
      "weight": 1.0,
      "source": "counters_mdd_counters_mdd",
      "target": "counters_mdd_counter_vs_customer"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "counters/MDD_counters.md",
      "source_location": null,
      "weight": 1.0,
      "source": "counters_mdd_counters_mdd",
      "target": "counters_mdd_counters_counter_table"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "counters/MDD_counters.md",
      "source_location": null,
      "weight": 1.0,
      "source": "counters_mdd_counters_mdd",
      "target": "counters_mdd_recce_store_sync"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "counters/MDD_counters.md",
      "source_location": null,
      "weight": 1.0,
      "source": "counters_mdd_counters_mdd",
      "target": "counters_mdd_unified_job_registry"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "counters/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "counters_index_counters_pwa",
      "target": "counters_index_safe_bottom_css"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "counters/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "counters_index_counters_pwa",
      "target": "counters_index_tour_js"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/bilingual_devguide.md",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_bilingual_devguide_bilingual_pattern",
      "target": "docs_bilingual_devguide_applyi18n"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/bilingual_devguide.md",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_bilingual_devguide_bilingual_pattern",
      "target": "docs_bilingual_devguide_db_prefs"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/bilingual_devguide.md",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_bilingual_devguide_bilingual_pattern",
      "target": "docs_bilingual_devguide_t_helper"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/bilingual_devguide.md",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_bilingual_devguide_bilingual_pattern",
      "target": "docs_bilingual_devguide_tts"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "weight": 0.85,
      "source": "docs_bilingual_devguide_bilingual_pattern",
      "target": "pwa_dev_style_bilingual_pattern"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "learn/player.html",
      "source_location": null,
      "weight": 0.75,
      "source": "docs_bilingual_devguide_tts",
      "target": "learn_player_scene_guide_player"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/input_and_image_standards.md",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_input_and_image_standards_amount_input",
      "target": "docs_input_and_image_standards_fmtamountinput"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/input_and_image_standards.md",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_input_and_image_standards_amount_input",
      "target": "docs_input_and_image_standards_image_editor"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "docs/input_and_image_standards.md",
      "source_location": null,
      "weight": 0.85,
      "source": "docs_input_and_image_standards_fmtamountinput",
      "target": "pwa_dev_style_devguide"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/input_and_image_standards.md",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_input_and_image_standards_image_editor",
      "target": "docs_input_and_image_standards_cth"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "docs/input_and_image_standards.md",
      "source_location": null,
      "weight": 1.0,
      "source": "docs_input_and_image_standards_image_editor",
      "target": "docs_input_and_image_standards_receipt_storage"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "weight": 0.85,
      "source": "docs_input_and_image_standards_image_editor",
      "target": "pwa_dev_style_photo_pipeline"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "docs/input_and_image_standards.md",
      "source_location": null,
      "weight": 0.85,
      "source": "docs_input_and_image_standards_cth",
      "target": "finance_custodian_index_custodian_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "expense/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "expense_index_expense_pwa",
      "target": "expense_index_expense_categories"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "expense/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "expense_index_expense_pwa",
      "target": "expense_index_indexeddb"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "expense/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "expense_index_expense_pwa",
      "target": "expense_index_ocr_proxy"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "expense/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "expense_index_expense_pwa",
      "target": "expense_index_push_notifications"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "expense/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "expense_index_expense_pwa",
      "target": "finance_custodian_index_custodian_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "expense/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "expense_index_expense_pwa",
      "target": "hub_index_lm360_session"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": null,
      "weight": 0.75,
      "source": "expense_index_ocr_proxy",
      "target": "finance_v1_reference_upi_direct_ocr"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "finance-v1/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "finance_v1_reference_finance_v1_archived",
      "target": "finance_v1_index_finance_v1_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": null,
      "weight": 1.0,
      "source": "finance_v1_reference_finance_v1_archived",
      "target": "finance_v1_reference_rpcs"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": null,
      "weight": 1.0,
      "source": "finance_v1_reference_finance_v1_archived",
      "target": "finance_v1_reference_transaction_types"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "finance-v1/FINANCE_V1_REFERENCE.md",
      "source_location": null,
      "weight": 1.0,
      "source": "finance_v1_reference_finance_v1_archived",
      "target": "finance_v1_reference_upi_direct_ocr"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "finance/upi/index.html",
      "source_location": null,
      "weight": 0.75,
      "source": "finance_v1_reference_upi_direct_ocr",
      "target": "finance_upi_index_deeplink"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "finance/index.html",
      "source_location": null,
      "weight": 0.85,
      "source": "finance_v1_index_finance_v1_pwa",
      "target": "finance_index_finance_hub"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "finance/index.html",
      "source_location": null,
      "weight": 0.85,
      "source": "finance_index_finance_hub",
      "target": "finance_credit_card_index_credit_card_pwa"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "finance/index.html",
      "source_location": null,
      "weight": 0.85,
      "source": "finance_index_finance_hub",
      "target": "finance_custodian_index_custodian_pwa"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "finance/index.html",
      "source_location": null,
      "weight": 0.85,
      "source": "finance_index_finance_hub",
      "target": "finance_upi_index_upi_pwa"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "finance/index.html",
      "source_location": null,
      "weight": 0.85,
      "source": "finance_index_finance_hub",
      "target": "finance_vendors_index_vendors_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "finance/credit-card/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "finance_credit_card_index_credit_card_pwa",
      "target": "finance_credit_card_index_reconciliation"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "finance/custodian/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "finance_custodian_index_custodian_pwa",
      "target": "finance_custodian_index_balance_hero"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "finance/custodian/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "finance_custodian_index_custodian_pwa",
      "target": "finance_custodian_index_pending_banner"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "finance/custodian/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "finance_custodian_index_custodian_pwa",
      "target": "finance_custodian_tutorial_tutorial_scene_guide"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "finance/custodian/tutorial/tutorial.html",
      "source_location": null,
      "weight": 1.0,
      "source": "finance_custodian_tutorial_tutorial_scene_guide",
      "target": "finance_custodian_tutorial_tutorial_view_tracking"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "finance/custodian/tutorial/tutorial.html",
      "source_location": null,
      "weight": 1.0,
      "source": "finance_custodian_tutorial_tutorial_scene_guide",
      "target": "hub_index_lm360_session"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "finance/custodian/tutorial/tutorial.html",
      "source_location": null,
      "weight": 1.0,
      "source": "finance_custodian_tutorial_tutorial_scene_guide",
      "target": "hub_index_next_redirect"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "learn/index.html",
      "source_location": null,
      "weight": 0.85,
      "source": "finance_custodian_tutorial_tutorial_scene_guide",
      "target": "learn_index_catalog"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "INFERRED",
      "confidence_score": 0.95,
      "source_file": "finance/custodian/tutorial/tutorial.html",
      "source_location": null,
      "weight": 0.95,
      "source": "finance_custodian_tutorial_tutorial_view_tracking",
      "target": "learn_player_view_tracking"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "finance/upi/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "finance_upi_index_upi_pwa",
      "target": "finance_upi_index_deeplink"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "finance/vendors/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "finance_vendors_index_vendors_pwa",
      "target": "finance_vendors_index_price_comparison"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "hr/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "hr_index_hr_pwa",
      "target": "hr_index_employee_profile"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "hr/index.html",
      "source_location": null,
      "weight": 0.85,
      "source": "hr_index_hr_pwa",
      "target": "hub_index_lm360_session"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "hub/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "hub_index_hub_pwa",
      "target": "hub_index_kpi_cards"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "hub/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "hub_index_hub_pwa",
      "target": "hub_index_lm360_session"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "hub/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "hub_index_hub_pwa",
      "target": "hub_index_next_redirect"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "hub/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "hub_index_hub_pwa",
      "target": "hub_index_pin_pad"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "learn/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "hub_index_lm360_session",
      "target": "learn_index_learn_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "learn/player.html",
      "source_location": null,
      "weight": 1.0,
      "source": "hub_index_lm360_session",
      "target": "learn_player_scene_guide_player"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "production/index.html",
      "source_location": null,
      "weight": 0.85,
      "source": "hub_index_lm360_session",
      "target": "production_index_production_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "learn/player.html",
      "source_location": null,
      "weight": 1.0,
      "source": "hub_index_next_redirect",
      "target": "learn_player_scene_guide_player"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "installation/releases/v1.0.0/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "installation_v100_index_installation_pwa",
      "target": "installation_v100_index_dual_theme"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "installation/releases/v1.0.0/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "installation_v100_index_installation_pwa",
      "target": "installation_v100_index_slides_proxy"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.65,
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "weight": 0.65,
      "source": "installation_v100_index_installation_pwa",
      "target": "pwa_dev_style_maps_policy"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "INFERRED",
      "confidence_score": 0.95,
      "source_file": "installation/releases/v1.0.0/index.html",
      "source_location": null,
      "weight": 0.95,
      "source": "installation_v100_index_slides_proxy",
      "target": "pwa_dev_style_slides_proxy"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "learn/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "learn_index_learn_pwa",
      "target": "learn_index_catalog"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "learn/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "learn_index_learn_pwa",
      "target": "learn_index_team_dashboard"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.95,
      "source_file": "learn/index.html",
      "source_location": null,
      "weight": 0.95,
      "source": "learn_index_learn_pwa",
      "target": "learn_player_scene_guide_player"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "learn/player.html",
      "source_location": null,
      "weight": 1.0,
      "source": "learn_player_scene_guide_player",
      "target": "learn_player_max_scene_reached"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "learn/player.html",
      "source_location": null,
      "weight": 1.0,
      "source": "learn_player_scene_guide_player",
      "target": "learn_player_view_tracking"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "oc-admin/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "oc_admin_index_oc_admin_pwa",
      "target": "oc_admin_index_contact_import"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "printing/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "printing_index_printing_pwa",
      "target": "printing_index_nest_card"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.65,
      "source_file": "printing/index.html",
      "source_location": null,
      "weight": 0.65,
      "source": "printing_index_printing_pwa",
      "target": "production_index_production_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "production/index.html",
      "source_location": null,
      "weight": 1.0,
      "source": "production_index_production_pwa",
      "target": "production_index_order_status"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "weight": 1.0,
      "source": "pwa_dev_style_devguide",
      "target": "pwa_dev_style_admin_unlock"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "weight": 1.0,
      "source": "pwa_dev_style_devguide",
      "target": "pwa_dev_style_bilingual_pattern"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "weight": 1.0,
      "source": "pwa_dev_style_devguide",
      "target": "pwa_dev_style_design_tokens"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "weight": 1.0,
      "source": "pwa_dev_style_devguide",
      "target": "pwa_dev_style_maps_policy"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "weight": 1.0,
      "source": "pwa_dev_style_devguide",
      "target": "pwa_dev_style_photo_pipeline"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "weight": 1.0,
      "source": "pwa_dev_style_devguide",
      "target": "pwa_dev_style_pre_build_questionnaire"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "weight": 1.0,
      "source": "pwa_dev_style_devguide",
      "target": "pwa_dev_style_slides_proxy"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "weight": 1.0,
      "source": "pwa_dev_style_devguide",
      "target": "pwa_dev_style_state_architecture"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "pwa_dev_style.md",
      "source_location": null,
      "weight": 1.0,
      "source": "pwa_dev_style_devguide",
      "target": "pwa_dev_style_sync_architecture"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a72.1",
      "weight": 1.0,
      "source": "recce_client_mdd_recce_client_mdd",
      "target": "concept_client_status_field"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a72.2",
      "weight": 1.0,
      "source": "recce_client_mdd_recce_client_mdd",
      "target": "concept_is_official_for_client_flag"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a72",
      "weight": 1.0,
      "source": "recce_client_mdd_recce_client_mdd",
      "target": "concept_recce_submission"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a73",
      "weight": 1.0,
      "source": "recce_client_mdd_recce_client_mdd",
      "target": "recce_client_auth_magiclink"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a73",
      "weight": 1.0,
      "source": "recce_client_mdd_recce_client_mdd",
      "target": "recce_client_auth_sso"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a75.1",
      "weight": 1.0,
      "source": "recce_client_mdd_recce_client_mdd",
      "target": "recce_client_db_client_invite_table"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a75.1",
      "weight": 1.0,
      "source": "recce_client_mdd_recce_client_mdd",
      "target": "recce_client_db_client_session_table"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a75.1",
      "weight": 1.0,
      "source": "recce_client_mdd_recce_client_mdd",
      "target": "recce_client_db_client_table"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a75.1",
      "weight": 1.0,
      "source": "recce_client_mdd_recce_client_mdd",
      "target": "recce_client_db_client_user_table"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a75.4",
      "weight": 1.0,
      "source": "recce_client_mdd_recce_client_mdd",
      "target": "recce_client_db_recces_for_client_fn"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a75.3",
      "weight": 1.0,
      "source": "recce_client_mdd_recce_client_mdd",
      "target": "recce_client_db_visible_recces_view"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a76",
      "weight": 1.0,
      "source": "recce_client_mdd_recce_client_mdd",
      "target": "recce_client_index_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a74",
      "weight": 1.0,
      "source": "recce_client_mdd_recce_client_mdd",
      "target": "recce_client_phase4_plan"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/index.html",
      "source_location": "status-pill CSS classes",
      "weight": 0.9,
      "source": "recce_client_index_pwa",
      "target": "concept_client_status_field"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "recce-client/index.html",
      "source_location": "v-html openSignedView('html') \u2014 opens view_url",
      "weight": 0.85,
      "source": "recce_client_index_pwa",
      "target": "concept_recce_report_v2_template"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/index.html",
      "source_location": "#s-login send-me-a-sign-in-link button",
      "weight": 0.9,
      "source": "recce_client_index_pwa",
      "target": "recce_client_auth_magiclink"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/index.html",
      "source_location": "Phase 4.10",
      "weight": 0.8,
      "source": "recce_client_index_pwa",
      "target": "recce_client_feature_bulk_select"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/index.html",
      "source_location": "Phase 4.17",
      "weight": 0.8,
      "source": "recce_client_index_pwa",
      "target": "recce_client_feature_comments"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/index.html",
      "source_location": "Phase 4.16",
      "weight": 0.8,
      "source": "recce_client_index_pwa",
      "target": "recce_client_feature_comparison"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/index.html",
      "source_location": "#s-list",
      "weight": 1.0,
      "source": "recce_client_index_pwa",
      "target": "recce_client_screen_list"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/index.html",
      "source_location": "#s-login",
      "weight": 1.0,
      "source": "recce_client_index_pwa",
      "target": "recce_client_screen_login"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/index.html",
      "source_location": "#s-viewer",
      "weight": 1.0,
      "source": "recce_client_index_pwa",
      "target": "recce_client_screen_viewer"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "recce/index.html",
      "source_location": "v16 \u2014 admin UI for client approval workflow",
      "weight": 0.85,
      "source": "recce_client_index_pwa",
      "target": "recce_feature_client_approval_admin"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a71 \u2014 separate PWA sharing same backend",
      "weight": 0.85,
      "source": "recce_client_index_pwa",
      "target": "recce_index_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a75.1 FK",
      "weight": 0.9,
      "source": "recce_client_db_client_table",
      "target": "recce_client_db_client_user_table"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a75.1 FK",
      "weight": 0.9,
      "source": "recce_client_db_client_user_table",
      "target": "recce_client_db_client_invite_table"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a75.1 FK",
      "weight": 0.9,
      "source": "recce_client_db_client_user_table",
      "target": "recce_client_db_client_session_table"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a75.3 WHERE clause",
      "weight": 0.9,
      "source": "recce_client_db_visible_recces_view",
      "target": "concept_is_official_for_client_flag"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a75.3 SQL",
      "weight": 0.9,
      "source": "recce_client_db_visible_recces_view",
      "target": "concept_recce_submission"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "view_url field in view maps to these report files",
      "weight": 0.65,
      "source": "recce_client_db_visible_recces_view",
      "target": "rc_1777713181698_1vcr_view"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a75.4 SQL",
      "weight": 0.9,
      "source": "recce_client_db_visible_recces_view",
      "target": "recce_client_db_recces_for_client_fn"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce-client/MDD_recce_client.md",
      "source_location": "\u00a75.4 CASE statement",
      "weight": 0.9,
      "source": "recce_client_db_recces_for_client_fn",
      "target": "recce_client_scope_kinds"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "recce/index.html",
      "source_location": "v16 off-star .csl-pill CSS",
      "weight": 0.85,
      "source": "recce_index_pwa",
      "target": "concept_is_official_for_client_flag"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce/index.html",
      "source_location": "v9 CSS comment",
      "weight": 1.0,
      "source": "recce_index_pwa",
      "target": "recce_feature_admin_filter"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce/index.html",
      "source_location": "v15a CSS comment",
      "weight": 1.0,
      "source": "recce_index_pwa",
      "target": "recce_feature_bilingual"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce/index.html",
      "source_location": "v16 CSS comment",
      "weight": 1.0,
      "source": "recce_index_pwa",
      "target": "recce_feature_client_approval_admin"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce/index.html",
      "source_location": "v14 CSS comment",
      "weight": 1.0,
      "source": "recce_index_pwa",
      "target": "recce_feature_delete_reason"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce/index.html",
      "source_location": "v12 CSS comment",
      "weight": 1.0,
      "source": "recce_index_pwa",
      "target": "recce_feature_edit_workflow"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "recce/index.html",
      "source_location": "inv-mini CSS",
      "weight": 1.0,
      "source": "recce_index_pwa",
      "target": "recce_feature_invite_mini"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 1 DB schema",
      "weight": 1.0,
      "source": "sales_customers_mdd",
      "target": "sales_customers_db_addresses_table"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 4 DB",
      "weight": 1.0,
      "source": "sales_customers_mdd",
      "target": "sales_customers_db_communications"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 1 DB schema",
      "weight": 1.0,
      "source": "sales_customers_mdd",
      "target": "sales_customers_db_contacts_table"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 5 DB",
      "weight": 1.0,
      "source": "sales_customers_mdd",
      "target": "sales_customers_db_customer360_view"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 1 DB schema",
      "weight": 1.0,
      "source": "sales_customers_mdd",
      "target": "sales_customers_db_customers_table"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 1 DB schema",
      "weight": 1.0,
      "source": "sales_customers_mdd",
      "target": "sales_customers_db_customers_v"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 3 DB",
      "weight": 1.0,
      "source": "sales_customers_mdd",
      "target": "sales_customers_db_leads_table"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 5 DB",
      "weight": 1.0,
      "source": "sales_customers_mdd",
      "target": "sales_customers_db_lookup_tables"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 3 DB",
      "weight": 1.0,
      "source": "sales_customers_mdd",
      "target": "sales_customers_db_opportunities_table"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 3 DB",
      "weight": 1.0,
      "source": "sales_customers_mdd",
      "target": "sales_customers_db_pipeline_history"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Files section",
      "weight": 1.0,
      "source": "sales_customers_mdd",
      "target": "sales_customers_index_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 2 \u2014 Sales PWA integration",
      "weight": 0.9,
      "source": "sales_customers_mdd",
      "target": "sales_index_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "sales/customers/index.html",
      "source_location": "360 BY-OWNER Phase 5 CSS",
      "weight": 1.0,
      "source": "sales_customers_index_pwa",
      "target": "sales_customers_c360_card"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "sales/customers/index.html",
      "source_location": "COMM THREAD Phase 4 CSS",
      "weight": 1.0,
      "source": "sales_customers_index_pwa",
      "target": "sales_customers_comm_thread"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "sales/customers/index.html",
      "source_location": "PIPELINE Phase 3 CSS",
      "weight": 1.0,
      "source": "sales_customers_index_pwa",
      "target": "sales_customers_kanban"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.95,
      "source_file": "sales/customers/MDD_customers.md",
      "source_location": "Phase 2 \u2014 autocomplete sources from customers_v",
      "weight": 0.95,
      "source": "sales_customers_db_customers_v",
      "target": "sales_feature_client_autocomplete"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "sales/index.html",
      "source_location": "Client autocomplete CSS",
      "weight": 1.0,
      "source": "sales_index_pwa",
      "target": "sales_feature_client_autocomplete"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "sales/index.html",
      "source_location": "Job cards CSS",
      "weight": 1.0,
      "source": "sales_index_pwa",
      "target": "sales_feature_job_cards"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "sales/index.html",
      "source_location": "Offer form screen CSS",
      "weight": 1.0,
      "source": "sales_index_pwa",
      "target": "sales_feature_offer_form"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1777713181698_1VCR.html",
      "source_location": "hero section",
      "weight": 1.0,
      "source": "rc_1777713181698_1vcr_view",
      "target": "concept_recce_report_template"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1777720519569_0KWD.html",
      "source_location": "hero section",
      "weight": 1.0,
      "source": "rc_1777720519569_0kwd_view",
      "target": "concept_recce_report_template"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1777724879108_UJJ2.html",
      "source_location": "hero section",
      "weight": 1.0,
      "source": "rc_1777724879108_ujj2_view",
      "target": "concept_recce_report_template"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1777725330396_2PNC.html",
      "source_location": "hero section",
      "weight": 1.0,
      "source": "rc_1777725330396_2pnc_view",
      "target": "concept_recce_report_template"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1777729445374_6PFA.html",
      "source_location": "hero section",
      "weight": 1.0,
      "source": "rc_1777729445374_6pfa_view",
      "target": "concept_recce_report_template"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1777983503317_DZ9X.html",
      "source_location": "hero section",
      "weight": 1.0,
      "source": "rc_1777983503317_dz9x_view",
      "target": "concept_recce_report_template"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779185841350_JKH0.html",
      "source_location": "hero section",
      "weight": 1.0,
      "source": "rc_1779185841350_jkh0_view",
      "target": "concept_recce_report_template"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779203859656_5EZO.html",
      "source_location": "side-idx + cover + scroll-snap CSS",
      "weight": 1.0,
      "source": "rc_1779203859656_5ezo_view",
      "target": "concept_recce_report_v2_template"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779203859656_5EZO_client_approval.html",
      "source_location": "same sub_id B-Tech Solutions LENOVO",
      "weight": 0.95,
      "source": "rc_1779203859656_5ezo_view",
      "target": "rc_1779203859656_5ezo_client_approval_view"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779203859656_5EZO_client_approval.html",
      "source_location": "header status-stamp PENDING",
      "weight": 1.0,
      "source": "rc_1779203859656_5ezo_client_approval_view",
      "target": "concept_client_approval_pdf"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779274415254_2SP3.html",
      "source_location": "side-idx + cover CSS",
      "weight": 1.0,
      "source": "rc_1779274415254_2sp3_view",
      "target": "concept_recce_report_v2_template"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779275334421_TQ5H.html",
      "source_location": "side-idx + cover CSS",
      "weight": 1.0,
      "source": "rc_1779275334421_tq5h_view",
      "target": "concept_recce_report_v2_template"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779435019915_0SZC.html",
      "source_location": "side-idx + cover CSS",
      "weight": 1.0,
      "source": "rc_1779435019915_0szc_view",
      "target": "concept_recce_report_v2_template"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779455352573_IMWV.html",
      "source_location": "side-idx + cover CSS",
      "weight": 1.0,
      "source": "rc_1779455352573_imwv_view",
      "target": "concept_recce_report_v2_template"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "shared/maps-client-test.html",
      "source_location": "script src=/shared/maps-client.js",
      "weight": 1.0,
      "source": "shared_maps_client_test_html",
      "target": "shared_maps_client_js"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.55,
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome-retry1/error-context.md",
      "source_location": "SW cache version test \u2014 custodian context only",
      "weight": 0.3,
      "source": "stores_index_pwa",
      "target": "test_reports_custodian_v4_error_context"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "screenshots/recce/views/RC_1779203859656_5EZO_client_approval.html",
      "source_location": "PENDING status stamp",
      "weight": 0.85,
      "source": "concept_client_status_field",
      "target": "concept_client_approval_pdf"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "screenshots/recce/views/RC_1779203859656_5EZO.html",
      "source_location": "evolved template format",
      "weight": 0.75,
      "source": "concept_recce_report_template",
      "target": "concept_recce_report_v2_template"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "custodian_sw_cache_version_test",
      "target": "custodian_spec_js"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/custodian-Fund-Custodian-\u2014-4c448-che-version-is-custodian-v4-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "custodian_sw_cache_version_test",
      "target": "fundcustodian_pwa"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.95,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome/error-context.md",
      "source_location": null,
      "weight": 0.8,
      "source": "fundcustodian_dashboard_negative_balance_test",
      "target": "fundcustodian_dashboard_positive_balance_class_test"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_dashboard_negative_balance_test",
      "target": "fundcustodian_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--4488f-negative-and-shows-red-text-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_dashboard_negative_balance_test",
      "target": "fundcustodian_spec_js"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_dashboard_admin_sees_all_advances_test",
      "target": "fundcustodian_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--9791e-ding-advances-not-just-own--android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_dashboard_admin_sees_all_advances_test",
      "target": "fundcustodian_spec_js"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_dashboard_positive_balance_class_test",
      "target": "fundcustodian_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--97d5c-ive-balance-shows-pos-class-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_dashboard_positive_balance_class_test",
      "target": "fundcustodian_spec_js"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_dashboard_accept_reject_buttons_test",
      "target": "fundcustodian_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--b088d-s-Accept-and-Reject-buttons-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_dashboard_accept_reject_buttons_test",
      "target": "fundcustodian_spec_js"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_dashboard_pending_banner_count_test",
      "target": "fundcustodian_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--c5dfb-banner-appears-with-count-2-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_dashboard_pending_banner_count_test",
      "target": "fundcustodian_spec_js"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_dashboard_advances_section_visible_test",
      "target": "fundcustodian_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--d41af-advances-section-is-visible-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_dashboard_advances_section_visible_test",
      "target": "fundcustodian_spec_js"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_dashboard_recent_transfers_card_test",
      "target": "fundcustodian_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--ea58b-recent-transfers-card-loads-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_dashboard_recent_transfers_card_test",
      "target": "fundcustodian_spec_js"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_dashboard_pending_from_name_amount_test",
      "target": "fundcustodian_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Dashboard-\u2014--f5e84-om-name-and-amount-for-both-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_dashboard_pending_from_name_amount_test",
      "target": "fundcustodian_spec_js"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.9,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome/error-context.md",
      "source_location": null,
      "weight": 0.8,
      "source": "fundcustodian_ledger_advance_outstanding_amount_test",
      "target": "fundcustodian_ledger_advance_status_badge_test"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_ledger_advance_outstanding_amount_test",
      "target": "fundcustodian_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-8f04d-ce-shows-outstanding-amount-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_ledger_advance_outstanding_amount_test",
      "target": "fundcustodian_spec_js"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_ledger_advance_status_badge_test",
      "target": "fundcustodian_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Adv-d5daa--partially-settled-settled--android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_ledger_advance_status_badge_test",
      "target": "fundcustodian_spec_js"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.9,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome/error-context.md",
      "source_location": null,
      "weight": 0.8,
      "source": "fundcustodian_ledger_transfer_icons_test",
      "target": "fundcustodian_ledger_transfer_rows_test"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_ledger_transfer_icons_test",
      "target": "fundcustodian_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-4b0cb-es-present-in-transfer-rows-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_ledger_transfer_icons_test",
      "target": "fundcustodian_spec_js"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_ledger_transfer_rows_test",
      "target": "fundcustodian_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Ledger-\u2014-Tra-ab3ae--ledger-shows-transfer-rows-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_ledger_transfer_rows_test",
      "target": "fundcustodian_spec_js"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_reject_modal_open_test",
      "target": "fundcustodian_pwa"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.95,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome/error-context.md",
      "source_location": null,
      "weight": 0.9,
      "source": "fundcustodian_reject_modal_open_test",
      "target": "fundcustodian_reject_modal_close_test"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-537e3-t-button-opens-reject-modal-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_reject_modal_open_test",
      "target": "fundcustodian_spec_js"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_reject_modal_close_test",
      "target": "fundcustodian_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Reject-Trans-9dcda--button-closes-reject-modal-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_reject_modal_close_test",
      "target": "fundcustodian_spec_js"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_status_badge_transfer_statuses_test",
      "target": "fundcustodian_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/pw_custodian_v4/fundcustodian-Status-Badge-a6816--expected-transfer-statuses-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "fundcustodian_status_badge_transfer_statuses_test",
      "target": "fundcustodian_spec_js"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/step9-results/admin-Admin-\u2014-Client-Zone--de039-counts-before-deleting-zone-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "admin_client_zone_counts_before_delete_test",
      "target": "admin_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "client_portal_recce_approval_handlers_test",
      "target": "client_portal_pwa"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome/error-context.md",
      "source_location": null,
      "weight": 0.7,
      "source": "client_portal_recce_approval_handlers_test",
      "target": "client_portal_zone_count_fetch_ishead_test"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome/error-context.md",
      "source_location": null,
      "weight": 1.0,
      "source": "client_portal_zone_count_fetch_ishead_test",
      "target": "client_portal_pwa"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "INFERRED",
      "confidence_score": 0.95,
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome/error-context.md",
      "source_location": null,
      "weight": 0.9,
      "source": "client_error_context_recce_approval_handlers",
      "target": "client_error_context_recce_approval_handlers_desktop"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "INFERRED",
      "confidence_score": 0.95,
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome/error-context.md",
      "source_location": null,
      "weight": 0.9,
      "source": "client_error_context_recce_approval_handlers",
      "target": "client_error_context_recce_approval_handlers_desktop_retry"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome/error-context.md",
      "source_location": "line 9",
      "weight": 1.0,
      "source": "client_error_context_recce_approval_handlers",
      "target": "concept_client_portal_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-android-chrome/error-context.md",
      "source_location": "line 9",
      "weight": 1.0,
      "source": "client_error_context_recce_approval_handlers",
      "target": "concept_recce_approval_flow"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome-retry1/error-context.md",
      "source_location": "line 9",
      "weight": 1.0,
      "source": "client_error_context_recce_approval_handlers_desktop_retry",
      "target": "concept_recce_approval_flow"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Rec-0205d-ee-approval-option-handlers-desktop-chrome/error-context.md",
      "source_location": "line 9",
      "weight": 1.0,
      "source": "client_error_context_recce_approval_handlers_desktop",
      "target": "concept_recce_approval_flow"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome-retry1/error-context.md",
      "source_location": "line 9-10",
      "weight": 1.0,
      "source": "client_error_context_zone_ishead_android_retry",
      "target": "concept_zone_ishead"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "INFERRED",
      "confidence_score": 0.95,
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome/error-context.md",
      "source_location": null,
      "weight": 0.9,
      "source": "client_error_context_zone_ishead_android",
      "target": "client_error_context_zone_ishead_desktop"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome/error-context.md",
      "source_location": "line 9",
      "weight": 1.0,
      "source": "client_error_context_zone_ishead_android",
      "target": "concept_client_portal_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-android-chrome/error-context.md",
      "source_location": "line 9-10",
      "weight": 1.0,
      "source": "client_error_context_zone_ishead_android",
      "target": "concept_zone_ishead"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome-retry1/error-context.md",
      "source_location": "line 9-10",
      "weight": 1.0,
      "source": "client_error_context_zone_ishead_desktop_retry",
      "target": "concept_zone_ishead"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "test_reports/step9-results/client-Client-Portal-\u2014-Zon-c10ce-count-fetch-for-zone-isHead-desktop-chrome/error-context.md",
      "source_location": "line 9-10",
      "weight": 1.0,
      "source": "client_error_context_zone_ishead_desktop",
      "target": "concept_zone_ishead"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "line 22-36",
      "weight": 1.0,
      "source": "tour_pg_mdd",
      "target": "concept_tour_pg_proxy"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "line 18-20",
      "weight": 1.0,
      "source": "tour_pg_mdd",
      "target": "concept_tour_pg_route_optimisation"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "line 6",
      "weight": 1.0,
      "source": "tour_pg_mdd",
      "target": "tour_pg_index"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.95,
      "source_file": "tour-pg/index.html",
      "source_location": null,
      "weight": 0.9,
      "source": "tour_pg_index",
      "target": "concept_tour_pg_proxy"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "tour-pg/MDD_tour_pg.md",
      "source_location": "line 12",
      "weight": 0.8,
      "source": "tour_pg_index",
      "target": "tour_planner_index"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "tutorials/index.html",
      "source_location": null,
      "weight": 0.8,
      "source": "tutorials_index",
      "target": "tutorials_player"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "tutorials/index.html",
      "source_location": "line 29",
      "weight": 1.0,
      "source": "tutorials_index",
      "target": "tutorials_portal_walkthrough"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "line 35-54",
      "weight": 1.0,
      "source": "tutorials_gemini_prompt",
      "target": "concept_recce_portal_tutorial"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT.md",
      "source_location": "line 36-53",
      "weight": 1.0,
      "source": "tutorials_gemini_prompt",
      "target": "tutorials_storyboard"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "tutorials/portal-walkthrough/GEMINI_PROMPT_TUTORIAL.md",
      "source_location": "line 10-28",
      "weight": 1.0,
      "source": "tutorials_gemini_prompt_tutorial",
      "target": "tutorials_portal_walkthrough"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": "line 1-15",
      "weight": 1.0,
      "source": "tutorials_storyboard",
      "target": "concept_recce_portal_tutorial"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.95,
      "source_file": "tutorials/portal-walkthrough/tutorial.html",
      "source_location": null,
      "weight": 0.9,
      "source": "tutorials_portal_walkthrough",
      "target": "concept_recce_portal_tutorial"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "screenshots/recce/views/RC_1779203859656_5EZO.pdf",
      "source_location": null,
      "weight": 0.6,
      "source": "recce_screenshot_pdf",
      "target": "concept_recce_approval_flow"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "tutorials/portal-walkthrough/storyboard.md",
      "source_location": null,
      "weight": 0.7,
      "source": "concept_recce_approval_flow",
      "target": "concept_recce_portal_tutorial"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "walkthroughs/README.md",
      "source_location": null,
      "weight": 0.6,
      "source": "concept_video_tutorial_pipeline",
      "target": "concept_walkthroughs_framework"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779203859656_5EZO_client_approval.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "recce_views_rc_1779203859656_5ezo_client_approval_btech_solutions",
      "target": "recce_views_rc_1779203859656_5ezo_client_approval_recce_record"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779203859656_5EZO_client_approval.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "recce_views_rc_1779203859656_5ezo_client_approval_lenovo",
      "target": "recce_views_rc_1779203859656_5ezo_client_approval_recce_record"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779274415254_2SP3.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "recce_views_rc_1779274415254_2sp3_kc_electronics",
      "target": "recce_views_rc_1779274415254_2sp3_kocher_market_ludhiana"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779274415254_2SP3.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "recce_views_rc_1779274415254_2sp3_kc_electronics",
      "target": "recce_views_rc_1779274415254_2sp3_recce_report"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779274415254_2SP3.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "recce_views_rc_1779274415254_2sp3_hp_world",
      "target": "recce_views_rc_1779274415254_2sp3_recce_report"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779275334421_TQ5H.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "recce_views_rc_1779274415254_2sp3_hp_world",
      "target": "recce_views_rc_1779275334421_tq5h_recce_report"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779274415254_2SP3.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "recce_views_rc_1779274415254_2sp3_kocher_market_ludhiana",
      "target": "recce_views_rc_1779274415254_2sp3_recce_report"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779275334421_TQ5H.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "recce_views_rc_1779275334421_tq5h_premier_laptop_point",
      "target": "recce_views_rc_1779275334421_tq5h_recce_report"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779275334421_TQ5H.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "recce_views_rc_1779275334421_tq5h_premier_laptop_point",
      "target": "recce_views_rc_1779275334421_tq5h_sukhmani_tower_ludhiana"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779275334421_TQ5H.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "recce_views_rc_1779275334421_tq5h_sukhmani_tower_ludhiana",
      "target": "recce_views_rc_1779275334421_tq5h_recce_report"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "screenshots/recce/views/RC_1779455352573_IMWV.pdf",
      "source_location": null,
      "weight": 0.85,
      "source": "recce_views_rc_1779275334421_tq5h_sukhmani_tower_ludhiana",
      "target": "recce_views_rc_1779455352573_imwv_sukhmani_tower_upper_floor"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779435019915_0SZC.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "recce_views_rc_1779435019915_0szc_zarc_india",
      "target": "recce_views_rc_1779435019915_0szc_recce_report"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779435019915_0SZC.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "recce_views_rc_1779435019915_0szc_zarc_india",
      "target": "recce_views_rc_1779435019915_0szc_shimlapuri_ludhiana"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779435019915_0SZC.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "recce_views_rc_1779435019915_0szc_shimlapuri_ludhiana",
      "target": "recce_views_rc_1779435019915_0szc_recce_report"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779435019915_0SZC.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "recce_views_rc_1779435019915_0szc_liv_pure_client",
      "target": "recce_views_rc_1779435019915_0szc_recce_report"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779455352573_IMWV.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "recce_views_rc_1779455352573_imwv_shivaay_infotech",
      "target": "recce_views_rc_1779455352573_imwv_recce_report"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779455352573_IMWV.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "recce_views_rc_1779455352573_imwv_shivaay_infotech",
      "target": "recce_views_rc_1779455352573_imwv_sukhmani_tower_upper_floor"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779455352573_IMWV.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "recce_views_rc_1779455352573_imwv_sukhmani_tower_upper_floor",
      "target": "recce_views_rc_1779455352573_imwv_recce_report"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "screenshots/recce/views/RC_1779455352573_IMWV.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "recce_views_rc_1779455352573_imwv_hp_client",
      "target": "recce_views_rc_1779455352573_imwv_recce_report"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "uploads/sales/26 04 08 Park Hotel - Punchkula.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "sales_park_hotel_punchkula_quotation",
      "target": "sales_park_hotel_punchkula_mohali_punjab"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "uploads/sales/26 04 08 Park Hotel - Punchkula.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "sales_park_hotel_punchkula_quotation",
      "target": "sales_park_hotel_punchkula_park_hospital"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "uploads/sales/26 04 08 Park Hotel - Punchkula.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "sales_park_hotel_punchkula_quotation",
      "target": "sales_park_hotel_punchkula_perfect_marketing_solutions"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "uploads/sales/ECO INSURANCE.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "sales_eco_insurance_national_insurance",
      "target": "sales_eco_insurance_policy_schedule"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "uploads/sales/ECO INSURANCE.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "sales_eco_insurance_policy_schedule",
      "target": "sales_eco_insurance_gitesh_kumar"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "uploads/sales/ECO INSURANCE.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "sales_eco_insurance_policy_schedule",
      "target": "sales_eco_insurance_maruti_eeco"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "uploads/sales/ECO INSURANCE.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "sales_eco_insurance_policy_schedule",
      "target": "sales_eco_insurance_sonepat_haryana"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "uploads/sales/ECO INSURANCE.pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "sales_eco_insurance_policy_schedule",
      "target": "sales_eco_insurance_turtlemint"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "uploads/sales/ECO Pollution (VALID- 19_08_26) .pdf",
      "source_location": null,
      "weight": 0.85,
      "source": "sales_eco_insurance_gitesh_kumar",
      "target": "sales_eco_pollution_puc_certificate"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.95,
      "source_file": "uploads/sales/ECO Pollution (VALID- 19_08_26) .pdf",
      "source_location": null,
      "weight": 0.95,
      "source": "sales_eco_insurance_maruti_eeco",
      "target": "sales_eco_pollution_vehicle_hr10x8555"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "uploads/sales/ECO Pollution (VALID- 19_08_26) .pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "sales_eco_pollution_puc_certificate",
      "target": "sales_eco_pollution_mann_filling_station"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "uploads/sales/ECO Pollution (VALID- 19_08_26) .pdf",
      "source_location": null,
      "weight": 1.0,
      "source": "sales_eco_pollution_puc_certificate",
      "target": "sales_eco_pollution_vehicle_hr10x8555"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_infra.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_memory_postgrest",
      "target": "mem_dbt_infra_service_ports"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_hub.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_memory_hub_next_redirect",
      "target": "mem_dbt_hub_pwa"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_expense.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_memory_verify_pin_rpc",
      "target": "mem_dbt_expense_rpcs"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_hub.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_memory_verify_pin_rpc",
      "target": "mem_dbt_hub_verify_pin"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "/var/www/360lm/docs/memory/dbt_custodian.md",
      "source_location": null,
      "weight": 0.9,
      "source": "mem_memory_pg_trigger_security_definer",
      "target": "mem_dbt_custodian_deactivation"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "/var/www/360lm/docs/memory/MEMORY.md",
      "source_location": null,
      "weight": 0.9,
      "source": "mem_memory_video_tutorial_devguide",
      "target": "mem_dbt_custodian_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_learn.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_aliases_tm",
      "target": "mem_dbt_learn_tm_dashboard"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/aliases.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_aliases_cascading_filters",
      "target": "mem_dbt_activity_cascading_filters_v23"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_activity.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_activity_pwa",
      "target": "mem_dbt_activity_cascading_filters_v23"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_activity.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_activity_pwa",
      "target": "mem_dbt_activity_gform_proxy"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_activity.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_activity_pwa",
      "target": "mem_dbt_activity_responses_table"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_activity.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_activity_pwa",
      "target": "mem_dbt_activity_schema"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "/var/www/360lm/docs/memory/dbt_activity.md",
      "source_location": null,
      "weight": 0.9,
      "source": "mem_dbt_activity_pwa",
      "target": "mem_dbt_client_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_activity.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_activity_pwa",
      "target": "mem_dbt_hub_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_admin.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_admin_pwa",
      "target": "mem_dbt_admin_client_zones"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_admin.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_admin_pwa",
      "target": "mem_dbt_admin_pwa_registry"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_admin.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_admin_pwa",
      "target": "mem_dbt_admin_rpcs"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_admin.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_admin_pwa_registry",
      "target": "mem_dbt_hub_schema"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "/var/www/360lm/docs/memory/dbt_admin.md",
      "source_location": null,
      "weight": 0.85,
      "source": "mem_dbt_admin_rpcs",
      "target": "mem_dbt_expense_rpcs"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_client.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_admin_client_zones",
      "target": "mem_dbt_client_zone_access"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "/var/www/360lm/docs/memory/dbt_sales.md",
      "source_location": null,
      "weight": 0.75,
      "source": "mem_dbt_archive_tour_planner",
      "target": "mem_dbt_sales_canonical_job"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_client.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_client_pwa",
      "target": "mem_dbt_client_approval_pdf"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_client.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_client_pwa",
      "target": "mem_dbt_client_branding_approvals"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_client.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_client_pwa",
      "target": "mem_dbt_client_schema"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_client.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_client_pwa",
      "target": "mem_dbt_client_zone_access"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_client.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_client_branding_approvals",
      "target": "mem_dbt_recce_schema"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_counters.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_counters_pwa",
      "target": "mem_dbt_counters_client_portal"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_counters.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_counters_pwa",
      "target": "mem_dbt_counters_mail_relay"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_counters.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_counters_pwa",
      "target": "mem_dbt_counters_official_recce"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_counters.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_counters_pwa",
      "target": "mem_dbt_counters_schema"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_counters.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_counters_pwa",
      "target": "mem_dbt_counters_view_proxy"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_recce.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_counters_schema",
      "target": "mem_dbt_recce_client_portal_schema"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_counters.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_counters_client_portal",
      "target": "mem_dbt_recce_pwa"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "/var/www/360lm/docs/memory/dbt_counters_pending_offers.md",
      "source_location": null,
      "weight": 0.9,
      "source": "mem_dbt_counters_mail_relay",
      "target": "mem_dbt_counters_pending_offers"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "/var/www/360lm/docs/memory/dbt_recce.md",
      "source_location": null,
      "weight": 0.9,
      "source": "mem_dbt_counters_official_recce",
      "target": "mem_dbt_recce_superseded_flow"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_recce.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_counters_view_proxy",
      "target": "mem_dbt_recce_signed_urls"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_counters_pending_offers.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_counters_pending_offers",
      "target": "mem_dbt_counters_brevo_prod"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_counters_pending_offers.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_counters_pending_offers",
      "target": "mem_dbt_counters_per_brand_suborg"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_creditcard.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_creditcard_pwa",
      "target": "mem_dbt_creditcard_auto_matcher"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_creditcard.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_creditcard_pwa",
      "target": "mem_dbt_creditcard_rpcs"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_creditcard.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_creditcard_pwa",
      "target": "mem_dbt_creditcard_schema"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_creditcard.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_creditcard_pwa",
      "target": "mem_dbt_creditcard_state_machine"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "/var/www/360lm/docs/memory/dbt_creditcard.md",
      "source_location": null,
      "weight": 0.85,
      "source": "mem_dbt_creditcard_pwa",
      "target": "mem_dbt_finance_tally_blocked"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_custodian.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_custodian_pwa",
      "target": "mem_dbt_custodian_deactivation"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_custodian.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_custodian_pwa",
      "target": "mem_dbt_custodian_get_dashboard_rpc"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_custodian.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_custodian_pwa",
      "target": "mem_dbt_custodian_hard_delete_rpc"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_custodian.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_custodian_pwa",
      "target": "mem_dbt_custodian_limited_mode"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_custodian.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_custodian_pwa",
      "target": "mem_dbt_custodian_schema"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_custodian.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_custodian_pwa",
      "target": "mem_dbt_custodian_set_active_rpc"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_custodian.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_custodian_pwa",
      "target": "mem_dbt_custodian_sync_trigger"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "EXTRACTED",
      "confidence_score": 0.9,
      "source_file": "/var/www/360lm/docs/memory/dbt_finance.md",
      "source_location": null,
      "weight": 0.9,
      "source": "mem_dbt_custodian_pwa",
      "target": "mem_dbt_finance_custodian_v22"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_custodian.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_custodian_pwa",
      "target": "mem_dbt_learn_custodian_integration"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_custodian.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_custodian_sync_trigger",
      "target": "mem_dbt_expense_schema"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_finance.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_custodian_sync_trigger",
      "target": "mem_dbt_finance_custodian_migrations"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_dispatch.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_dispatch_pwa",
      "target": "mem_dbt_dispatch_ai_proxy"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_expense.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_expense_pwa",
      "target": "mem_dbt_expense_impress_autodeduct"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_expense.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_expense_pwa",
      "target": "mem_dbt_expense_rpcs"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_expense.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_expense_pwa",
      "target": "mem_dbt_expense_schema"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_hr.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_expense_schema",
      "target": "mem_dbt_hr_schema"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "/var/www/360lm/docs/memory/dbt_finance.md",
      "source_location": null,
      "weight": 0.85,
      "source": "mem_dbt_finance_upi_pay",
      "target": "mem_dbt_finance_vendor_management"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "/var/www/360lm/docs/memory/dbt_hr.md",
      "source_location": null,
      "weight": 0.75,
      "source": "mem_dbt_finance_upi_pay",
      "target": "mem_dbt_hr_salary_slip_flow"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_finance.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_finance_tally_blocked",
      "target": "mem_dbt_infra_tally_blocked"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_pending.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_finance_tally_blocked",
      "target": "mem_dbt_pending_tally_export"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_hr.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_hr_pwa",
      "target": "mem_dbt_hr_attendance_gps"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_hr.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_hr_pwa",
      "target": "mem_dbt_hr_rpcs"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_hr.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_hr_pwa",
      "target": "mem_dbt_hr_salary_slip_flow"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_hr.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_hr_pwa",
      "target": "mem_dbt_hr_schema"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_hub.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_hub_pwa",
      "target": "mem_dbt_hub_access_json"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_hub.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_hub_pwa",
      "target": "mem_dbt_hub_schema"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_hub.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_hub_pwa",
      "target": "mem_dbt_hub_verify_pin"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_learn.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_hub_pwa",
      "target": "mem_dbt_learn_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_infra.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_infra_service_ports",
      "target": "mem_dbt_infra_ocr_proxy"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "EXTRACTED",
      "confidence_score": 0.85,
      "source_file": "/var/www/360lm/docs/memory/dbt_infra.md",
      "source_location": null,
      "weight": 0.85,
      "source": "mem_dbt_infra_service_ports",
      "target": "mem_dbt_infra_sw_versions"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_learn.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_learn_pwa",
      "target": "mem_dbt_learn_catalog"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_learn.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_learn_pwa",
      "target": "mem_dbt_learn_completion_rules"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_learn.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_learn_pwa",
      "target": "mem_dbt_learn_custodian_integration"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_learn.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_learn_pwa",
      "target": "mem_dbt_learn_rpcs"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_learn.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_learn_pwa",
      "target": "mem_dbt_learn_schema"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_learn.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_learn_pwa",
      "target": "mem_dbt_learn_tm_dashboard"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_pending.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_pending_cross_pwa",
      "target": "mem_dbt_pending_tally_export"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_pending.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_pending_cross_pwa",
      "target": "mem_dbt_pending_tracking_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_recce.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_recce_pwa",
      "target": "mem_dbt_recce_admin_overlay"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_recce.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_recce_pwa",
      "target": "mem_dbt_recce_client_portal_schema"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_recce.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_recce_pwa",
      "target": "mem_dbt_recce_migrations"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_recce.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_recce_pwa",
      "target": "mem_dbt_recce_onboarding_tour"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_recce.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_recce_pwa",
      "target": "mem_dbt_recce_schema"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_recce.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_recce_pwa",
      "target": "mem_dbt_recce_signed_urls"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_recce.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_recce_pwa",
      "target": "mem_dbt_recce_superseded_flow"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_sales.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_sales_pwa",
      "target": "mem_dbt_sales_campaign_id_format"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_sales.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_sales_pwa",
      "target": "mem_dbt_sales_canonical_job"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_sales.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_sales_pwa",
      "target": "mem_dbt_sales_dual_company"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_sales.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_sales_pwa",
      "target": "mem_dbt_sales_gst_logic"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_sales.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_sales_pwa",
      "target": "mem_dbt_sales_invoice_stage_e"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_sales.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_sales_pwa",
      "target": "mem_dbt_sales_schema"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_tour_pg.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_tour_pg_pwa",
      "target": "mem_dbt_tour_pg_db_persistence"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_tour_pg.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_tour_pg_pwa",
      "target": "mem_dbt_tour_pg_excel_ai_sidecar"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_tour_pg.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_tour_pg_pwa",
      "target": "mem_dbt_tour_pg_excel_to_counters_skill"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_tour_pg.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_tour_pg_pwa",
      "target": "mem_dbt_tour_pg_xlsx_self_hosted"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "/var/www/360lm/docs/memory/feedback_cic_pwa_walkthrough.md",
      "source_location": null,
      "weight": 0.75,
      "source": "mem_dbt_tour_pg_pwa",
      "target": "mem_feedback_cic_pwa_walkthrough_rule"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/feedback_hub_next_redirect.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_tour_pg_pwa",
      "target": "mem_feedback_hub_next_redirect_rule"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/feedback_maps_provider.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_tour_pg_pwa",
      "target": "mem_feedback_maps_provider_rule"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/feedback_mobile_scroll.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_tour_pg_pwa",
      "target": "mem_feedback_mobile_scroll_rule"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "/var/www/360lm/docs/memory/feedback_safe_bottom.md",
      "source_location": null,
      "weight": 0.85,
      "source": "mem_dbt_tour_pg_pwa",
      "target": "mem_feedback_safe_bottom_rule"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_tour_pg.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_tour_pg_excel_ai_sidecar",
      "target": "mem_dbt_tour_pg_excel_to_counters_skill"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "/var/www/360lm/docs/memory/dbt_tour_pg.md",
      "source_location": null,
      "weight": 0.75,
      "source": "mem_dbt_tour_pg_xlsx_self_hosted",
      "target": "mem_feedback_safe_bottom_rule"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_tour_planner.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_tour_planner_pwa",
      "target": "mem_dbt_tour_planner_api_keys_pending"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "/var/www/360lm/docs/memory/dbt_tour_planner.md",
      "source_location": null,
      "weight": 0.85,
      "source": "mem_dbt_tour_planner_pwa",
      "target": "mem_feedback_maps_provider_rule"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_vehicle.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_vehicle_pwa",
      "target": "mem_dbt_vehicle_bilingual"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "/var/www/360lm/docs/memory/feedback_safe_bottom.md",
      "source_location": null,
      "weight": 0.85,
      "source": "mem_dbt_vehicle_pwa",
      "target": "mem_feedback_safe_bottom_rule"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_vendors.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_vendors_pwa",
      "target": "mem_dbt_vendors_custodian_payees"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_vendors.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_vendors_pwa",
      "target": "mem_dbt_vendors_rate_cards"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_vendors.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_vendors_pwa",
      "target": "mem_dbt_vendors_transaction_lines"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/dbt_vendors.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_dbt_vendors_pwa",
      "target": "mem_dbt_vendors_upi_integration"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "/var/www/360lm/docs/memory/feedback_cic_pwa_walkthrough.md",
      "source_location": null,
      "weight": 0.75,
      "source": "mem_dbt_vendors_pwa",
      "target": "mem_feedback_cic_pwa_walkthrough_rule"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "/var/www/360lm/docs/memory/feedback_safe_bottom.md",
      "source_location": null,
      "weight": 0.85,
      "source": "mem_dbt_vendors_pwa",
      "target": "mem_feedback_safe_bottom_rule"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "/var/www/360lm/docs/memory/dbt_vendors.md",
      "source_location": null,
      "weight": 0.75,
      "source": "mem_dbt_vendors_custodian_payees",
      "target": "mem_expense_pwa_build_verify_pin"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "/var/www/360lm/docs/memory/feedback_pg_trigger_security_definer.md",
      "source_location": null,
      "weight": 0.75,
      "source": "mem_dbt_vendors_transaction_lines",
      "target": "mem_feedback_pg_trigger_security_definer_rule"
    },
    {
      "relation": "rationale_for",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "/var/www/360lm/docs/memory/dbt_vendors.md",
      "source_location": null,
      "weight": 0.85,
      "source": "mem_dbt_vendors_upi_integration",
      "target": "mem_feedback_cross_pwa_safety_rule"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/expense_pwa_build.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_expense_pwa_build_state",
      "target": "mem_expense_pwa_build_impress"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/expense_pwa_build.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_expense_pwa_build_state",
      "target": "mem_expense_pwa_build_verify_pin"
    },
    {
      "relation": "rationale_for",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/feedback_verify_pin_response.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_expense_pwa_build_verify_pin",
      "target": "mem_feedback_verify_pin_response_rule"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/feedback_cross_pwa_safety.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_feedback_cross_pwa_safety_rule",
      "target": "mem_feedback_cross_pwa_safety_shared_zones"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "/var/www/360lm/docs/memory/feedback_parallel_sessions.md",
      "source_location": null,
      "weight": 0.85,
      "source": "mem_feedback_cross_pwa_safety_rule",
      "target": "mem_feedback_parallel_sessions_rule"
    },
    {
      "relation": "semantically_similar_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "/var/www/360lm/docs/memory/feedback_cross_pwa_safety.md",
      "source_location": null,
      "weight": 0.85,
      "source": "mem_feedback_cross_pwa_safety_shared_zones",
      "target": "mem_feedback_parallel_sessions_zones"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "/var/www/360lm/docs/memory/feedback_verify_pin_response.md",
      "source_location": null,
      "weight": 0.75,
      "source": "mem_feedback_cross_pwa_safety_shared_zones",
      "target": "mem_feedback_verify_pin_response_rule"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "/var/www/360lm/docs/memory/feedback_dbt_session_state_cadence.md",
      "source_location": null,
      "weight": 0.75,
      "source": "mem_feedback_dbt_cadence_rule",
      "target": "mem_feedback_parallel_sessions_state_isolation"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/feedback_hub_next_redirect.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_feedback_hub_next_redirect_rule",
      "target": "mem_feedback_hub_next_redirect_hub_impl"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/feedback_hub_next_redirect.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_feedback_hub_next_redirect_rule",
      "target": "mem_feedback_safe_bottom_rule"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/feedback_maps_provider.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_feedback_maps_provider_rule",
      "target": "mem_feedback_maps_provider_client_helper"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/feedback_maps_provider.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_feedback_maps_provider_rule",
      "target": "mem_feedback_maps_provider_tomtom_cases"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/feedback_mobile_scroll.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_feedback_mobile_scroll_rule",
      "target": "mem_feedback_safe_bottom_rule"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/feedback_parallel_sessions.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_feedback_parallel_sessions_rule",
      "target": "mem_feedback_parallel_sessions_state_isolation"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/feedback_parallel_sessions.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_feedback_parallel_sessions_rule",
      "target": "mem_feedback_parallel_sessions_zones"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/feedback_plpgsql_return_table_conflict.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_feedback_pg_trigger_security_definer_rule",
      "target": "mem_feedback_plpgsql_return_table_conflict_rule"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/feedback_safe_bottom.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_feedback_safe_bottom_rule",
      "target": "mem_feedback_safe_bottom_css_file"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_finance_structure_finance_structure",
      "target": "mem_finance_structure_expense_pwa_relationship"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_finance_structure_finance_structure",
      "target": "mem_finance_structure_finance_accounts_schema"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_finance_structure_finance_structure",
      "target": "mem_finance_structure_finance_parties_schema"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_finance_structure_finance_structure",
      "target": "mem_finance_structure_finance_salary_register_schema"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_finance_structure_finance_structure",
      "target": "mem_finance_structure_finance_transactions_schema"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_finance_structure_finance_structure",
      "target": "mem_finance_structure_tally_integration"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.9,
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "weight": 0.9,
      "source": "mem_finance_structure_tally_integration",
      "target": "mem_reminder_tally_ledgers_tally_ledger_reminder"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_finance_structure_account_co_bank",
      "target": "mem_org_people_pramod_narang"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_finance_structure_account_petty_cash",
      "target": "mem_org_people_shambhu"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_finance_structure_account_imp_rakesh",
      "target": "mem_org_people_rakesh"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_finance_structure_account_imp_harish",
      "target": "mem_org_people_harish_kumar_lal"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "weight": 0.85,
      "source": "mem_finance_structure_expense_pwa_relationship",
      "target": "mem_project_arch_pwa_expense"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "/var/www/360lm/docs/memory/finance_structure.md",
      "source_location": null,
      "weight": 0.85,
      "source": "mem_finance_structure_expense_pwa_relationship",
      "target": "mem_project_arch_pwa_finance"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/gmail_mcp.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_gmail_mcp_gmail_mcp",
      "target": "mem_gmail_mcp_account_360mktg"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/gmail_mcp.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_gmail_mcp_gmail_mcp",
      "target": "mem_gmail_mcp_account_haris"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/gmail_mcp.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_gmail_mcp_gmail_mcp",
      "target": "mem_gmail_mcp_account_promo"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/gmail_mcp.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_gmail_mcp_gmail_mcp",
      "target": "mem_gmail_mcp_account_yemo"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/gmail_mcp.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_gmail_mcp_gmail_mcp",
      "target": "mem_gmail_mcp_gcp_project"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "weight": 0.75,
      "source": "mem_gmail_mcp_gmail_mcp",
      "target": "mem_vcc_library_class13_mcp_null"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "/var/www/360lm/docs/memory/gmail_mcp.md",
      "source_location": null,
      "weight": 0.85,
      "source": "mem_gmail_mcp_account_haris",
      "target": "mem_org_people_harish_kumar_lal"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/health_tracker.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_health_tracker_health_pwa",
      "target": "mem_health_tracker_health_db"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/health_tracker.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_health_tracker_health_pwa",
      "target": "mem_health_tracker_health_url"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/health_tracker.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_health_tracker_health_pwa",
      "target": "mem_health_tracker_ocr_chain"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/infra_vps.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_infra_vps_vps_infrastructure",
      "target": "mem_infra_vps_360lm_web_container"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/infra_vps.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_infra_vps_vps_infrastructure",
      "target": "mem_infra_vps_network_root_default"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/infra_vps.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_infra_vps_vps_infrastructure",
      "target": "mem_infra_vps_ollama_container"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/infra_vps.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_infra_vps_vps_infrastructure",
      "target": "mem_infra_vps_openclaw_container"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/infra_vps.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_infra_vps_vps_infrastructure",
      "target": "mem_infra_vps_paperclip_container"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/infra_vps.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_infra_vps_vps_infrastructure",
      "target": "mem_infra_vps_traefik"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.9,
      "source_file": "/var/www/360lm/docs/memory/infra_vps.md",
      "source_location": null,
      "weight": 0.9,
      "source": "mem_infra_vps_paperclip_container",
      "target": "mem_paperclip_paperclip_platform"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.9,
      "source_file": "/var/www/360lm/docs/memory/infra_vps.md",
      "source_location": null,
      "weight": 0.9,
      "source": "mem_infra_vps_openclaw_container",
      "target": "mem_openclaw_openclaw_service"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "/var/www/360lm/docs/memory/mohali_group.md",
      "source_location": null,
      "weight": 0.85,
      "source": "mem_mohali_group_mohali_group",
      "target": "mem_openclaw_openclaw_service"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "/var/www/360lm/docs/memory/mohali_group.md",
      "source_location": null,
      "weight": 0.85,
      "source": "mem_mohali_group_mohali_group",
      "target": "mem_session_state_oc_oc_session_state"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/obsidian.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_obsidian_obsidian_vault",
      "target": "mem_obsidian_claude_memory_symlink"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/obsidian.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_obsidian_obsidian_vault",
      "target": "mem_obsidian_silverbullet"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/obsidian.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_obsidian_obsidian_vault",
      "target": "mem_obsidian_syncthing"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/oc_dbt.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_obsidian_obsidian_vault",
      "target": "mem_oc_dbt_oc_phase1"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/oc_dbt.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_obsidian_obsidian_vault",
      "target": "mem_oc_dbt_oc_phase2"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/plan_memory_sync.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_obsidian_silverbullet",
      "target": "mem_plan_memory_sync_memory_sync_plan"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/plan_memory_sync.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_obsidian_syncthing",
      "target": "mem_plan_memory_sync_memory_sync_plan"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/oc_dbt.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_oc_dbt_oc_design_build_tracker",
      "target": "mem_oc_dbt_oc_phase0"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/oc_dbt.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_oc_dbt_oc_design_build_tracker",
      "target": "mem_oc_dbt_oc_phase1"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/oc_dbt.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_oc_dbt_oc_design_build_tracker",
      "target": "mem_oc_dbt_oc_phase2"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/oc_dbt.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_oc_dbt_oc_design_build_tracker",
      "target": "mem_openclaw_openclaw_config"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/oc_dbt.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_oc_dbt_oc_phase1",
      "target": "mem_oc_dbt_oc_contact_picker_pwa"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/openclaw.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_openclaw_openclaw_service",
      "target": "mem_openclaw_anthropic_api_key"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/openclaw.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_openclaw_openclaw_service",
      "target": "mem_openclaw_openclaw_config"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/openclaw.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_openclaw_openclaw_service",
      "target": "mem_openclaw_openclaw_ro_role"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/openclaw.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_openclaw_openclaw_service",
      "target": "mem_openclaw_openclaw_whatsapp"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "weight": 0.75,
      "source": "mem_openclaw_openclaw_service",
      "target": "mem_vcc_library_class12_oc_auth"
    },
    {
      "relation": "references",
      "confidence": "INFERRED",
      "confidence_score": 0.85,
      "source_file": "/var/www/360lm/docs/memory/project_arch.md",
      "source_location": null,
      "weight": 0.85,
      "source": "mem_openclaw_openclaw_ro_role",
      "target": "mem_project_arch_lm360_db"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/openclaw.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_openclaw_anthropic_api_key",
      "target": "mem_paperclip_paperclip_platform"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.9,
      "source_file": "/var/www/360lm/docs/memory/openclaw.md",
      "source_location": null,
      "weight": 0.9,
      "source": "mem_openclaw_anthropic_api_key",
      "target": "mem_session_state_oc_billing_issue"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/paperclip.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_paperclip_paperclip_platform",
      "target": "mem_paperclip_paperclip_backup"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/paperclip.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_paperclip_paperclip_platform",
      "target": "mem_paperclip_paperclip_db"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/paperclip.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_paperclip_paperclip_platform",
      "target": "mem_paperclip_paperclip_quirk_revoke"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/parallel_sessions.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_parallel_sessions_session_board",
      "target": "mem_parallel_sessions_conflict_zones"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/plan_memory_sync.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_plan_memory_sync_memory_sync_plan",
      "target": "mem_plan_memory_sync_filesystem_mcp"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/project_arch.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_project_arch_360lm_architecture",
      "target": "mem_project_arch_google_slides_proxy"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/project_arch.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_project_arch_360lm_architecture",
      "target": "mem_project_arch_hub_pwa_registry"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/project_arch.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_project_arch_360lm_architecture",
      "target": "mem_project_arch_lm360_db"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/project_arch.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_project_arch_360lm_architecture",
      "target": "mem_project_arch_pwa_expense"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/project_arch.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_project_arch_360lm_architecture",
      "target": "mem_project_arch_pwa_finance"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/project_arch.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_project_arch_360lm_architecture",
      "target": "mem_project_arch_pwa_hr"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/project_arch.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_project_arch_360lm_architecture",
      "target": "mem_project_arch_pwa_hub"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/project_arch.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_project_arch_360lm_architecture",
      "target": "mem_project_arch_pwa_recce"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "INFERRED",
      "confidence_score": 0.75,
      "source_file": "/var/www/360lm/docs/memory/vcc_checklist.md",
      "source_location": null,
      "weight": 0.75,
      "source": "mem_project_arch_lm360_db",
      "target": "mem_vcc_checklist_vcc_checklist"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/session_state_oc.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_session_state_oc_oc_session_state",
      "target": "mem_session_state_oc_billing_issue"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/session_state_pwa.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_session_state_pwa_pwa_session_state",
      "target": "mem_session_state_pwa_vehicle_bilingual"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_checklist.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_checklist_vcc_checklist",
      "target": "mem_vcc_checklist_rule_a"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_checklist.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_checklist_vcc_checklist",
      "target": "mem_vcc_checklist_rule_b"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_checklist.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_checklist_vcc_checklist",
      "target": "mem_vcc_checklist_rule_e"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_checklist.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_checklist_vcc_checklist",
      "target": "mem_vcc_checklist_rule_k"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_checklist.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_checklist_vcc_checklist",
      "target": "mem_vcc_checklist_rule_l"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_checklist.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_checklist_vcc_checklist",
      "target": "mem_vcc_library_vcc_library"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_checklist.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_checklist_rule_a",
      "target": "mem_vcc_library_class1_api_contract"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_checklist.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_checklist_rule_b",
      "target": "mem_vcc_library_class2_deploy_order"
    },
    {
      "relation": "conceptually_related_to",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_checklist.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_checklist_rule_e",
      "target": "mem_vcc_library_class9_sw_version"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_library_vcc_library",
      "target": "mem_vcc_library_class10_test_data"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_library_vcc_library",
      "target": "mem_vcc_library_class11_sot_migration"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_library_vcc_library",
      "target": "mem_vcc_library_class12_oc_auth"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_library_vcc_library",
      "target": "mem_vcc_library_class13_mcp_null"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_library_vcc_library",
      "target": "mem_vcc_library_class1_api_contract"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_library_vcc_library",
      "target": "mem_vcc_library_class2_deploy_order"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_library_vcc_library",
      "target": "mem_vcc_library_class3_string_mismatch"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_library_vcc_library",
      "target": "mem_vcc_library_class4_denormalized_sync"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_library_vcc_library",
      "target": "mem_vcc_library_class5_dom_id"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_library_vcc_library",
      "target": "mem_vcc_library_class6_css_default"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_library_vcc_library",
      "target": "mem_vcc_library_class7_silent_http"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_library_vcc_library",
      "target": "mem_vcc_library_class8_schema_column"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vcc_library.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vcc_library_vcc_library",
      "target": "mem_vcc_library_class9_sw_version"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vehicle_db_archive_2026-06-15.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vehicle_db_archive_vehicle_db",
      "target": "mem_vehicle_db_archive_hired_vehicle_ch01tb2791"
    },
    {
      "relation": "references",
      "confidence": "EXTRACTED",
      "confidence_score": 1.0,
      "source_file": "/var/www/360lm/docs/memory/vehicle_db_archive_2026-06-15.md",
      "source_location": null,
      "weight": 1.0,
      "source": "mem_vehicle_db_archive_vehicle_db",
      "target": "mem_vehicle_db_archive_vehicle_hr10x8555"
    }
  ],
  "hyperedges": [],
  "built_at_commit": "d504c80f673db8411d22018823c9f1f6301aad7d"
}