my-homelab-configs/graphify-out/graph.html

345 lines
1.2 MiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>graphify - graphify-out/graph.html</title>
<script src="https://unpkg.com/vis-network@9.1.6/standalone/umd/vis-network.min.js"
integrity="sha384-Ux6phic9PEHJ38YtrijhkzyJ8yQlH8i/+buBR8s3mAZOJrP1gwyvAcIYl3GWtpX1"
crossorigin="anonymous"></script>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #0f0f1a; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; display: flex; height: 100vh; overflow: hidden; }
#graph { flex: 1; }
#sidebar { width: 280px; background: #1a1a2e; border-left: 1px solid #2a2a4e; display: flex; flex-direction: column; overflow: hidden; }
#search-wrap { padding: 12px; border-bottom: 1px solid #2a2a4e; }
#search { width: 100%; background: #0f0f1a; border: 1px solid #3a3a5e; color: #e0e0e0; padding: 7px 10px; border-radius: 6px; font-size: 13px; outline: none; }
#search:focus { border-color: #4E79A7; }
#search-results { max-height: 140px; overflow-y: auto; padding: 4px 12px; border-bottom: 1px solid #2a2a4e; display: none; }
.search-item { padding: 4px 6px; cursor: pointer; border-radius: 4px; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-item:hover { background: #2a2a4e; }
#info-panel { padding: 14px; border-bottom: 1px solid #2a2a4e; min-height: 140px; }
#info-panel h3 { font-size: 13px; color: #aaa; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
#info-content { font-size: 13px; color: #ccc; line-height: 1.6; }
#info-content .field { margin-bottom: 5px; }
#info-content .field b { color: #e0e0e0; }
#info-content .empty { color: #555; font-style: italic; }
.neighbor-link { display: block; padding: 2px 6px; margin: 2px 0; border-radius: 3px; cursor: pointer; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-left: 3px solid #333; }
.neighbor-link:hover { background: #2a2a4e; }
#neighbors-list { max-height: 160px; overflow-y: auto; margin-top: 4px; }
#legend-wrap { flex: 1; overflow-y: auto; padding: 12px; }
#legend-wrap h3 { font-size: 13px; color: #aaa; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.05em; }
.legend-item { display: flex; align-items: center; gap: 8px; padding: 4px 0; cursor: pointer; border-radius: 4px; font-size: 12px; }
.legend-item:hover { background: #2a2a4e; padding-left: 4px; }
.legend-item.dimmed { opacity: 0.35; }
.legend-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.legend-label { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.legend-count { color: #666; font-size: 11px; }
#stats { padding: 10px 14px; border-top: 1px solid #2a2a4e; font-size: 11px; color: #555; }
#legend-controls { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; padding: 4px 0; }
#legend-controls label { display: flex; align-items: center; gap: 6px; cursor: pointer; font-size: 12px; color: #aaa; user-select: none; }
#legend-controls label:hover { color: #e0e0e0; }
.legend-cb, #select-all-cb { appearance: none; -webkit-appearance: none; width: 14px; height: 14px; border: 1.5px solid #3a3a5e; border-radius: 3px; background: #0f0f1a; cursor: pointer; position: relative; flex-shrink: 0; }
.legend-cb:checked, #select-all-cb:checked { background: #4E79A7; border-color: #4E79A7; }
.legend-cb:checked::after, #select-all-cb:checked::after { content: ''; position: absolute; left: 3.5px; top: 1px; width: 4px; height: 7px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
#select-all-cb:indeterminate { background: #4E79A7; border-color: #4E79A7; }
#select-all-cb:indeterminate::after { content: ''; position: absolute; left: 2px; top: 5px; width: 8px; height: 2px; background: #fff; border: none; transform: none; }
</style>
</head>
<body>
<div id="graph"></div>
<div id="sidebar">
<div id="search-wrap">
<input id="search" type="text" placeholder="Search nodes..." autocomplete="off">
<div id="search-results"></div>
</div>
<div id="info-panel">
<h3>Node Info</h3>
<div id="info-content"><span class="empty">Click a node to inspect it</span></div>
</div>
<div id="legend-wrap">
<h3>Communities</h3>
<div id="legend-controls">
<label><input type="checkbox" id="select-all-cb" checked onchange="toggleAllCommunities(!this.checked)">Select All</label>
</div>
<div id="legend"></div>
</div>
<div id="stats">1332 nodes &middot; 2793 edges &middot; 118 communities</div>
</div>
<script>
const RAW_NODES = [{"id": "labs_mlops_platform_app_main_predictrequest", "label": "PredictRequest", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PredictRequest", "community": 11, "community_name": "main.py", "source_file": "labs/mlops-platform/app/main.py", "file_type": "code", "degree": 3}, {"id": "scripts_heal_healrule", "label": "HealRule", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "HealRule", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 3}, {"id": "scripts_incident_commander_incident", "label": "Incident", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Incident", "community": 20, "community_name": "incident-commander", "source_file": "scripts/incident-commander", "file_type": "code", "degree": 7}, {"id": "scripts_prompt_injection_lab_case", "label": "Case", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Case", "community": 25, "community_name": "prompt-injection-lab", "source_file": "scripts/prompt-injection-lab", "file_type": "code", "degree": 8}, {"id": "scripts_ai_evals_case", "label": "Case", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Case", "community": 27, "community_name": "ai-evals", "source_file": "scripts/ai-evals", "file_type": "code", "degree": 9}, {"id": "infra_blockchain_devnet_metrics_exporter_metricshandler", "label": "MetricsHandler", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "MetricsHandler", "community": 29, "community_name": "exporter.py", "source_file": "infra/blockchain-devnet/metrics/exporter.py", "file_type": "code", "degree": 4}, {"id": "labs_mlops_platform_app_main_drift_score", "label": "drift_score()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "drift_score()", "community": 11, "community_name": "main.py", "source_file": "labs/mlops-platform/app/main.py", "file_type": "code", "degree": 3}, {"id": "labs_mlops_platform_app_main_healthz", "label": "healthz()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "healthz()", "community": 11, "community_name": "main.py", "source_file": "labs/mlops-platform/app/main.py", "file_type": "code", "degree": 3}, {"id": "labs_mlops_platform_app_main_load_model", "label": "load_model()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "load_model()", "community": 11, "community_name": "main.py", "source_file": "labs/mlops-platform/app/main.py", "file_type": "code", "degree": 2}, {"id": "labs_mlops_platform_app_main_logistic", "label": "logistic()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "logistic()", "community": 11, "community_name": "main.py", "source_file": "labs/mlops-platform/app/main.py", "file_type": "code", "degree": 2}, {"id": "labs_mlops_platform_app_main_metrics", "label": "metrics()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "metrics()", "community": 11, "community_name": "main.py", "source_file": "labs/mlops-platform/app/main.py", "file_type": "code", "degree": 3}, {"id": "labs_mlops_platform_app_main_normalized_features", "label": "normalized_features()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "normalized_features()", "community": 11, "community_name": "main.py", "source_file": "labs/mlops-platform/app/main.py", "file_type": "code", "degree": 3}, {"id": "labs_mlops_platform_app_main_predict", "label": "predict()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "predict()", "community": 11, "community_name": "main.py", "source_file": "labs/mlops-platform/app/main.py", "file_type": "code", "degree": 6}, {"id": "labs_mlops_platform_app_main_record_http_metrics", "label": "record_http_metrics()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "record_http_metrics()", "community": 11, "community_name": "main.py", "source_file": "labs/mlops-platform/app/main.py", "file_type": "code", "degree": 5}, {"id": "labs_mlops_platform_app_main_root", "label": "root()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "root()", "community": 11, "community_name": "main.py", "source_file": "labs/mlops-platform/app/main.py", "file_type": "code", "degree": 3}, {"id": "labs_mlops_platform_app_main_score_prediction", "label": "score_prediction()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "score_prediction()", "community": 11, "community_name": "main.py", "source_file": "labs/mlops-platform/app/main.py", "file_type": "code", "degree": 4}, {"id": "scripts_heal_apply_plan", "label": "apply_plan()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "apply_plan()", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 6}, {"id": "scripts_heal_build_plan", "label": "build_plan()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "build_plan()", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 6}, {"id": "scripts_heal_clear_failed_action", "label": "clear_failed_action()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "clear_failed_action()", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 4}, {"id": "scripts_heal_command_for", "label": "command_for()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "command_for()", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 4}, {"id": "scripts_heal_highest_impact", "label": "highest_impact()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "highest_impact()", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 4}, {"id": "scripts_heal_impact_sort_key", "label": "impact_sort_key()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "impact_sort_key()", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 3}, {"id": "scripts_heal_load_heal_state", "label": "load_heal_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "load_heal_state()", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 4}, {"id": "scripts_heal_load_status", "label": "load_status()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "load_status()", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 4}, {"id": "scripts_heal_main", "label": "main()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 5}, {"id": "scripts_heal_pimox_worker_index", "label": "pimox_worker_index()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "pimox_worker_index()", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 2}, {"id": "scripts_heal_pimox_worker_ready", "label": "pimox_worker_ready()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "pimox_worker_ready()", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 2}, {"id": "scripts_heal_print_ai_context", "label": "print_ai_context()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "print_ai_context()", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 2}, {"id": "scripts_heal_print_plan", "label": "print_plan()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "print_plan()", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 5}, {"id": "scripts_heal_recent_failed_commands", "label": "recent_failed_commands()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "recent_failed_commands()", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 4}, {"id": "scripts_heal_record_failed_action", "label": "record_failed_action()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "record_failed_action()", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 4}, {"id": "scripts_heal_rule_for", "label": "rule_for()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "rule_for()", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 3}, {"id": "scripts_heal_status_rows", "label": "status_rows()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "status_rows()", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 3}, {"id": "scripts_heal_target_is_healed", "label": "target_is_healed()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "target_is_healed()", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 5}, {"id": "scripts_heal_verify_healed", "label": "verify_healed()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "verify_healed()", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 3}, {"id": "scripts_heal_write_heal_state", "label": "write_heal_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "write_heal_state()", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 4}, {"id": "labs_mlops_platform_training_export_model_export_model", "label": "export_model()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "export_model()", "community": 14, "community_name": "pathlib", "source_file": "labs/mlops-platform/training/export_model.py", "file_type": "code", "degree": 1}, {"id": "scripts_agent_sandbox_classify", "label": "classify()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "classify()", "community": 14, "community_name": "pathlib", "source_file": "scripts/agent-sandbox", "file_type": "code", "degree": 3}, {"id": "scripts_agent_sandbox_load_policy", "label": "load_policy()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "load_policy()", "community": 14, "community_name": "pathlib", "source_file": "scripts/agent-sandbox", "file_type": "code", "degree": 3}, {"id": "scripts_agent_sandbox_main", "label": "main()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 14, "community_name": "pathlib", "source_file": "scripts/agent-sandbox", "file_type": "code", "degree": 4}, {"id": "scripts_agent_sandbox_print_result", "label": "print_result()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "print_result()", "community": 14, "community_name": "pathlib", "source_file": "scripts/agent-sandbox", "file_type": "code", "degree": 2}, {"id": "scripts_ai_memory_check", "label": "check()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "check()", "community": 14, "community_name": "pathlib", "source_file": "scripts/ai-memory", "file_type": "code", "degree": 3}, {"id": "scripts_ai_memory_main", "label": "main()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 14, "community_name": "pathlib", "source_file": "scripts/ai-memory", "file_type": "code", "degree": 2}, {"id": "scripts_render_service_catalog_check_file", "label": "check_file()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "check_file()", "community": 17, "community_name": "render-service-catalog", "source_file": "scripts/render-service-catalog", "file_type": "code", "degree": 3}, {"id": "scripts_render_service_catalog_host_ip", "label": "host_ip()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "host_ip()", "community": 17, "community_name": "render-service-catalog", "source_file": "scripts/render-service-catalog", "file_type": "code", "degree": 4}, {"id": "scripts_render_service_catalog_host_label", "label": "host_label()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "host_label()", "community": 17, "community_name": "render-service-catalog", "source_file": "scripts/render-service-catalog", "file_type": "code", "degree": 5}, {"id": "scripts_render_service_catalog_host_rows", "label": "host_rows()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "host_rows()", "community": 17, "community_name": "render-service-catalog", "source_file": "scripts/render-service-catalog", "file_type": "code", "degree": 4}, {"id": "scripts_render_service_catalog_html_link", "label": "html_link()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "html_link()", "community": 17, "community_name": "render-service-catalog", "source_file": "scripts/render-service-catalog", "file_type": "code", "degree": 2}, {"id": "scripts_render_service_catalog_main", "label": "main()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 17, "community_name": "render-service-catalog", "source_file": "scripts/render-service-catalog", "file_type": "code", "degree": 6}, {"id": "scripts_render_service_catalog_markdown_table", "label": "markdown_table()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "markdown_table()", "community": 17, "community_name": "render-service-catalog", "source_file": "scripts/render-service-catalog", "file_type": "code", "degree": 2}, {"id": "scripts_render_service_catalog_md_link", "label": "md_link()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "md_link()", "community": 17, "community_name": "render-service-catalog", "source_file": "scripts/render-service-catalog", "file_type": "code", "degree": 2}, {"id": "scripts_render_service_catalog_parse_inventory", "label": "parse_inventory()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_inventory()", "community": 17, "community_name": "render-service-catalog", "source_file": "scripts/render-service-catalog", "file_type": "code", "degree": 3}, {"id": "scripts_render_service_catalog_render_html", "label": "render_html()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "render_html()", "community": 17, "community_name": "render-service-catalog", "source_file": "scripts/render-service-catalog", "file_type": "code", "degree": 6}, {"id": "scripts_render_service_catalog_render_markdown", "label": "render_markdown()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "render_markdown()", "community": 17, "community_name": "render-service-catalog", "source_file": "scripts/render-service-catalog", "file_type": "code", "degree": 7}, {"id": "scripts_render_service_catalog_service_rows", "label": "service_rows()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "service_rows()", "community": 17, "community_name": "render-service-catalog", "source_file": "scripts/render-service-catalog", "file_type": "code", "degree": 5}, {"id": "scripts_render_service_catalog_value", "label": "value()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "value()", "community": 17, "community_name": "render-service-catalog", "source_file": "scripts/render-service-catalog", "file_type": "code", "degree": 5}, {"id": "scripts_render_service_catalog_write_if_changed", "label": "write_if_changed()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "write_if_changed()", "community": 17, "community_name": "render-service-catalog", "source_file": "scripts/render-service-catalog", "file_type": "code", "degree": 3}, {"id": "apps_website_translation_collectpagetranslations", "label": "collectPageTranslations()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "collectPageTranslations()", "community": 19, "community_name": "translation.js", "source_file": "apps/website/translation.js", "file_type": "code", "degree": 3}, {"id": "apps_website_translation_dotranslation", "label": "doTranslation()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "doTranslation()", "community": 19, "community_name": "translation.js", "source_file": "apps/website/translation.js", "file_type": "code", "degree": 7}, {"id": "apps_website_translation_hideprompt", "label": "hidePrompt()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "hidePrompt()", "community": 19, "community_name": "translation.js", "source_file": "apps/website/translation.js", "file_type": "code", "degree": 2}, {"id": "apps_website_translation_inittranslation", "label": "initTranslation()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "initTranslation()", "community": 19, "community_name": "translation.js", "source_file": "apps/website/translation.js", "file_type": "code", "degree": 2}, {"id": "apps_website_translation_savelang", "label": "saveLang()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "saveLang()", "community": 19, "community_name": "translation.js", "source_file": "apps/website/translation.js", "file_type": "code", "degree": 2}, {"id": "apps_website_translation_showbadge", "label": "showBadge()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "showBadge()", "community": 19, "community_name": "translation.js", "source_file": "apps/website/translation.js", "file_type": "code", "degree": 2}, {"id": "apps_website_translation_translatebatch", "label": "translateBatch()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "translateBatch()", "community": 19, "community_name": "translation.js", "source_file": "apps/website/translation.js", "file_type": "code", "degree": 3}, {"id": "scripts_incident_commander_classify", "label": "classify()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "classify()", "community": 20, "community_name": "incident-commander", "source_file": "scripts/incident-commander", "file_type": "code", "degree": 2}, {"id": "scripts_incident_commander_first_evidence_lines", "label": "first_evidence_lines()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "first_evidence_lines()", "community": 20, "community_name": "incident-commander", "source_file": "scripts/incident-commander", "file_type": "code", "degree": 2}, {"id": "scripts_incident_commander_fixture_text", "label": "fixture_text()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "fixture_text()", "community": 20, "community_name": "incident-commander", "source_file": "scripts/incident-commander", "file_type": "code", "degree": 3}, {"id": "scripts_incident_commander_incident_for_class", "label": "incident_for_class()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "incident_for_class()", "community": 20, "community_name": "incident-commander", "source_file": "scripts/incident-commander", "file_type": "code", "degree": 3}, {"id": "scripts_incident_commander_load_incidents", "label": "load_incidents()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "load_incidents()", "community": 20, "community_name": "incident-commander", "source_file": "scripts/incident-commander", "file_type": "code", "degree": 4}, {"id": "scripts_incident_commander_main", "label": "main()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 20, "community_name": "incident-commander", "source_file": "scripts/incident-commander", "file_type": "code", "degree": 7}, {"id": "scripts_incident_commander_print_list", "label": "print_list()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "print_list()", "community": 20, "community_name": "incident-commander", "source_file": "scripts/incident-commander", "file_type": "code", "degree": 3}, {"id": "scripts_incident_commander_print_triage", "label": "print_triage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "print_triage()", "community": 20, "community_name": "incident-commander", "source_file": "scripts/incident-commander", "file_type": "code", "degree": 2}, {"id": "scripts_incident_commander_read_triage_input", "label": "read_triage_input()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "read_triage_input()", "community": 20, "community_name": "incident-commander", "source_file": "scripts/incident-commander", "file_type": "code", "degree": 3}, {"id": "scripts_incident_commander_render_triage", "label": "render_triage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "render_triage()", "community": 20, "community_name": "incident-commander", "source_file": "scripts/incident-commander", "file_type": "code", "degree": 7}, {"id": "scripts_incident_commander_replay", "label": "replay()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "replay()", "community": 20, "community_name": "incident-commander", "source_file": "scripts/incident-commander", "file_type": "code", "degree": 5}, {"id": "scripts_incident_commander_split_items", "label": "split_items()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "split_items()", "community": 20, "community_name": "incident-commander", "source_file": "scripts/incident-commander", "file_type": "code", "degree": 2}, {"id": "apps_demos_static_public_media_cruncher_media_cruncher_appendstatus", "label": "appendStatus()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "appendStatus()", "community": 21, "community_name": "media-cruncher.js", "source_file": "apps/demos-static/public/media-cruncher/media-cruncher.js", "file_type": "code", "degree": 2}, {"id": "apps_demos_static_public_media_cruncher_media_cruncher_createcanvas", "label": "createCanvas()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "createCanvas()", "community": 21, "community_name": "media-cruncher.js", "source_file": "apps/demos-static/public/media-cruncher/media-cruncher.js", "file_type": "code", "degree": 2}, {"id": "apps_demos_static_public_media_cruncher_media_cruncher_crunchimage", "label": "crunchImage()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "crunchImage()", "community": 21, "community_name": "media-cruncher.js", "source_file": "apps/demos-static/public/media-cruncher/media-cruncher.js", "file_type": "code", "degree": 5}, {"id": "apps_demos_static_public_media_cruncher_media_cruncher_formatbytes", "label": "formatBytes()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "formatBytes()", "community": 21, "community_name": "media-cruncher.js", "source_file": "apps/demos-static/public/media-cruncher/media-cruncher.js", "file_type": "code", "degree": 2}, {"id": "apps_demos_static_public_media_cruncher_media_cruncher_handlefiles", "label": "handleFiles()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "handleFiles()", "community": 21, "community_name": "media-cruncher.js", "source_file": "apps/demos-static/public/media-cruncher/media-cruncher.js", "file_type": "code", "degree": 3}, {"id": "apps_demos_static_public_media_cruncher_media_cruncher_toblob", "label": "toBlob()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "toBlob()", "community": 21, "community_name": "media-cruncher.js", "source_file": "apps/demos-static/public/media-cruncher/media-cruncher.js", "file_type": "code", "degree": 4}, {"id": "scripts_build_homelab_ai_index_build_index", "label": "build_index()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "build_index()", "community": 22, "community_name": "build-homelab-ai-index", "source_file": "scripts/build-homelab-ai-index", "file_type": "code", "degree": 5}, {"id": "scripts_build_homelab_ai_index_candidate_files", "label": "candidate_files()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "candidate_files()", "community": 22, "community_name": "build-homelab-ai-index", "source_file": "scripts/build-homelab-ai-index", "file_type": "code", "degree": 5}, {"id": "scripts_build_homelab_ai_index_chunk_file", "label": "chunk_file()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "chunk_file()", "community": 22, "community_name": "build-homelab-ai-index", "source_file": "scripts/build-homelab-ai-index", "file_type": "code", "degree": 4}, {"id": "scripts_build_homelab_ai_index_load_patterns", "label": "load_patterns()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "load_patterns()", "community": 22, "community_name": "build-homelab-ai-index", "source_file": "scripts/build-homelab-ai-index", "file_type": "code", "degree": 3}, {"id": "scripts_build_homelab_ai_index_main", "label": "main()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 22, "community_name": "build-homelab-ai-index", "source_file": "scripts/build-homelab-ai-index", "file_type": "code", "degree": 4}, {"id": "scripts_build_homelab_ai_index_path_is_secret", "label": "path_is_secret()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "path_is_secret()", "community": 22, "community_name": "build-homelab-ai-index", "source_file": "scripts/build-homelab-ai-index", "file_type": "code", "degree": 3}, {"id": "scripts_build_homelab_ai_index_path_matches_any", "label": "path_matches_any()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "path_matches_any()", "community": 22, "community_name": "build-homelab-ai-index", "source_file": "scripts/build-homelab-ai-index", "file_type": "code", "degree": 2}, {"id": "scripts_build_homelab_ai_index_read_text", "label": "read_text()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "read_text()", "community": 22, "community_name": "build-homelab-ai-index", "source_file": "scripts/build-homelab-ai-index", "file_type": "code", "degree": 3}, {"id": "scripts_build_homelab_ai_index_tokenise", "label": "tokenise()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tokenise()", "community": 22, "community_name": "build-homelab-ai-index", "source_file": "scripts/build-homelab-ai-index", "file_type": "code", "degree": 2}, {"id": "infra_heimdall_seed_heimdall_columns", "label": "columns()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "columns()", "community": 24, "community_name": "seed-heimdall.py", "source_file": "infra/heimdall/seed-heimdall.py", "file_type": "code", "degree": 5}, {"id": "infra_heimdall_seed_heimdall_ensure_dashboard_tag", "label": "ensure_dashboard_tag()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_dashboard_tag()", "community": 24, "community_name": "seed-heimdall.py", "source_file": "infra/heimdall/seed-heimdall.py", "file_type": "code", "degree": 5}, {"id": "infra_heimdall_seed_heimdall_ensure_public_dashboard", "label": "ensure_public_dashboard()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_public_dashboard()", "community": 24, "community_name": "seed-heimdall.py", "source_file": "infra/heimdall/seed-heimdall.py", "file_type": "code", "degree": 4}, {"id": "infra_heimdall_seed_heimdall_find_database", "label": "find_database()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "find_database()", "community": 24, "community_name": "seed-heimdall.py", "source_file": "infra/heimdall/seed-heimdall.py", "file_type": "code", "degree": 1}, {"id": "infra_heimdall_seed_heimdall_home_dashboard_tag_id", "label": "home_dashboard_tag_id()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "home_dashboard_tag_id()", "community": 24, "community_name": "seed-heimdall.py", "source_file": "infra/heimdall/seed-heimdall.py", "file_type": "code", "degree": 3}, {"id": "infra_heimdall_seed_heimdall_load_links", "label": "load_links()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "load_links()", "community": 24, "community_name": "seed-heimdall.py", "source_file": "infra/heimdall/seed-heimdall.py", "file_type": "code", "degree": 1}, {"id": "infra_heimdall_seed_heimdall_quote_identifier", "label": "quote_identifier()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "quote_identifier()", "community": 24, "community_name": "seed-heimdall.py", "source_file": "infra/heimdall/seed-heimdall.py", "file_type": "code", "degree": 3}, {"id": "infra_heimdall_seed_heimdall_table_exists", "label": "table_exists()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "table_exists()", "community": 24, "community_name": "seed-heimdall.py", "source_file": "infra/heimdall/seed-heimdall.py", "file_type": "code", "degree": 4}, {"id": "infra_heimdall_seed_heimdall_upsert_links", "label": "upsert_links()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "upsert_links()", "community": 24, "community_name": "seed-heimdall.py", "source_file": "infra/heimdall/seed-heimdall.py", "file_type": "code", "degree": 6}, {"id": "infra_heimdall_seed_heimdall_wait_for_items_table", "label": "wait_for_items_table()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "wait_for_items_table()", "community": 24, "community_name": "seed-heimdall.py", "source_file": "infra/heimdall/seed-heimdall.py", "file_type": "code", "degree": 2}, {"id": "scripts_prompt_injection_lab_defense_response", "label": "defense_response()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "defense_response()", "community": 25, "community_name": "prompt-injection-lab", "source_file": "scripts/prompt-injection-lab", "file_type": "code", "degree": 3}, {"id": "scripts_prompt_injection_lab_fixture_text", "label": "fixture_text()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "fixture_text()", "community": 25, "community_name": "prompt-injection-lab", "source_file": "scripts/prompt-injection-lab", "file_type": "code", "degree": 2}, {"id": "scripts_prompt_injection_lab_load_cases", "label": "load_cases()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "load_cases()", "community": 25, "community_name": "prompt-injection-lab", "source_file": "scripts/prompt-injection-lab", "file_type": "code", "degree": 4}, {"id": "scripts_prompt_injection_lab_main", "label": "main()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 25, "community_name": "prompt-injection-lab", "source_file": "scripts/prompt-injection-lab", "file_type": "code", "degree": 5}, {"id": "scripts_prompt_injection_lab_print_list", "label": "print_list()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "print_list()", "community": 25, "community_name": "prompt-injection-lab", "source_file": "scripts/prompt-injection-lab", "file_type": "code", "degree": 3}, {"id": "scripts_prompt_injection_lab_print_run", "label": "print_run()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "print_run()", "community": 25, "community_name": "prompt-injection-lab", "source_file": "scripts/prompt-injection-lab", "file_type": "code", "degree": 4}, {"id": "scripts_prompt_injection_lab_print_show", "label": "print_show()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "print_show()", "community": 25, "community_name": "prompt-injection-lab", "source_file": "scripts/prompt-injection-lab", "file_type": "code", "degree": 3}, {"id": "scripts_prompt_injection_lab_run_case", "label": "run_case()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "run_case()", "community": 25, "community_name": "prompt-injection-lab", "source_file": "scripts/prompt-injection-lab", "file_type": "code", "degree": 4}, {"id": "scripts_prompt_injection_lab_split_terms", "label": "split_terms()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "split_terms()", "community": 25, "community_name": "prompt-injection-lab", "source_file": "scripts/prompt-injection-lab", "file_type": "code", "degree": 2}, {"id": "infra_arr_stack_configure_arr_apply_import_lists", "label": "apply_import_lists()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "apply_import_lists()", "community": 26, "community_name": "configure-arr.py", "source_file": "infra/arr-stack/configure-arr.py", "file_type": "code", "degree": 3}, {"id": "infra_arr_stack_configure_arr_ensure_qbittorrent", "label": "ensure_qbittorrent()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_qbittorrent()", "community": 26, "community_name": "configure-arr.py", "source_file": "infra/arr-stack/configure-arr.py", "file_type": "code", "degree": 5}, {"id": "infra_arr_stack_configure_arr_ensure_root_folder", "label": "ensure_root_folder()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_root_folder()", "community": 26, "community_name": "configure-arr.py", "source_file": "infra/arr-stack/configure-arr.py", "file_type": "code", "degree": 3}, {"id": "infra_arr_stack_configure_arr_fill_fields", "label": "fill_fields()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "fill_fields()", "community": 26, "community_name": "configure-arr.py", "source_file": "infra/arr-stack/configure-arr.py", "file_type": "code", "degree": 2}, {"id": "infra_arr_stack_configure_arr_load_env", "label": "load_env()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "load_env()", "community": 26, "community_name": "configure-arr.py", "source_file": "infra/arr-stack/configure-arr.py", "file_type": "code", "degree": 3}, {"id": "infra_arr_stack_configure_arr_main", "label": "main()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 26, "community_name": "configure-arr.py", "source_file": "infra/arr-stack/configure-arr.py", "file_type": "code", "degree": 7}, {"id": "infra_arr_stack_configure_arr_request_json", "label": "request_json()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "request_json()", "community": 26, "community_name": "configure-arr.py", "source_file": "infra/arr-stack/configure-arr.py", "file_type": "code", "degree": 6}, {"id": "infra_arr_stack_configure_arr_required_env", "label": "required_env()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "required_env()", "community": 26, "community_name": "configure-arr.py", "source_file": "infra/arr-stack/configure-arr.py", "file_type": "code", "degree": 2}, {"id": "infra_arr_stack_configure_arr_schema_fields", "label": "schema_fields()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "schema_fields()", "community": 26, "community_name": "configure-arr.py", "source_file": "infra/arr-stack/configure-arr.py", "file_type": "code", "degree": 3}, {"id": "infra_arr_stack_configure_arr_wait_for_app", "label": "wait_for_app()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "wait_for_app()", "community": 26, "community_name": "configure-arr.py", "source_file": "infra/arr-stack/configure-arr.py", "file_type": "code", "degree": 3}, {"id": "scripts_ai_evals_fixture_text", "label": "fixture_text()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "fixture_text()", "community": 27, "community_name": "ai-evals", "source_file": "scripts/ai-evals", "file_type": "code", "degree": 4}, {"id": "scripts_ai_evals_load_cases", "label": "load_cases()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "load_cases()", "community": 27, "community_name": "ai-evals", "source_file": "scripts/ai-evals", "file_type": "code", "degree": 4}, {"id": "scripts_ai_evals_main", "label": "main()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 27, "community_name": "ai-evals", "source_file": "scripts/ai-evals", "file_type": "code", "degree": 5}, {"id": "scripts_ai_evals_print_list", "label": "print_list()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "print_list()", "community": 27, "community_name": "ai-evals", "source_file": "scripts/ai-evals", "file_type": "code", "degree": 3}, {"id": "scripts_ai_evals_print_run", "label": "print_run()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "print_run()", "community": 27, "community_name": "ai-evals", "source_file": "scripts/ai-evals", "file_type": "code", "degree": 4}, {"id": "scripts_ai_evals_print_show", "label": "print_show()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "print_show()", "community": 27, "community_name": "ai-evals", "source_file": "scripts/ai-evals", "file_type": "code", "degree": 3}, {"id": "scripts_ai_evals_run_case", "label": "run_case()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "run_case()", "community": 27, "community_name": "ai-evals", "source_file": "scripts/ai-evals", "file_type": "code", "degree": 5}, {"id": "scripts_ai_evals_run_explain_output", "label": "run_explain_output()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "run_explain_output()", "community": 27, "community_name": "ai-evals", "source_file": "scripts/ai-evals", "file_type": "code", "degree": 4}, {"id": "scripts_ai_evals_run_repo_scan", "label": "run_repo_scan()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "run_repo_scan()", "community": 27, "community_name": "ai-evals", "source_file": "scripts/ai-evals", "file_type": "code", "degree": 4}, {"id": "scripts_ai_evals_split_terms", "label": "split_terms()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "split_terms()", "community": 27, "community_name": "ai-evals", "source_file": "scripts/ai-evals", "file_type": "code", "degree": 2}, {"id": "apps_website_translate_clean_translate_text", "label": "clean_translate_text()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "clean_translate_text()", "community": 28, "community_name": "translate.php", "source_file": "apps/website/translate.php", "file_type": "code", "degree": 2}, {"id": "apps_website_translate_elapsed_ms", "label": "elapsed_ms()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "elapsed_ms()", "community": 28, "community_name": "translate.php", "source_file": "apps/website/translate.php", "file_type": "code", "degree": 1}, {"id": "apps_website_translate_redis_connect", "label": "redis_connect()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "redis_connect()", "community": 28, "community_name": "translate.php", "source_file": "apps/website/translate.php", "file_type": "code", "degree": 3}, {"id": "apps_website_translate_redis_encode_command", "label": "redis_encode_command()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "redis_encode_command()", "community": 28, "community_name": "translate.php", "source_file": "apps/website/translate.php", "file_type": "code", "degree": 3}, {"id": "apps_website_translate_redis_read_line", "label": "redis_read_line()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "redis_read_line()", "community": 28, "community_name": "translate.php", "source_file": "apps/website/translate.php", "file_type": "code", "degree": 2}, {"id": "apps_website_translate_redis_read_response", "label": "redis_read_response()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "redis_read_response()", "community": 28, "community_name": "translate.php", "source_file": "apps/website/translate.php", "file_type": "code", "degree": 6}, {"id": "apps_website_translate_translate_response", "label": "translate_response()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "translate_response()", "community": 28, "community_name": "translate.php", "source_file": "apps/website/translate.php", "file_type": "code", "degree": 1}, {"id": "apps_website_translate_translation_cache_key", "label": "translation_cache_key()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "translation_cache_key()", "community": 28, "community_name": "translate.php", "source_file": "apps/website/translate.php", "file_type": "code", "degree": 1}, {"id": "apps_website_translate_translation_cache_read", "label": "translation_cache_read()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "translation_cache_read()", "community": 28, "community_name": "translate.php", "source_file": "apps/website/translate.php", "file_type": "code", "degree": 5}, {"id": "apps_website_translate_translation_cache_write", "label": "translation_cache_write()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "translation_cache_write()", "community": 28, "community_name": "translate.php", "source_file": "apps/website/translate.php", "file_type": "code", "degree": 4}, {"id": "apps_website_translate_translation_log", "label": "translation_log()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "translation_log()", "community": 28, "community_name": "translate.php", "source_file": "apps/website/translate.php", "file_type": "code", "degree": 1}, {"id": "infra_blockchain_devnet_metrics_exporter_collect_metrics", "label": "collect_metrics()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "collect_metrics()", "community": 29, "community_name": "exporter.py", "source_file": "infra/blockchain-devnet/metrics/exporter.py", "file_type": "code", "degree": 4}, {"id": "infra_blockchain_devnet_metrics_exporter_hex_to_int", "label": "hex_to_int()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "hex_to_int()", "community": 29, "community_name": "exporter.py", "source_file": "infra/blockchain-devnet/metrics/exporter.py", "file_type": "code", "degree": 2}, {"id": "infra_blockchain_devnet_metrics_exporter_metricshandler_do_get", "label": ".do_GET()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".do_GET()", "community": 29, "community_name": "exporter.py", "source_file": "infra/blockchain-devnet/metrics/exporter.py", "file_type": "code", "degree": 2}, {"id": "infra_blockchain_devnet_metrics_exporter_metricshandler_log_message", "label": ".log_message()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".log_message()", "community": 29, "community_name": "exporter.py", "source_file": "infra/blockchain-devnet/metrics/exporter.py", "file_type": "code", "degree": 1}, {"id": "infra_blockchain_devnet_metrics_exporter_rpc", "label": "rpc()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "rpc()", "community": 29, "community_name": "exporter.py", "source_file": "infra/blockchain-devnet/metrics/exporter.py", "file_type": "code", "degree": 2}, {"id": "infra_rpi_services_seed_uptime_kuma_defaultforcolumn", "label": "defaultForColumn()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "defaultForColumn()", "community": 30, "community_name": "seed-uptime-kuma.js", "source_file": "infra/rpi-services/seed-uptime-kuma.js", "file_type": "code", "degree": 3}, {"id": "infra_rpi_services_seed_uptime_kuma_findmoduledirectory", "label": "findModuleDirectory()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "findModuleDirectory()", "community": 30, "community_name": "seed-uptime-kuma.js", "source_file": "infra/rpi-services/seed-uptime-kuma.js", "file_type": "code", "degree": 4}, {"id": "infra_rpi_services_seed_uptime_kuma_loaddatabasemodule", "label": "loadDatabaseModule()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "loadDatabaseModule()", "community": 30, "community_name": "seed-uptime-kuma.js", "source_file": "infra/rpi-services/seed-uptime-kuma.js", "file_type": "code", "degree": 3}, {"id": "infra_rpi_services_seed_uptime_kuma_main", "label": "main()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 30, "community_name": "seed-uptime-kuma.js", "source_file": "infra/rpi-services/seed-uptime-kuma.js", "file_type": "code", "degree": 3}, {"id": "infra_rpi_services_seed_uptime_kuma_monitorvalues", "label": "monitorValues()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "monitorValues()", "community": 30, "community_name": "seed-uptime-kuma.js", "source_file": "infra/rpi-services/seed-uptime-kuma.js", "file_type": "code", "degree": 4}, {"id": "infra_rpi_services_seed_uptime_kuma_nowsql", "label": "nowSql()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "nowSql()", "community": 30, "community_name": "seed-uptime-kuma.js", "source_file": "infra/rpi-services/seed-uptime-kuma.js", "file_type": "code", "degree": 3}, {"id": "infra_rpi_services_seed_uptime_kuma_upsertmonitor", "label": "upsertMonitor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "upsertMonitor()", "community": 30, "community_name": "seed-uptime-kuma.js", "source_file": "infra/rpi-services/seed-uptime-kuma.js", "file_type": "code", "degree": 3}, {"id": "scripts_model_observe_ask_ollama", "label": "ask_ollama()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ask_ollama()", "community": 35, "community_name": "model-observe", "source_file": "scripts/model-observe", "file_type": "code", "degree": 2}, {"id": "scripts_model_observe_grade", "label": "grade()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "grade()", "community": 35, "community_name": "model-observe", "source_file": "scripts/model-observe", "file_type": "code", "degree": 3}, {"id": "scripts_model_observe_main", "label": "main()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 35, "community_name": "model-observe", "source_file": "scripts/model-observe", "file_type": "code", "degree": 4}, {"id": "scripts_model_observe_offline_answer", "label": "offline_answer()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "offline_answer()", "community": 35, "community_name": "model-observe", "source_file": "scripts/model-observe", "file_type": "code", "degree": 2}, {"id": "scripts_model_observe_print_prompts", "label": "print_prompts()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "print_prompts()", "community": 35, "community_name": "model-observe", "source_file": "scripts/model-observe", "file_type": "code", "degree": 3}, {"id": "scripts_model_observe_prompts", "label": "prompts()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "prompts()", "community": 35, "community_name": "model-observe", "source_file": "scripts/model-observe", "file_type": "code", "degree": 3}, {"id": "scripts_model_observe_report", "label": "report()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "report()", "community": 35, "community_name": "model-observe", "source_file": "scripts/model-observe", "file_type": "code", "degree": 2}, {"id": "scripts_model_observe_run", "label": "run()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "run()", "community": 35, "community_name": "model-observe", "source_file": "scripts/model-observe", "file_type": "code", "degree": 6}, {"id": "scripts_model_observe_split_terms", "label": "split_terms()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "split_terms()", "community": 35, "community_name": "model-observe", "source_file": "scripts/model-observe", "file_type": "code", "degree": 2}, {"id": "scripts_ai_scheduler_as_bool", "label": "as_bool()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "as_bool()", "community": 37, "community_name": "ai-scheduler", "source_file": "scripts/ai-scheduler", "file_type": "code", "degree": 2}, {"id": "scripts_ai_scheduler_main", "label": "main()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 37, "community_name": "ai-scheduler", "source_file": "scripts/ai-scheduler", "file_type": "code", "degree": 3}, {"id": "scripts_ai_scheduler_read_tsv", "label": "read_tsv()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "read_tsv()", "community": 37, "community_name": "ai-scheduler", "source_file": "scripts/ai-scheduler", "file_type": "code", "degree": 4}, {"id": "scripts_ai_scheduler_recommend", "label": "recommend()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "recommend()", "community": 37, "community_name": "ai-scheduler", "source_file": "scripts/ai-scheduler", "file_type": "code", "degree": 5}, {"id": "scripts_ai_scheduler_score_node", "label": "score_node()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "score_node()", "community": 37, "community_name": "ai-scheduler", "source_file": "scripts/ai-scheduler", "file_type": "code", "degree": 3}, {"id": "scripts_ai_scheduler_simulate", "label": "simulate()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "simulate()", "community": 37, "community_name": "ai-scheduler", "source_file": "scripts/ai-scheduler", "file_type": "code", "degree": 4}, {"id": "scripts_query_homelab_ai_index_ask_ollama", "label": "ask_ollama()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ask_ollama()", "community": 40, "community_name": "query-homelab-ai-index", "source_file": "scripts/query-homelab-ai-index", "file_type": "code", "degree": 2}, {"id": "scripts_query_homelab_ai_index_load_index", "label": "load_index()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "load_index()", "community": 40, "community_name": "query-homelab-ai-index", "source_file": "scripts/query-homelab-ai-index", "file_type": "code", "degree": 3}, {"id": "scripts_query_homelab_ai_index_main", "label": "main()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 40, "community_name": "query-homelab-ai-index", "source_file": "scripts/query-homelab-ai-index", "file_type": "code", "degree": 6}, {"id": "scripts_query_homelab_ai_index_render_citations", "label": "render_citations()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "render_citations()", "community": 40, "community_name": "query-homelab-ai-index", "source_file": "scripts/query-homelab-ai-index", "file_type": "code", "degree": 2}, {"id": "scripts_query_homelab_ai_index_render_context", "label": "render_context()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "render_context()", "community": 40, "community_name": "query-homelab-ai-index", "source_file": "scripts/query-homelab-ai-index", "file_type": "code", "degree": 2}, {"id": "scripts_query_homelab_ai_index_score_chunks", "label": "score_chunks()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "score_chunks()", "community": 40, "community_name": "query-homelab-ai-index", "source_file": "scripts/query-homelab-ai-index", "file_type": "code", "degree": 3}, {"id": "scripts_query_homelab_ai_index_tokenise", "label": "tokenise()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tokenise()", "community": 40, "community_name": "query-homelab-ai-index", "source_file": "scripts/query-homelab-ai-index", "file_type": "code", "degree": 2}, {"id": "apps_website_ideas_helper_visitor_idea_clean", "label": "visitor_idea_clean()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "visitor_idea_clean()", "community": 41, "community_name": "ideas_helper.php", "source_file": "apps/website/ideas_helper.php", "file_type": "code", "degree": 2}, {"id": "apps_website_ideas_helper_visitor_ideas_append", "label": "visitor_ideas_append()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "visitor_ideas_append()", "community": 41, "community_name": "ideas_helper.php", "source_file": "apps/website/ideas_helper.php", "file_type": "code", "degree": 3}, {"id": "apps_website_ideas_helper_visitor_ideas_dir", "label": "visitor_ideas_dir()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "visitor_ideas_dir()", "community": 41, "community_name": "ideas_helper.php", "source_file": "apps/website/ideas_helper.php", "file_type": "code", "degree": 4}, {"id": "apps_website_ideas_helper_visitor_ideas_ensure_dir", "label": "visitor_ideas_ensure_dir()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "visitor_ideas_ensure_dir()", "community": 41, "community_name": "ideas_helper.php", "source_file": "apps/website/ideas_helper.php", "file_type": "code", "degree": 4}, {"id": "apps_website_ideas_helper_visitor_ideas_file", "label": "visitor_ideas_file()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "visitor_ideas_file()", "community": 41, "community_name": "ideas_helper.php", "source_file": "apps/website/ideas_helper.php", "file_type": "code", "degree": 4}, {"id": "apps_website_ideas_helper_visitor_ideas_rate_file", "label": "visitor_ideas_rate_file()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "visitor_ideas_rate_file()", "community": 41, "community_name": "ideas_helper.php", "source_file": "apps/website/ideas_helper.php", "file_type": "code", "degree": 3}, {"id": "apps_website_ideas_helper_visitor_ideas_read", "label": "visitor_ideas_read()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "visitor_ideas_read()", "community": 41, "community_name": "ideas_helper.php", "source_file": "apps/website/ideas_helper.php", "file_type": "code", "degree": 3}, {"id": "apps_website_ideas_helper_visitor_ideas_recently_submitted", "label": "visitor_ideas_recently_submitted()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "visitor_ideas_recently_submitted()", "community": 41, "community_name": "ideas_helper.php", "source_file": "apps/website/ideas_helper.php", "file_type": "code", "degree": 3}, {"id": "scripts_safety_case_changed_files", "label": "changed_files()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "changed_files()", "community": 44, "community_name": "safety-case", "source_file": "scripts/safety-case", "file_type": "code", "degree": 3}, {"id": "scripts_safety_case_git_lines", "label": "git_lines()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "git_lines()", "community": 44, "community_name": "safety-case", "source_file": "scripts/safety-case", "file_type": "code", "degree": 2}, {"id": "scripts_safety_case_load_rules", "label": "load_rules()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "load_rules()", "community": 44, "community_name": "safety-case", "source_file": "scripts/safety-case", "file_type": "code", "degree": 2}, {"id": "scripts_safety_case_main", "label": "main()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 44, "community_name": "safety-case", "source_file": "scripts/safety-case", "file_type": "code", "degree": 4}, {"id": "scripts_safety_case_matched_rules", "label": "matched_rules()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "matched_rules()", "community": 44, "community_name": "safety-case", "source_file": "scripts/safety-case", "file_type": "code", "degree": 3}, {"id": "scripts_safety_case_print_safety_case", "label": "print_safety_case()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "print_safety_case()", "community": 44, "community_name": "safety-case", "source_file": "scripts/safety-case", "file_type": "code", "degree": 3}, {"id": "scripts_safety_case_risk_order", "label": "risk_order()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "risk_order()", "community": 44, "community_name": "safety-case", "source_file": "scripts/safety-case", "file_type": "code", "degree": 2}, {"id": "scripts_validate_tailnet_policy_main", "label": "main()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 45, "community_name": "validate-tailnet-policy", "source_file": "scripts/validate-tailnet-policy", "file_type": "code", "degree": 4}, {"id": "scripts_validate_tailnet_policy_parse_simple_inventory", "label": "parse_simple_inventory()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_simple_inventory()", "community": 45, "community_name": "validate-tailnet-policy", "source_file": "scripts/validate-tailnet-policy", "file_type": "code", "degree": 3}, {"id": "scripts_validate_tailnet_policy_require", "label": "require()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "require()", "community": 45, "community_name": "validate-tailnet-policy", "source_file": "scripts/validate-tailnet-policy", "file_type": "code", "degree": 2}, {"id": "scripts_validate_tailnet_policy_strip_hujson", "label": "strip_hujson()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "strip_hujson()", "community": 45, "community_name": "validate-tailnet-policy", "source_file": "scripts/validate-tailnet-policy", "file_type": "code", "degree": 2}, {"id": "scripts_promote_checks", "label": "checks()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "checks()", "community": 47, "community_name": "promote", "source_file": "scripts/promote", "file_type": "code", "degree": 3}, {"id": "scripts_promote_main", "label": "main()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 47, "community_name": "promote", "source_file": "scripts/promote", "file_type": "code", "degree": 4}, {"id": "scripts_promote_plan", "label": "plan()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "plan()", "community": 47, "community_name": "promote", "source_file": "scripts/promote", "file_type": "code", "degree": 3}, {"id": "scripts_promote_rollback", "label": "rollback()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "rollback()", "community": 47, "community_name": "promote", "source_file": "scripts/promote", "file_type": "code", "degree": 2}, {"id": "scripts_promote_validate", "label": "validate()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "validate()", "community": 47, "community_name": "promote", "source_file": "scripts/promote", "file_type": "code", "degree": 3}, {"id": "apps_demos_static_public_theme_getdemothemebuttons", "label": "getDemoThemeButtons()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getDemoThemeButtons()", "community": 51, "community_name": "theme.js", "source_file": "apps/demos-static/public/theme.js", "file_type": "code", "degree": 2}, {"id": "apps_demos_static_public_theme_getstoreddemotheme", "label": "getStoredDemoTheme()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getStoredDemoTheme()", "community": 51, "community_name": "theme.js", "source_file": "apps/demos-static/public/theme.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_theme_installdemothemetoolbar", "label": "installDemoThemeToolbar()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "installDemoThemeToolbar()", "community": 51, "community_name": "theme.js", "source_file": "apps/demos-static/public/theme.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_theme_normalizedemotheme", "label": "normalizeDemoTheme()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "normalizeDemoTheme()", "community": 51, "community_name": "theme.js", "source_file": "apps/demos-static/public/theme.js", "file_type": "code", "degree": 3}, {"id": "apps_demos_static_public_theme_setdemotheme", "label": "setDemoTheme()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "setDemoTheme()", "community": 51, "community_name": "theme.js", "source_file": "apps/demos-static/public/theme.js", "file_type": "code", "degree": 4}, {"id": "apps_demos_static_public_theme_storedemotheme", "label": "storeDemoTheme()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "storeDemoTheme()", "community": 51, "community_name": "theme.js", "source_file": "apps/demos-static/public/theme.js", "file_type": "code", "degree": 3}, {"id": "apps_website_cv_theme_getsitethemebuttons", "label": "getSiteThemeButtons()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getSiteThemeButtons()", "community": 52, "community_name": "cv-theme.js", "source_file": "apps/website/cv-theme.js", "file_type": "code", "degree": 2}, {"id": "apps_website_cv_theme_getstoredsitetheme", "label": "getStoredSiteTheme()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getStoredSiteTheme()", "community": 52, "community_name": "cv-theme.js", "source_file": "apps/website/cv-theme.js", "file_type": "code", "degree": 1}, {"id": "apps_website_cv_theme_normalizesitetheme", "label": "normalizeSiteTheme()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "normalizeSiteTheme()", "community": 52, "community_name": "cv-theme.js", "source_file": "apps/website/cv-theme.js", "file_type": "code", "degree": 3}, {"id": "apps_website_cv_theme_setsitetheme", "label": "setSiteTheme()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "setSiteTheme()", "community": 52, "community_name": "cv-theme.js", "source_file": "apps/website/cv-theme.js", "file_type": "code", "degree": 4}, {"id": "apps_website_cv_theme_storesitetheme", "label": "storeSiteTheme()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "storeSiteTheme()", "community": 52, "community_name": "cv-theme.js", "source_file": "apps/website/cv-theme.js", "file_type": "code", "degree": 3}, {"id": "scripts_red_blue_loop_checks", "label": "checks()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "checks()", "community": 54, "community_name": "red-blue-loop", "source_file": "scripts/red-blue-loop", "file_type": "code", "degree": 3}, {"id": "scripts_red_blue_loop_ledger", "label": "ledger()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ledger()", "community": 54, "community_name": "red-blue-loop", "source_file": "scripts/red-blue-loop", "file_type": "code", "degree": 2}, {"id": "scripts_red_blue_loop_main", "label": "main()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 54, "community_name": "red-blue-loop", "source_file": "scripts/red-blue-loop", "file_type": "code", "degree": 4}, {"id": "scripts_red_blue_loop_plan", "label": "plan()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "plan()", "community": 54, "community_name": "red-blue-loop", "source_file": "scripts/red-blue-loop", "file_type": "code", "degree": 3}, {"id": "scripts_red_blue_loop_run", "label": "run()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "run()", "community": 54, "community_name": "red-blue-loop", "source_file": "scripts/red-blue-loop", "file_type": "code", "degree": 3}, {"id": "apps_demos_static_public_architecture_simulator_architecture_simulator_box", "label": "box()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "box()", "community": 55, "community_name": "architecture-simulator.js", "source_file": "apps/demos-static/public/architecture-simulator/architecture-simulator.js", "file_type": "code", "degree": 2}, {"id": "apps_demos_static_public_architecture_simulator_architecture_simulator_draw", "label": "draw()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "draw()", "community": 55, "community_name": "architecture-simulator.js", "source_file": "apps/demos-static/public/architecture-simulator/architecture-simulator.js", "file_type": "code", "degree": 2}, {"id": "apps_demos_static_public_dev_toolbelt_dev_toolbelt_decodebase64url", "label": "decodeBase64Url()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "decodeBase64Url()", "community": 56, "community_name": "dev-toolbelt.js", "source_file": "apps/demos-static/public/dev-toolbelt/dev-toolbelt.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_dev_toolbelt_dev_toolbelt_setoutput", "label": "setOutput()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setOutput()", "community": 56, "community_name": "dev-toolbelt.js", "source_file": "apps/demos-static/public/dev-toolbelt/dev-toolbelt.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_network_quality_network_quality_draw", "label": "draw()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "draw()", "community": 57, "community_name": "network-quality.js", "source_file": "apps/demos-static/public/network-quality/network-quality.js", "file_type": "code", "degree": 2}, {"id": "apps_demos_static_public_network_quality_network_quality_measure", "label": "measure()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "measure()", "community": 57, "community_name": "network-quality.js", "source_file": "apps/demos-static/public/network-quality/network-quality.js", "file_type": "code", "degree": 2}, {"id": "apps_demos_static_public_sentiment_sandbox_sentiment_sandbox_analyze", "label": "analyze()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "analyze()", "community": 58, "community_name": "sentiment-sandbox.js", "source_file": "apps/demos-static/public/sentiment-sandbox/sentiment-sandbox.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_model_drift_model_drift_draw", "label": "draw()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "draw()", "community": 66, "community_name": "model-drift.js", "source_file": "apps/demos-static/public/model-drift/model-drift.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_privacy_redactor_privacy_redactor_blurrect", "label": "blurRect()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "blurRect()", "community": 67, "community_name": "privacy-redactor.js", "source_file": "apps/demos-static/public/privacy-redactor/privacy-redactor.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_privacy_redactor_privacy_redactor_placeholder", "label": "placeholder()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "placeholder()", "community": 67, "community_name": "privacy-redactor.js", "source_file": "apps/demos-static/public/privacy-redactor/privacy-redactor.js", "file_type": "code", "degree": 1}, {"id": "apps_website_lang_helper_asset_url", "label": "asset_url()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "asset_url()", "community": 68, "community_name": "lang_helper.php", "source_file": "apps/website/lang_helper.php", "file_type": "code", "degree": 1}, {"id": "apps_website_lang_helper_cleanruntimetranslation", "label": "cleanRuntimeTranslation()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanRuntimeTranslation()", "community": 68, "community_name": "lang_helper.php", "source_file": "apps/website/lang_helper.php", "file_type": "code", "degree": 2}, {"id": "apps_website_lang_helper_getlang", "label": "getLang()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getLang()", "community": 68, "community_name": "lang_helper.php", "source_file": "apps/website/lang_helper.php", "file_type": "code", "degree": 1}, {"id": "apps_website_lang_helper_loadruntimetranslations", "label": "loadRuntimeTranslations()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "loadRuntimeTranslations()", "community": 68, "community_name": "lang_helper.php", "source_file": "apps/website/lang_helper.php", "file_type": "code", "degree": 2}, {"id": "apps_website_save_lang_clean_translation_value", "label": "clean_translation_value()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "clean_translation_value()", "community": 79, "community_name": "save_lang.php", "source_file": "apps/website/save_lang.php", "file_type": "code", "degree": 1}, {"id": "apps_website_save_lang_translation_response", "label": "translation_response()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "translation_response()", "community": 79, "community_name": "save_lang.php", "source_file": "apps/website/save_lang.php", "file_type": "code", "degree": 1}, {"id": "apps_website_visitor_ideas_addideatext", "label": "addIdeaText()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "addIdeaText()", "community": 80, "community_name": "addIdeaText", "source_file": "apps/website/visitor-ideas.js", "file_type": "code", "degree": 2}, {"id": "apps_website_visitor_ideas_renderideas", "label": "renderIdeas()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "renderIdeas()", "community": 80, "community_name": "addIdeaText", "source_file": "apps/website/visitor-ideas.js", "file_type": "code", "degree": 2}, {"id": "apps_demos_static_public_traveler_tools_traveler_tools_updatetraveler", "label": "updateTraveler()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "updateTraveler()", "community": 92, "community_name": "traveler-tools.js", "source_file": "apps/demos-static/public/traveler-tools/traveler-tools.js", "file_type": "code", "degree": 1}, {"id": "apps_website_blog_renderstacksourcelinks", "label": "renderStackSourceLinks()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "renderStackSourceLinks()", "community": 93, "community_name": "blog.php", "source_file": "apps/website/blog.php", "file_type": "code", "degree": 1}, {"id": "apps_website_save_idea_idea_redirect", "label": "idea_redirect()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "idea_redirect()", "community": 96, "community_name": "save_idea.php", "source_file": "apps/website/save_idea.php", "file_type": "code", "degree": 1}, {"id": "terraform_bootstrap_apps_0952a721c72f57d2_provider_kubernetes", "label": "provider.kubernetes", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "provider.kubernetes", "community": 32, "community_name": "apps/variables.tf", "source_file": "bootstrap/apps/main.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_apps_0952a721c72f57d2_provider_registry_opentofu_org_hashicorp_kubernetes", "label": "provider.registry.opentofu.org/hashicorp/kubernetes", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "provider.registry.opentofu.org/hashicorp/kubernetes", "community": 98, "community_name": "apps/.terraform.lock.hcl", "source_file": "bootstrap/apps/.terraform.lock.hcl", "file_type": "code", "degree": 1}, {"id": "terraform_bootstrap_apps_0952a721c72f57d2_var_website_image_ref", "label": "var.website_image_ref", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.website_image_ref", "community": 32, "community_name": "apps/variables.tf", "source_file": "bootstrap/apps/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_apps_0952a721c72f57d2_var_kubeconfig_path", "label": "var.kubeconfig_path", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.kubeconfig_path", "community": 32, "community_name": "apps/variables.tf", "source_file": "bootstrap/apps/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_apps_0952a721c72f57d2_var_argocd_namespace", "label": "var.argocd_namespace", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.argocd_namespace", "community": 32, "community_name": "apps/variables.tf", "source_file": "bootstrap/apps/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_apps_0952a721c72f57d2_var_gitops_repo_url", "label": "var.gitops_repo_url", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.gitops_repo_url", "community": 32, "community_name": "apps/variables.tf", "source_file": "bootstrap/apps/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_apps_0952a721c72f57d2_var_applications", "label": "var.applications", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "var.applications", "community": 32, "community_name": "apps/variables.tf", "source_file": "bootstrap/apps/variables.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_apps_0952a721c72f57d2_kubernetes_manifest_argocd_application", "label": "kubernetes_manifest.argocd_application", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "kubernetes_manifest.argocd_application", "community": 32, "community_name": "apps/variables.tf", "source_file": "bootstrap/apps/main.tf", "file_type": "code", "degree": 4}, {"id": "bootstrap_apps_main", "label": "apps/main.tf", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "apps/main.tf", "community": 32, "community_name": "apps/variables.tf", "source_file": "bootstrap/apps/main.tf", "file_type": "code", "degree": 4}, {"id": "bootstrap_apps_variables", "label": "apps/variables.tf", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "apps/variables.tf", "community": 32, "community_name": "apps/variables.tf", "source_file": "bootstrap/apps/variables.tf", "file_type": "code", "degree": 6}, {"id": "terraform_bootstrap_apps_0952a721c72f57d2_directory", "label": "Terraform module: bootstrap/apps", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Terraform module: bootstrap/apps", "community": 32, "community_name": "apps/variables.tf", "source_file": "bootstrap/apps/main.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_apps_0952a721c72f57d2_local_application_sources", "label": "local.application_sources", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "local.application_sources", "community": 32, "community_name": "apps/variables.tf", "source_file": "bootstrap/apps/main.tf", "file_type": "code", "degree": 5}, {"id": "bootstrap_apps_terraform_lock", "label": "apps/.terraform.lock.hcl", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "apps/.terraform.lock.hcl", "community": 98, "community_name": "apps/.terraform.lock.hcl", "source_file": "bootstrap/apps/.terraform.lock.hcl", "file_type": "code", "degree": 1}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_provider_registry_opentofu_org_hashicorp_external", "label": "provider.registry.opentofu.org/hashicorp/external", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "provider.registry.opentofu.org/hashicorp/external", "community": 81, "community_name": "cluster/.terraform.lock.hcl", "source_file": "bootstrap/cluster/.terraform.lock.hcl", "file_type": "code", "degree": 1}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_provider_registry_opentofu_org_hashicorp_null", "label": "provider.registry.opentofu.org/hashicorp/null", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "provider.registry.opentofu.org/hashicorp/null", "community": 81, "community_name": "cluster/.terraform.lock.hcl", "source_file": "bootstrap/cluster/.terraform.lock.hcl", "file_type": "code", "degree": 1}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_kubeconfig_path", "label": "var.kubeconfig_path", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "var.kubeconfig_path", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/variables.tf", "file_type": "code", "degree": 6}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_pod_network_cidr", "label": "var.pod_network_cidr", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pod_network_cidr", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/variables.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_control_plane_advertise_address", "label": "var.control_plane_advertise_address", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.control_plane_advertise_address", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_registry_endpoint", "label": "var.registry_endpoint", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "var.registry_endpoint", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/variables.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_control_plane_node_name", "label": "var.control_plane_node_name", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "var.control_plane_node_name", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/variables.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_kubeconfig_owner", "label": "var.kubeconfig_owner", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.kubeconfig_owner", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_persistent_volume_dirs", "label": "var.persistent_volume_dirs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "var.persistent_volume_dirs", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/variables.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_node_dns_servers", "label": "var.node_dns_servers", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "var.node_dns_servers", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/variables.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_tailscale_nodeport_extra_ports", "label": "var.tailscale_nodeport_extra_ports", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.tailscale_nodeport_extra_ports", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_tailscale_nodeport_extra_target_ports", "label": "var.tailscale_nodeport_extra_target_ports", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.tailscale_nodeport_extra_target_ports", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_allow_empty_worker_nodes", "label": "var.allow_empty_worker_nodes", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.allow_empty_worker_nodes", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_force_worker_rejoin", "label": "var.force_worker_rejoin", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.force_worker_rejoin", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_worker_tailscale_accept_routes", "label": "var.worker_tailscale_accept_routes", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.worker_tailscale_accept_routes", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_worker_tailscale_enabled", "label": "var.worker_tailscale_enabled", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.worker_tailscale_enabled", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_worker_tailscale_pod_egress_snat", "label": "var.worker_tailscale_pod_egress_snat", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.worker_tailscale_pod_egress_snat", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_tailscale_nodeport_access", "label": "var.tailscale_nodeport_access", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.tailscale_nodeport_access", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_tailscale_subnet_routes", "label": "var.tailscale_subnet_routes", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.tailscale_subnet_routes", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_control_plane_node_labels", "label": "var.control_plane_node_labels", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.control_plane_node_labels", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_worker_node_labels", "label": "var.worker_node_labels", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.worker_node_labels", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_worker_nodes", "label": "var.worker_nodes", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "var.worker_nodes", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/variables.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_worker", "label": "null_resource.kubeadm_worker", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "null_resource.kubeadm_worker", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/main.tf", "file_type": "code", "degree": 18}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_node_labels", "label": "null_resource.node_labels", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "null_resource.node_labels", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/main.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kube_system_resource_policy", "label": "null_resource.kube_system_resource_policy", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "null_resource.kube_system_resource_policy", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_control_plane", "label": "null_resource.kubeadm_control_plane", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "null_resource.kubeadm_control_plane", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/main.tf", "file_type": "code", "degree": 12}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_worker_nodes_required", "label": "null_resource.worker_nodes_required", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "null_resource.worker_nodes_required", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_output_kubeconfig_path", "label": "output.kubeconfig_path", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "output.kubeconfig_path", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/main.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_output_pod_network_cidr", "label": "output.pod_network_cidr", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "output.pod_network_cidr", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/main.tf", "file_type": "code", "degree": 2}, {"id": "bootstrap_cluster_main", "label": "cluster/main.tf", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cluster/main.tf", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/main.tf", "file_type": "code", "degree": 11}, {"id": "bootstrap_cluster_variables", "label": "cluster/variables.tf", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cluster/variables.tf", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/variables.tf", "file_type": "code", "degree": 21}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_directory", "label": "Terraform module: bootstrap/cluster", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Terraform module: bootstrap/cluster", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/main.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_local_control_plane_node_label_pairs", "label": "local.control_plane_node_label_pairs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "local.control_plane_node_label_pairs", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_local_node_label_pairs", "label": "local.node_label_pairs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "local.node_label_pairs", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_cluster_d8bb757b863f9d24_local_worker_node_label_pairs", "label": "local.worker_node_label_pairs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "local.worker_node_label_pairs", "community": 8, "community_name": "cluster/variables.tf", "source_file": "bootstrap/cluster/main.tf", "file_type": "code", "degree": 4}, {"id": "bootstrap_cluster_terraform_lock", "label": "cluster/.terraform.lock.hcl", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cluster/.terraform.lock.hcl", "community": 81, "community_name": "cluster/.terraform.lock.hcl", "source_file": "bootstrap/cluster/.terraform.lock.hcl", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_provider_registry_opentofu_org_hashicorp_null", "label": "provider.registry.opentofu.org/hashicorp/null", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "provider.registry.opentofu.org/hashicorp/null", "community": 99, "community_name": "edge/.terraform.lock.hcl", "source_file": "bootstrap/edge/.terraform.lock.hcl", "file_type": "code", "degree": 1}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_haproxy_stats_password", "label": "var.haproxy_stats_password", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.haproxy_stats_password", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_backend_host", "label": "var.backend_host", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "var.backend_host", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_edge_host", "label": "var.edge_host", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "var.edge_host", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_gitea_backend_host", "label": "var.gitea_backend_host", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "var.gitea_backend_host", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_heimdall_backend_host", "label": "var.heimdall_backend_host", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.heimdall_backend_host", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_letsencrypt_email", "label": "var.letsencrypt_email", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.letsencrypt_email", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_server_name", "label": "var.server_name", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "var.server_name", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_matrix_cert_dir", "label": "var.matrix_cert_dir", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.matrix_cert_dir", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_edge_ssh_key_path", "label": "var.edge_ssh_key_path", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.edge_ssh_key_path", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_edge_install_dir", "label": "var.edge_install_dir", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "var.edge_install_dir", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_element_backend_host", "label": "var.element_backend_host", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.element_backend_host", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_matrix_backend_host", "label": "var.matrix_backend_host", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.matrix_backend_host", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_haproxy_stats_user", "label": "var.haproxy_stats_user", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.haproxy_stats_user", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_element_server_name", "label": "var.element_server_name", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.element_server_name", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_matrix_server_name", "label": "var.matrix_server_name", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.matrix_server_name", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_edge_user", "label": "var.edge_user", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.edge_user", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_gitea_backend_port", "label": "var.gitea_backend_port", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "var.gitea_backend_port", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_demos_backend_port", "label": "var.demos_backend_port", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.demos_backend_port", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_backend_port", "label": "var.backend_port", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "var.backend_port", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_matrix_backend_port", "label": "var.matrix_backend_port", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.matrix_backend_port", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_element_backend_port", "label": "var.element_backend_port", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.element_backend_port", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_heimdall_backend_port", "label": "var.heimdall_backend_port", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "var.heimdall_backend_port", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_additional_server_names", "label": "var.additional_server_names", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.additional_server_names", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_edge_install_docker", "label": "var.edge_install_docker", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.edge_install_docker", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_letsencrypt_staging", "label": "var.letsencrypt_staging", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.letsencrypt_staging", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_enable_letsencrypt", "label": "var.enable_letsencrypt", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.enable_letsencrypt", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_var_matrix_enabled", "label": "var.matrix_enabled", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.matrix_enabled", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "label": "null_resource.edge_services", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "null_resource.edge_services", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/main.tf", "file_type": "code", "degree": 24}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_output_edge_host", "label": "output.edge_host", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "output.edge_host", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/main.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_output_edge_install_dir", "label": "output.edge_install_dir", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "output.edge_install_dir", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/main.tf", "file_type": "code", "degree": 2}, {"id": "bootstrap_edge_main", "label": "edge/main.tf", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "edge/main.tf", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/main.tf", "file_type": "code", "degree": 15}, {"id": "bootstrap_edge_variables", "label": "edge/variables.tf", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "edge/variables.tf", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/variables.tf", "file_type": "code", "degree": 28}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_directory", "label": "Terraform module: bootstrap/edge", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Terraform module: bootstrap/edge", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/main.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_local_compose_file", "label": "local.compose_file", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "local.compose_file", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/main.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_local_config_hash", "label": "local.config_hash", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "local.config_hash", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/main.tf", "file_type": "code", "degree": 8}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf", "label": "local.default_conf", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "local.default_conf", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/main.tf", "file_type": "code", "degree": 14}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf_matrix", "label": "local.default_conf_matrix", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "local.default_conf_matrix", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/main.tf", "file_type": "code", "degree": 11}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_vcl", "label": "local.default_vcl", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "local.default_vcl", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/main.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_local_haproxy_cfg", "label": "local.haproxy_cfg", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "local.haproxy_cfg", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/main.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_local_heimdall_backend_host", "label": "local.heimdall_backend_host", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "local.heimdall_backend_host", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/main.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_local_heimdall_server_name", "label": "local.heimdall_server_name", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "local.heimdall_server_name", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/main.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_local_main_server_names", "label": "local.main_server_names", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "local.main_server_names", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_local_server_names", "label": "local.server_names", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "local.server_names", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/main.tf", "file_type": "code", "degree": 7}, {"id": "terraform_bootstrap_edge_0053c5ce495d569f_local_squid_conf", "label": "local.squid_conf", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "local.squid_conf", "community": 5, "community_name": "edge/variables.tf", "source_file": "bootstrap/edge/main.tf", "file_type": "code", "degree": 5}, {"id": "bootstrap_edge_terraform_lock", "label": "edge/.terraform.lock.hcl", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "edge/.terraform.lock.hcl", "community": 99, "community_name": "edge/.terraform.lock.hcl", "source_file": "bootstrap/edge/.terraform.lock.hcl", "file_type": "code", "degree": 1}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_storage_class_v1_openebs_hostpath_retain", "label": "kubernetes_storage_class_v1.openebs_hostpath_retain", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "kubernetes_storage_class_v1.openebs_hostpath_retain", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_argocd", "label": "helm_release.argocd", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "helm_release.argocd", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 7}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_calico_crds", "label": "helm_release.calico_crds", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "helm_release.calico_crds", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_extra_tools", "label": "helm_release.extra_tools", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "helm_release.extra_tools", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_kyverno", "label": "helm_release.kyverno", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "helm_release.kyverno", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 7}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_kyverno_policies", "label": "helm_release.kyverno_policies", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "helm_release.kyverno_policies", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_metallb", "label": "helm_release.metallb", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "helm_release.metallb", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_openebs", "label": "helm_release.openebs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "helm_release.openebs", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_calico", "label": "helm_release.calico", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "helm_release.calico", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 7}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_traefik", "label": "helm_release.traefik", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "helm_release.traefik", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_metrics_server", "label": "helm_release.metrics_server", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "helm_release.metrics_server", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_loki", "label": "helm_release.loki", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "helm_release.loki", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 6}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_mimir", "label": "helm_release.mimir", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "helm_release.mimir", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_prometheus_stack", "label": "helm_release.prometheus_stack", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "helm_release.prometheus_stack", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 10}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_promtail", "label": "helm_release.promtail", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "helm_release.promtail", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_provider_kubernetes", "label": "provider.kubernetes", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "provider.kubernetes", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_provider_registry_opentofu_org_hashicorp_helm", "label": "provider.registry.opentofu.org/hashicorp/helm", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "provider.registry.opentofu.org/hashicorp/helm", "community": 73, "community_name": "platform/.terraform.lock.hcl", "source_file": "bootstrap/platform/.terraform.lock.hcl", "file_type": "code", "degree": 1}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_provider_registry_opentofu_org_hashicorp_kubernetes", "label": "provider.registry.opentofu.org/hashicorp/kubernetes", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "provider.registry.opentofu.org/hashicorp/kubernetes", "community": 73, "community_name": "platform/.terraform.lock.hcl", "source_file": "bootstrap/platform/.terraform.lock.hcl", "file_type": "code", "degree": 1}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_provider_registry_opentofu_org_hashicorp_null", "label": "provider.registry.opentofu.org/hashicorp/null", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "provider.registry.opentofu.org/hashicorp/null", "community": 73, "community_name": "platform/.terraform.lock.hcl", "source_file": "bootstrap/platform/.terraform.lock.hcl", "file_type": "code", "degree": 1}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_config_map_grafana_dashboards", "label": "kubernetes_config_map.grafana_dashboards", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "kubernetes_config_map.grafana_dashboards", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_kubeconfig_path", "label": "var.kubeconfig_path", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "var.kubeconfig_path", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/variables.tf", "file_type": "code", "degree": 11}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_gitops_ssh_key_path", "label": "var.gitops_ssh_key_path", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.gitops_ssh_key_path", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_pod_network_cidr", "label": "var.pod_network_cidr", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pod_network_cidr", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/variables.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_calico_operator_node_name", "label": "var.calico_operator_node_name", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.calico_operator_node_name", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_gitops_repo_url", "label": "var.gitops_repo_url", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.gitops_repo_url", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_calico_node_address_autodetection_cidrs", "label": "var.calico_node_address_autodetection_cidrs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "var.calico_node_address_autodetection_cidrs", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/variables.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_metallb", "label": "var.metallb", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "var.metallb", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/variables.tf", "file_type": "code", "degree": 7}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_openebs", "label": "var.openebs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "var.openebs", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/variables.tf", "file_type": "code", "degree": 6}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_metrics_server", "label": "var.metrics_server", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "var.metrics_server", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/variables.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_kyverno", "label": "var.kyverno", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "var.kyverno", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/variables.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_traefik", "label": "var.traefik", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.traefik", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_nodelocal_dns", "label": "var.nodelocal_dns", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "var.nodelocal_dns", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/variables.tf", "file_type": "code", "degree": 7}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_prometheus_stack_node_selector", "label": "var.prometheus_stack_node_selector", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.prometheus_stack_node_selector", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_observability", "label": "var.observability", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "var.observability", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/variables.tf", "file_type": "code", "degree": 9}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_argocd", "label": "var.argocd", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "var.argocd", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/variables.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_calico", "label": "var.calico", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "var.calico", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/variables.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_extra_helm_releases", "label": "var.extra_helm_releases", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.extra_helm_releases", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_argocd_ready", "label": "null_resource.argocd_ready", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "null_resource.argocd_ready", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 6}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_calico_ready", "label": "null_resource.calico_ready", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "null_resource.calico_ready", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 14}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_calico_helm_recovery", "label": "null_resource.calico_helm_recovery", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "null_resource.calico_helm_recovery", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_prometheus_stack_helm_recovery", "label": "null_resource.prometheus_stack_helm_recovery", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "null_resource.prometheus_stack_helm_recovery", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 6}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_metallb_l2_config", "label": "null_resource.metallb_l2_config", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "null_resource.metallb_l2_config", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 6}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_metrics_server_ready", "label": "null_resource.metrics_server_ready", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "null_resource.metrics_server_ready", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_prometheus_stack_readiness", "label": "null_resource.prometheus_stack_readiness", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "null_resource.prometheus_stack_readiness", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_metrics_service", "label": "kubernetes_manifest.nodelocal_dns_metrics_service", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "kubernetes_manifest.nodelocal_dns_metrics_service", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_daemonset", "label": "kubernetes_manifest.nodelocal_dns_daemonset", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "kubernetes_manifest.nodelocal_dns_daemonset", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 6}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_namespace_v1_monitoring", "label": "kubernetes_namespace_v1.monitoring", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "kubernetes_namespace_v1.monitoring", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_argocd_private_repo", "label": "null_resource.argocd_private_repo", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "null_resource.argocd_private_repo", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 6}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_config_map", "label": "kubernetes_manifest.nodelocal_dns_config_map", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "kubernetes_manifest.nodelocal_dns_config_map", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_upstream_service", "label": "kubernetes_manifest.nodelocal_dns_upstream_service", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "kubernetes_manifest.nodelocal_dns_upstream_service", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_service_account", "label": "kubernetes_manifest.nodelocal_dns_service_account", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "kubernetes_manifest.nodelocal_dns_service_account", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 4}, {"id": "bootstrap_platform_main", "label": "platform/main.tf", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.6, "font": {"size": 12, "color": "#ffffff"}, "title": "platform/main.tf", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 57}, {"id": "bootstrap_platform_variables", "label": "platform/variables.tf", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "platform/variables.tf", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/variables.tf", "file_type": "code", "degree": 18}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_directory", "label": "Terraform module: bootstrap/platform", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Terraform module: bootstrap/platform", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_component_affinity", "label": "local.argocd_component_affinity", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "local.argocd_component_affinity", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_component_label_values", "label": "local.argocd_component_label_values", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "local.argocd_component_label_values", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_component_match_labels", "label": "local.argocd_component_match_labels", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "local.argocd_component_match_labels", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_component_topology_spread_constraints", "label": "local.argocd_component_topology_spread_constraints", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "local.argocd_component_topology_spread_constraints", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_node_selector", "label": "local.argocd_node_selector", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "local.argocd_node_selector", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_grafana_dashboard_files", "label": "local.grafana_dashboard_files", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "local.grafana_dashboard_files", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kube_state_metrics_affinity", "label": "local.kube_state_metrics_affinity", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "local.kube_state_metrics_affinity", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kube_state_metrics_match_labels", "label": "local.kube_state_metrics_match_labels", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "local.kube_state_metrics_match_labels", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kube_state_metrics_topology_spread_constraints", "label": "local.kube_state_metrics_topology_spread_constraints", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "local.kube_state_metrics_topology_spread_constraints", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kyverno_component_label_values", "label": "local.kyverno_component_label_values", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "local.kyverno_component_label_values", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kyverno_component_match_labels", "label": "local.kyverno_component_match_labels", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "local.kyverno_component_match_labels", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kyverno_component_pod_anti_affinity", "label": "local.kyverno_component_pod_anti_affinity", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "local.kyverno_component_pod_anti_affinity", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kyverno_component_topology_spread_constraints", "label": "local.kyverno_component_topology_spread_constraints", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "local.kyverno_component_topology_spread_constraints", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kyverno_node_selector", "label": "local.kyverno_node_selector", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "local.kyverno_node_selector", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_metallb_ip_address_pool_manifest", "label": "local.metallb_ip_address_pool_manifest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "local.metallb_ip_address_pool_manifest", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_metallb_l2_advertisement_manifest", "label": "local.metallb_l2_advertisement_manifest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "local.metallb_l2_advertisement_manifest", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_metallb_l2_manifests", "label": "local.metallb_l2_manifests", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "local.metallb_l2_manifests", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_nodelocal_dns_corefile", "label": "local.nodelocal_dns_corefile", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "local.nodelocal_dns_corefile", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_platform_topology_key", "label": "local.platform_topology_key", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "local.platform_topology_key", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 9}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_prometheus_operator_affinity", "label": "local.prometheus_operator_affinity", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "local.prometheus_operator_affinity", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_prometheus_operator_match_labels", "label": "local.prometheus_operator_match_labels", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "local.prometheus_operator_match_labels", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_prometheus_operator_topology_spread_constraints", "label": "local.prometheus_operator_topology_spread_constraints", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "local.prometheus_operator_topology_spread_constraints", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_prometheus_stack_node_selector", "label": "local.prometheus_stack_node_selector", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "local.prometheus_stack_node_selector", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_traefik_node_selector", "label": "local.traefik_node_selector", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "local.traefik_node_selector", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_platform_6ccb56e24d8dc66f_provider_helm", "label": "provider.helm", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "provider.helm", "community": 3, "community_name": "platform/main.tf", "source_file": "bootstrap/platform/main.tf", "file_type": "code", "degree": 2}, {"id": "bootstrap_platform_terraform_lock", "label": "platform/.terraform.lock.hcl", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "platform/.terraform.lock.hcl", "community": 73, "community_name": "platform/.terraform.lock.hcl", "source_file": "bootstrap/platform/.terraform.lock.hcl", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_provider_registry_opentofu_org_hashicorp_null", "label": "provider.registry.opentofu.org/hashicorp/null", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "provider.registry.opentofu.org/hashicorp/null", "community": 100, "community_name": "provisioning/.terraform.lock.hcl", "source_file": "bootstrap/provisioning/.terraform.lock.hcl", "file_type": "code", "degree": 1}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_seal", "label": "null_resource.pimox_template_vm_seal", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "null_resource.pimox_template_vm_seal", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 18}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_finalize", "label": "null_resource.pimox_template_vm_finalize", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "null_resource.pimox_template_vm_finalize", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 9}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_create", "label": "null_resource.pimox_template_vm_create", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "null_resource.pimox_template_vm_create", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 19}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_kvm_cpuset", "label": "var.pimox_template_kvm_cpuset", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_template_kvm_cpuset", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_debian_netboot_base_url", "label": "var.debian_netboot_base_url", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.debian_netboot_base_url", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_build_host", "label": "var.pimox_template_build_host", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_template_build_host", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_mac", "label": "var.pimox_template_mac", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_template_mac", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_template_user_password_hash", "label": "var.template_user_password_hash", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.template_user_password_hash", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_debian_mirror_directory", "label": "var.debian_mirror_directory", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "var.debian_mirror_directory", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_template_disk", "label": "var.template_disk", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.template_disk", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_ssh_key_path", "label": "var.pimox_ssh_key_path", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_ssh_key_path", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_build_ssh_key_path", "label": "var.pimox_template_build_ssh_key_path", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_template_build_ssh_key_path", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_provisioning_ssh_key_path", "label": "var.provisioning_ssh_key_path", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.provisioning_ssh_key_path", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_template_user_ssh_public_key_path", "label": "var.template_user_ssh_public_key_path", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.template_user_ssh_public_key_path", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_provisioning_install_dir", "label": "var.provisioning_install_dir", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "var.provisioning_install_dir", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_qm_bin", "label": "var.pimox_qm_bin", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_qm_bin", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_guest_ip_prefix", "label": "var.pimox_template_guest_ip_prefix", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_template_guest_ip_prefix", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_proxy_dhcp_range", "label": "var.proxy_dhcp_range", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.proxy_dhcp_range", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_http_host", "label": "var.http_host", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "var.http_host", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_provisioning_host", "label": "var.provisioning_host", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.provisioning_host", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_registry_endpoint", "label": "var.registry_endpoint", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.registry_endpoint", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_host", "label": "var.pimox_host", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_host", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_build_timeout", "label": "var.pimox_template_build_timeout", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_template_build_timeout", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_template_user_full_name", "label": "var.template_user_full_name", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.template_user_full_name", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_timezone", "label": "var.timezone", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.timezone", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_debian_mirror_host", "label": "var.debian_mirror_host", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "var.debian_mirror_host", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_name", "label": "var.pimox_template_name", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_template_name", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_locale", "label": "var.locale", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.locale", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pxe_boot_file", "label": "var.pxe_boot_file", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pxe_boot_file", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_template_hostname", "label": "var.template_hostname", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "var.template_hostname", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_clone_hostname_prefix", "label": "var.clone_hostname_prefix", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.clone_hostname_prefix", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_template_domain", "label": "var.template_domain", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "var.template_domain", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_build_user", "label": "var.pimox_template_build_user", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_template_build_user", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_user", "label": "var.pimox_user", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_user", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_provisioning_user", "label": "var.provisioning_user", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.provisioning_user", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_template_user", "label": "var.template_user", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "var.template_user", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_efidisk0", "label": "var.pimox_template_efidisk0", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_template_efidisk0", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_scsi0", "label": "var.pimox_template_scsi0", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_template_scsi0", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_debian_suite", "label": "var.debian_suite", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.debian_suite", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_keyboard", "label": "var.keyboard", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.keyboard", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_kubernetes_minor_version", "label": "var.kubernetes_minor_version", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.kubernetes_minor_version", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_bridge", "label": "var.pimox_template_bridge", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_template_bridge", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pxe_default_menu_entry", "label": "var.pxe_default_menu_entry", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pxe_default_menu_entry", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pxe_menu_timeout", "label": "var.pxe_menu_timeout", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pxe_menu_timeout", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_cores", "label": "var.pimox_template_cores", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_template_cores", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_guest_ssh_timeout_seconds", "label": "var.pimox_template_guest_ssh_timeout_seconds", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_template_guest_ssh_timeout_seconds", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_build_timeout_seconds", "label": "var.pimox_template_build_timeout_seconds", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_template_build_timeout_seconds", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_http_port", "label": "var.http_port", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "var.http_port", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_memory", "label": "var.pimox_template_memory", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_template_memory", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_vmid", "label": "var.pimox_template_vmid", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_template_vmid", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_node_dns_servers", "label": "var.node_dns_servers", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.node_dns_servers", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_kernel_cgroup_boot_options", "label": "var.kernel_cgroup_boot_options", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.kernel_cgroup_boot_options", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_additional_template_packages", "label": "var.additional_template_packages", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.additional_template_packages", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_template_user_ssh_authorized_keys", "label": "var.template_user_ssh_authorized_keys", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.template_user_ssh_authorized_keys", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_builder_enabled", "label": "var.pimox_template_builder_enabled", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_template_builder_enabled", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_replace_existing", "label": "var.pimox_template_replace_existing", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.pimox_template_replace_existing", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_provisioning_host", "label": "null_resource.provisioning_host", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "null_resource.provisioning_host", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 19}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_var_provisioning_interface", "label": "var.provisioning_interface", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "var.provisioning_interface", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_output_pxe_rescue_url", "label": "output.pxe_rescue_url", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "output.pxe_rescue_url", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/outputs.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_output_preseed_url", "label": "output.preseed_url", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "output.preseed_url", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/outputs.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_output_provisioning_http_base_url", "label": "output.provisioning_http_base_url", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "output.provisioning_http_base_url", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/outputs.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_output_tftp_root", "label": "output.tftp_root", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "output.tftp_root", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/outputs.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_output_pimox_template_vmid", "label": "output.pimox_template_vmid", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "output.pimox_template_vmid", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/outputs.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_output_pxe_boot_file", "label": "output.pxe_boot_file", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "output.pxe_boot_file", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/outputs.tf", "file_type": "code", "degree": 2}, {"id": "bootstrap_provisioning_main", "label": "provisioning/main.tf", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "provisioning/main.tf", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 28}, {"id": "bootstrap_provisioning_outputs", "label": "outputs.tf", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "outputs.tf", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/outputs.tf", "file_type": "code", "degree": 7}, {"id": "bootstrap_provisioning_variables", "label": "provisioning/variables.tf", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.4, "font": {"size": 12, "color": "#ffffff"}, "title": "provisioning/variables.tf", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/variables.tf", "file_type": "code", "degree": 55}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_directory", "label": "Terraform module: bootstrap/provisioning", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Terraform module: bootstrap/provisioning", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_config_hash", "label": "local.config_hash", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "local.config_hash", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 13}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_debian_netboot_base_url", "label": "local.debian_netboot_base_url", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "local.debian_netboot_base_url", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 7}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_dnsmasq_conf", "label": "local.dnsmasq_conf", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "local.dnsmasq_conf", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 7}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_golden_node_prepare", "label": "local.golden_node_prepare", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "local.golden_node_prepare", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 9}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_grub_cfg", "label": "local.grub_cfg", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "local.grub_cfg", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 8}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_http_root", "label": "local.http_root", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "local.http_root", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_kernel_cgroup_boot_options", "label": "local.kernel_cgroup_boot_options", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "local.kernel_cgroup_boot_options", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_nginx_conf", "label": "local.nginx_conf", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "local.nginx_conf", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 5}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_node_dns_servers", "label": "local.node_dns_servers", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "local.node_dns_servers", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_pimox_template_net0", "label": "local.pimox_template_net0", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "local.pimox_template_net0", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_prepare_template", "label": "local.prepare_template", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "local.prepare_template", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 7}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_prepare_template_script_url", "label": "local.prepare_template_script_url", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "local.prepare_template_script_url", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_cfg", "label": "local.preseed_cfg", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "local.preseed_cfg", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 17}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_url", "label": "local.preseed_url", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "local.preseed_url", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 6}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_provisioning_http_base_url", "label": "local.provisioning_http_base_url", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "local.provisioning_http_base_url", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 8}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_provisioning_script_url", "label": "local.provisioning_script_url", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "local.provisioning_script_url", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_repo_root", "label": "local.repo_root", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "local.repo_root", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 2}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_rescue_index", "label": "local.rescue_index", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "local.rescue_index", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 6}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_ssh_authorized_keys_base64", "label": "local.ssh_authorized_keys_base64", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "local.ssh_authorized_keys_base64", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_template_package_list", "label": "local.template_package_list", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "local.template_package_list", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_template_packages", "label": "local.template_packages", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "local.template_packages", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 3}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_template_user_ssh_keys", "label": "local.template_user_ssh_keys", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "local.template_user_ssh_keys", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 4}, {"id": "terraform_bootstrap_provisioning_51780c293784144a_local_tftp_root", "label": "local.tftp_root", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "local.tftp_root", "community": 0, "community_name": "provisioning/variables.tf", "source_file": "bootstrap/provisioning/main.tf", "file_type": "code", "degree": 6}, {"id": "bootstrap_provisioning_terraform_lock", "label": "provisioning/.terraform.lock.hcl", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "provisioning/.terraform.lock.hcl", "community": 100, "community_name": "provisioning/.terraform.lock.hcl", "source_file": "bootstrap/provisioning/.terraform.lock.hcl", "file_type": "code", "degree": 1}, {"id": "jeannie", "label": "jeannie", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "jeannie", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 305}, {"id": "jeannie_ai_index", "label": "ai_index()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ai_index()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_backup_tofu_state", "label": "backup_tofu_state()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "backup_tofu_state()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_bootstrap_gitea_repo", "label": "bootstrap_gitea_repo()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "bootstrap_gitea_repo()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 13}, {"id": "jeannie_check_debian_tailscale_ip", "label": "check_debian_tailscale_ip()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "check_debian_tailscale_ip()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_check_edge_disk_free", "label": "check_edge_disk_free()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "check_edge_disk_free()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_check_edge_gitea_backend", "label": "check_edge_gitea_backend()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "check_edge_gitea_backend()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_check_edge_heimdall_backend", "label": "check_edge_heimdall_backend()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "check_edge_heimdall_backend()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_check_edge_traefik_backend", "label": "check_edge_traefik_backend()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "check_edge_traefik_backend()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_check_gitea_git_remote", "label": "check_gitea_git_remote()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "check_gitea_git_remote()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_check_gitea_reachable", "label": "check_gitea_reachable()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "check_gitea_reachable()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_check_gitea_ssh", "label": "check_gitea_ssh()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "check_gitea_ssh()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_check_local_disk_free_gib", "label": "check_local_disk_free_gib()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "check_local_disk_free_gib()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_check_pihole_dns_query", "label": "check_pihole_dns_query()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "check_pihole_dns_query()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_check_pimox_worker_tailnet_egress", "label": "check_pimox_worker_tailnet_egress()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "check_pimox_worker_tailnet_egress()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_check_rpi_docker_root_state", "label": "check_rpi_docker_root_state()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "check_rpi_docker_root_state()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_check_rpi_docker_writable", "label": "check_rpi_docker_writable()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "check_rpi_docker_writable()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_check_rpi_ssh", "label": "check_rpi_ssh()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "check_rpi_ssh()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_check_rpi_tailscale_ip", "label": "check_rpi_tailscale_ip()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "check_rpi_tailscale_ip()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_check_systemd_active", "label": "check_systemd_active()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "check_systemd_active()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_cleanup_calico_links", "label": "cleanup_calico_links()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup_calico_links()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_cleanup_calico_runtime_files", "label": "cleanup_calico_runtime_files()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup_calico_runtime_files()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_cleanup_iptables", "label": "cleanup_iptables()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup_iptables()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_cleanup_mounts", "label": "cleanup_mounts()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup_mounts()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_cleanup_node", "label": "cleanup_node()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup_node()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 7}, {"id": "jeannie_cluster_admin_kubeconfig_present", "label": "cluster_admin_kubeconfig_present()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cluster_admin_kubeconfig_present()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_cluster_worker_targets", "label": "cluster_worker_targets()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "cluster_worker_targets()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 5}, {"id": "jeannie_cosign_registry_flags", "label": "cosign_registry_flags()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cosign_registry_flags()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_create_gitea_repo", "label": "create_gitea_repo()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create_gitea_repo()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_create_gitea_repo_deploy_key", "label": "create_gitea_repo_deploy_key()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create_gitea_repo_deploy_key()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_docker_root_dir", "label": "docker_root_dir()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "docker_root_dir()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_doctor_versions_report", "label": "doctor_versions_report()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "doctor_versions_report()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_edge_haproxy_stats_credentials_file", "label": "edge_haproxy_stats_credentials_file()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "edge_haproxy_stats_credentials_file()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_edge_haproxy_stats_password_valid", "label": "edge_haproxy_stats_password_valid()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "edge_haproxy_stats_password_valid()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_ensure_docker_build_space", "label": "ensure_docker_build_space()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_docker_build_space()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 5}, {"id": "jeannie_ensure_edge_haproxy_stats_password", "label": "ensure_edge_haproxy_stats_password()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_edge_haproxy_stats_password()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 7}, {"id": "jeannie_ensure_existing_cluster_started_for_up", "label": "ensure_existing_cluster_started_for_up()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_existing_cluster_started_for_up()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 6}, {"id": "jeannie_ensure_gitea_repo_ssh_access", "label": "ensure_gitea_repo_ssh_access()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_gitea_repo_ssh_access()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 5}, {"id": "jeannie_ensure_kubernetes_api_ready_for_tofu_stack", "label": "ensure_kubernetes_api_ready_for_tofu_stack()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_kubernetes_api_ready_for_tofu_stack()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_ensure_python3", "label": "ensure_python3()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_python3()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 6}, {"id": "jeannie_export_homelab_inventory_tf_vars", "label": "export_homelab_inventory_tf_vars()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "export_homelab_inventory_tf_vars()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_export_if_unset", "label": "export_if_unset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "export_if_unset()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_generate_edge_haproxy_stats_password", "label": "generate_edge_haproxy_stats_password()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_edge_haproxy_stats_password()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_gitea_api_base_url", "label": "gitea_api_base_url()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "gitea_api_base_url()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_gitea_bootstrap_password", "label": "gitea_bootstrap_password()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "gitea_bootstrap_password()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_gitea_branch_exists", "label": "gitea_branch_exists()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "gitea_branch_exists()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_gitea_public_key_registered", "label": "gitea_public_key_registered()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "gitea_public_key_registered()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_gitea_repo_exists", "label": "gitea_repo_exists()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "gitea_repo_exists()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_kubernetes_api_reachable", "label": "kubernetes_api_reachable()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "kubernetes_api_reachable()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 5}, {"id": "jeannie_nuke", "label": "nuke()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "nuke()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 8}, {"id": "jeannie_nuke_for_rebuild", "label": "nuke_for_rebuild()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "nuke_for_rebuild()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_ollama_install_from_tgz", "label": "ollama_install_from_tgz()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ollama_install_from_tgz()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_ollama_write_systemd_service", "label": "ollama_write_systemd_service()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ollama_write_systemd_service()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_path_available_mb", "label": "path_available_mb()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "path_available_mb()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_prune_unused_docker_build_data", "label": "prune_unused_docker_build_data()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "prune_unused_docker_build_data()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_recover_edge_haproxy_stats_password", "label": "recover_edge_haproxy_stats_password()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "recover_edge_haproxy_stats_password()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_restore_node_dns", "label": "restore_node_dns()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "restore_node_dns()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_run_up_parallel_stage", "label": "run_up_parallel_stage()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "run_up_parallel_stage()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_start_cluster", "label": "start_cluster()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "start_cluster()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 8}, {"id": "jeannie_start_local_kubernetes_services", "label": "start_local_kubernetes_services()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "start_local_kubernetes_services()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_start_remote_kubernetes_services", "label": "start_remote_kubernetes_services()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "start_remote_kubernetes_services()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_status_container_running", "label": "status_container_running()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "status_container_running()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_status_disk_pressure", "label": "status_disk_pressure()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "status_disk_pressure()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_status_gitea_public_ok", "label": "status_gitea_public_ok()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "status_gitea_public_ok()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_status_gitea_recent_errors", "label": "status_gitea_recent_errors()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "status_gitea_recent_errors()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_status_http_ok", "label": "status_http_ok()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "status_http_ok()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_status_http_reachable", "label": "status_http_reachable()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "status_http_reachable()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_status_kubernetes_deployment_ready", "label": "status_kubernetes_deployment_ready()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "status_kubernetes_deployment_ready()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_status_kubernetes_nodes_ready", "label": "status_kubernetes_nodes_ready()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "status_kubernetes_nodes_ready()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_status_no_problem_pods", "label": "status_no_problem_pods()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "status_no_problem_pods()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_status_node_pressure", "label": "status_node_pressure()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "status_node_pressure()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_status_pod_restart_pressure", "label": "status_pod_restart_pressure()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "status_pod_restart_pressure()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_status_recent_deployments", "label": "status_recent_deployments()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "status_recent_deployments()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_status_registry_ok", "label": "status_registry_ok()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "status_registry_ok()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_status_rpi_uptime_kuma_ok", "label": "status_rpi_uptime_kuma_ok()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "status_rpi_uptime_kuma_ok()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_status_traefik_error_rates", "label": "status_traefik_error_rates()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "status_traefik_error_rates()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 1}, {"id": "jeannie_stop_cluster", "label": "stop_cluster()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "stop_cluster()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 9}, {"id": "jeannie_stop_local_kubernetes_services", "label": "stop_local_kubernetes_services()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "stop_local_kubernetes_services()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_stop_remote_kubernetes_services", "label": "stop_remote_kubernetes_services()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "stop_remote_kubernetes_services()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_wait_for_kubernetes_api", "label": "wait_for_kubernetes_api()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "wait_for_kubernetes_api()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_wait_for_kubernetes_api_stable", "label": "wait_for_kubernetes_api_stable()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "wait_for_kubernetes_api_stable()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_write_edge_haproxy_stats_credentials", "label": "write_edge_haproxy_stats_credentials()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "write_edge_haproxy_stats_credentials()", "community": 1, "community_name": "jeannie", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_cpuset_cpu_count", "label": "cpuset_cpu_count()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "cpuset_cpu_count()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_destroy_pimox_worker_vms", "label": "destroy_pimox_worker_vms()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "destroy_pimox_worker_vms()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 6}, {"id": "jeannie_detect_route_interface", "label": "detect_route_interface()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "detect_route_interface()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_ensure_pimox_worker_node", "label": "ensure_pimox_worker_node()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_pimox_worker_node()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 13}, {"id": "jeannie_ensure_static_pimox_worker_spec_file", "label": "ensure_static_pimox_worker_spec_file()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_static_pimox_worker_spec_file()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_pimox_generated_mac", "label": "pimox_generated_mac()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "pimox_generated_mac()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_pimox_guest_cpu_count", "label": "pimox_guest_cpu_count()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "pimox_guest_cpu_count()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_pimox_guest_exec_exitcode", "label": "pimox_guest_exec_exitcode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "pimox_guest_exec_exitcode()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_pimox_guest_ipv4", "label": "pimox_guest_ipv4()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "pimox_guest_ipv4()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_pimox_shutdown_vm_gracefully", "label": "pimox_shutdown_vm_gracefully()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "pimox_shutdown_vm_gracefully()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_pimox_ssh", "label": "pimox_ssh()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "pimox_ssh()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 18}, {"id": "jeannie_pimox_start_vm_with_cpuset", "label": "pimox_start_vm_with_cpuset()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "pimox_start_vm_with_cpuset()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_pimox_worker_count_default", "label": "pimox_worker_count_default()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "pimox_worker_count_default()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_pimox_worker_count_effective", "label": "pimox_worker_count_effective()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "pimox_worker_count_effective()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 8}, {"id": "jeannie_pimox_worker_cpu_affinity", "label": "pimox_worker_cpu_affinity()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "pimox_worker_cpu_affinity()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_pimox_worker_guest_ssh_repair", "label": "pimox_worker_guest_ssh_repair()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "pimox_worker_guest_ssh_repair()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_pimox_worker_net0_config", "label": "pimox_worker_net0_config()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "pimox_worker_net0_config()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_pimox_worker_static_ip", "label": "pimox_worker_static_ip()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "pimox_worker_static_ip()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_pimox_worker_vm_debug", "label": "pimox_worker_vm_debug()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "pimox_worker_vm_debug()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_run_pimox_pipeline", "label": "run_pimox_pipeline()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "run_pimox_pipeline()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 13}, {"id": "jeannie_start_pimox_worker_vms", "label": "start_pimox_worker_vms()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "start_pimox_worker_vms()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 5}, {"id": "jeannie_status_pimox_workers", "label": "status_pimox_workers()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "status_pimox_workers()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 7}, {"id": "jeannie_status_pimox_workers_running", "label": "status_pimox_workers_running()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "status_pimox_workers_running()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_stop_pimox_worker_vms", "label": "stop_pimox_worker_vms()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "stop_pimox_worker_vms()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 5}, {"id": "jeannie_verify_pimox_worker_vms_stopped", "label": "verify_pimox_worker_vms_stopped()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "verify_pimox_worker_vms_stopped()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 5}, {"id": "jeannie_wait_for_pimox_guest_ssh", "label": "wait_for_pimox_guest_ssh()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "wait_for_pimox_guest_ssh()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 7}, {"id": "jeannie_worker_index_is_skipped", "label": "worker_index_is_skipped()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "worker_index_is_skipped()", "community": 10, "community_name": "pimox_ssh", "source_file": "jeannie", "file_type": "code", "degree": 9}, {"id": "infra_arr_stack_bootstrap", "label": "arr-stack/bootstrap.sh", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "arr-stack/bootstrap.sh", "community": 101, "community_name": "arr-stack/bootstrap.sh", "source_file": "infra/arr-stack/bootstrap.sh", "file_type": "code", "degree": 1}, {"id": "infra_arr_stack_bootstrap_sh__entry", "label": "bootstrap.sh script", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "bootstrap.sh script", "community": 101, "community_name": "arr-stack/bootstrap.sh", "source_file": "infra/arr-stack/bootstrap.sh", "file_type": "code", "degree": 1}, {"id": "infra_omniroute_bootstrap", "label": "omniroute/bootstrap.sh", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "omniroute/bootstrap.sh", "community": 102, "community_name": "omniroute/bootstrap.sh", "source_file": "infra/omniroute/bootstrap.sh", "file_type": "code", "degree": 1}, {"id": "infra_omniroute_bootstrap_sh__entry", "label": "bootstrap.sh script", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "bootstrap.sh script", "community": 102, "community_name": "omniroute/bootstrap.sh", "source_file": "infra/omniroute/bootstrap.sh", "file_type": "code", "degree": 1}, {"id": "infra_youtube_backup_backup_youtube", "label": "backup-youtube.sh", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "backup-youtube.sh", "community": 103, "community_name": "backup-youtube.sh", "source_file": "infra/youtube-backup/backup-youtube.sh", "file_type": "code", "degree": 1}, {"id": "infra_youtube_backup_backup_youtube_sh__entry", "label": "backup-youtube.sh script", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "backup-youtube.sh script", "community": 103, "community_name": "backup-youtube.sh", "source_file": "infra/youtube-backup/backup-youtube.sh", "file_type": "code", "degree": 1}, {"id": "scripts_artifact_cache", "label": "artifact-cache", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "artifact-cache", "community": 104, "community_name": "artifact-cache", "source_file": "scripts/artifact-cache", "file_type": "code", "degree": 1}, {"id": "scripts_artifact_cache__entry", "label": "artifact-cache script", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "artifact-cache script", "community": 104, "community_name": "artifact-cache", "source_file": "scripts/artifact-cache", "file_type": "code", "degree": 1}, {"id": "scripts_gitops_status", "label": "gitops-status", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "gitops-status", "community": 105, "community_name": "gitops-status", "source_file": "scripts/gitops-status", "file_type": "code", "degree": 1}, {"id": "scripts_gitops_status__entry", "label": "gitops-status script", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "gitops-status script", "community": 105, "community_name": "gitops-status", "source_file": "scripts/gitops-status", "file_type": "code", "degree": 1}, {"id": "scripts_golden_ledger", "label": "golden-ledger", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "golden-ledger", "community": 106, "community_name": "golden-ledger", "source_file": "scripts/golden-ledger", "file_type": "code", "degree": 1}, {"id": "scripts_golden_ledger__entry", "label": "golden-ledger script", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "golden-ledger script", "community": 106, "community_name": "golden-ledger", "source_file": "scripts/golden-ledger", "file_type": "code", "degree": 1}, {"id": "scripts_validate_homelab_inventory", "label": "validate-homelab-inventory", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validate-homelab-inventory", "community": 107, "community_name": "validate-homelab-inventory", "source_file": "scripts/validate-homelab-inventory", "file_type": "code", "degree": 1}, {"id": "scripts_validate_homelab_inventory__entry", "label": "validate-homelab-inventory script", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validate-homelab-inventory script", "community": 107, "community_name": "validate-homelab-inventory", "source_file": "scripts/validate-homelab-inventory", "file_type": "code", "degree": 1}, {"id": "apps_website_cv", "label": "cv.php", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "cv.php", "community": 108, "community_name": "cv.php", "source_file": "apps/website/cv.php", "file_type": "code", "degree": 0}, {"id": "apps_website_demos", "label": "demos.php", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "demos.php", "community": 109, "community_name": "demos.php", "source_file": "apps/website/demos.php", "file_type": "code", "degree": 0}, {"id": "any", "label": "Any", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Any", "community": 11, "community_name": "main.py", "source_file": "", "file_type": "code", "degree": 5}, {"id": "basemodel", "label": "BaseModel", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BaseModel", "community": 11, "community_name": "main.py", "source_file": "", "file_type": "code", "degree": 1}, {"id": "get", "label": "get", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "get", "community": 11, "community_name": "main.py", "source_file": "", "file_type": "code", "degree": 3}, {"id": "labs_mlops_platform_app_main", "label": "main.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "main.py", "community": 11, "community_name": "main.py", "source_file": "labs/mlops-platform/app/main.py", "file_type": "code", "degree": 21}, {"id": "middleware", "label": "middleware", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "middleware", "community": 11, "community_name": "main.py", "source_file": "", "file_type": "code", "degree": 1}, {"id": "post", "label": "post", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "post", "community": 11, "community_name": "main.py", "source_file": "", "file_type": "code", "degree": 1}, {"id": "request", "label": "Request", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Request", "community": 11, "community_name": "main.py", "source_file": "", "file_type": "code", "degree": 1}, {"id": "response", "label": "Response", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Response", "community": 11, "community_name": "main.py", "source_file": "", "file_type": "code", "degree": 2}, {"id": "apps_website_index", "label": "index.php", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "index.php", "community": 110, "community_name": "index.php", "source_file": "apps/website/index.php", "file_type": "code", "degree": 0}, {"id": "apps_website_lang_en", "label": "en.php", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "en.php", "community": 111, "community_name": "en.php", "source_file": "apps/website/lang/en.php", "file_type": "code", "degree": 0}, {"id": "apps_website_lang_nah", "label": "nah.php", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "nah.php", "community": 112, "community_name": "nah.php", "source_file": "apps/website/lang/nah.php", "file_type": "code", "degree": 0}, {"id": "apps_website_partials_footer", "label": "footer.php", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "footer.php", "community": 113, "community_name": "footer.php", "source_file": "apps/website/partials/footer.php", "file_type": "code", "degree": 0}, {"id": "apps_website_partials_header", "label": "header.php", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "header.php", "community": 114, "community_name": "header.php", "source_file": "apps/website/partials/header.php", "file_type": "code", "degree": 0}, {"id": "apps_website_partials_theme_toolbar", "label": "theme_toolbar.php", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "theme_toolbar.php", "community": 115, "community_name": "theme_toolbar.php", "source_file": "apps/website/partials/theme_toolbar.php", "file_type": "code", "degree": 0}, {"id": "apps_website_visitor_ideas_php_apps_website_visitor_ideas", "label": "visitor_ideas.php", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "visitor_ideas.php", "community": 116, "community_name": "visitor_ideas.php", "source_file": "apps/website/visitor_ideas.php", "file_type": "code", "degree": 0}, {"id": "pkg_my_homelab_configs", "label": "my-homelab-configs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "my-homelab-configs", "community": 117, "community_name": "my-homelab-configs", "source_file": "go.mod", "file_type": "code", "degree": 0}, {"id": "scripts_heal", "label": "heal", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "heal", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "code", "degree": 31}, {"id": "scripts_heal_path", "label": "Path", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Path", "community": 12, "community_name": "heal", "source_file": "", "file_type": "code", "degree": 1}, {"id": "scripts_heal_rationale_2", "label": "Plan and apply guarded self-healing actions from Jeannie status findings.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Plan and apply guarded self-healing actions from Jeannie status findings.", "community": 12, "community_name": "heal", "source_file": "scripts/heal", "file_type": "rationale", "degree": 1}, {"id": "scripts_security_scan", "label": "security-scan", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "security-scan", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 21}, {"id": "scripts_security_scan__entry", "label": "security-scan script", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "security-scan script", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 10}, {"id": "scripts_security_scan_ensure_report_dir", "label": "ensure_report_dir()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_report_dir()", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 9}, {"id": "scripts_security_scan_header_value", "label": "header_value()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "header_value()", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 1}, {"id": "scripts_security_scan_lynis_findings", "label": "lynis_findings()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "lynis_findings()", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 2}, {"id": "scripts_security_scan_prepare_security_scans", "label": "prepare_security_scans()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "prepare_security_scans()", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 4}, {"id": "scripts_security_scan_print_lynis_fallback_focus", "label": "print_lynis_fallback_focus()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "print_lynis_fallback_focus()", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 2}, {"id": "scripts_security_scan_print_lynis_focus", "label": "print_lynis_focus()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "print_lynis_focus()", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 5}, {"id": "scripts_security_scan_print_lynis_llm_focus", "label": "print_lynis_llm_focus()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "print_lynis_llm_focus()", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 3}, {"id": "scripts_security_scan_require_docker", "label": "require_docker()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "require_docker()", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 7}, {"id": "scripts_security_scan_run_gitleaks", "label": "run_gitleaks()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "run_gitleaks()", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 5}, {"id": "scripts_security_scan_run_kube_bench", "label": "run_kube_bench()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "run_kube_bench()", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 5}, {"id": "scripts_security_scan_run_lynis_host", "label": "run_lynis_host()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "run_lynis_host()", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 5}, {"id": "scripts_security_scan_run_nuclei", "label": "run_nuclei()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "run_nuclei()", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 6}, {"id": "scripts_security_scan_run_security_web", "label": "run_security_web()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "run_security_web()", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 5}, {"id": "scripts_security_scan_run_trivy", "label": "run_trivy()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "run_trivy()", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 5}, {"id": "scripts_security_scan_run_zap", "label": "run_zap()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "run_zap()", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 6}, {"id": "scripts_security_scan_safe_target_name", "label": "safe_target_name()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "safe_target_name()", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 4}, {"id": "scripts_security_scan_scan_targets", "label": "scan_targets()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "scan_targets()", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 1}, {"id": "scripts_security_scan_timestamp", "label": "timestamp()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "timestamp()", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 8}, {"id": "scripts_security_scan_truthy", "label": "truthy()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "truthy()", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 2}, {"id": "scripts_security_scan_usage", "label": "usage()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "usage()", "community": 13, "community_name": "security-scan", "source_file": "scripts/security-scan", "file_type": "code", "degree": 2}, {"id": "labs_mlops_platform_training_export_model", "label": "export_model.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "export_model.py", "community": 14, "community_name": "pathlib", "source_file": "labs/mlops-platform/training/export_model.py", "file_type": "code", "degree": 7}, {"id": "scripts_agent_sandbox", "label": "agent-sandbox", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "agent-sandbox", "community": 14, "community_name": "pathlib", "source_file": "scripts/agent-sandbox", "file_type": "code", "degree": 10}, {"id": "scripts_ai_memory", "label": "ai-memory", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ai-memory", "community": 14, "community_name": "pathlib", "source_file": "scripts/ai-memory", "file_type": "code", "degree": 7}, {"id": "scripts_ai_memory_path", "label": "Path", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Path", "community": 14, "community_name": "pathlib", "source_file": "", "file_type": "code", "degree": 1}, {"id": "scripts_agent_sandbox_rationale_2", "label": "Classify proposed agent commands against the homelab sandbox policy.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Classify proposed agent commands against the homelab sandbox policy.", "community": 14, "community_name": "pathlib", "source_file": "scripts/agent-sandbox", "file_type": "rationale", "degree": 1}, {"id": "scripts_ai_memory_rationale_2", "label": "Check local homelab AI memory provenance and freshness.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Check local homelab AI memory provenance and freshness.", "community": 14, "community_name": "pathlib", "source_file": "scripts/ai-memory", "file_type": "rationale", "degree": 1}, {"id": "jeannie_check_edge_ssh", "label": "check_edge_ssh()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "check_edge_ssh()", "community": 15, "community_name": "disabled_value", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_check_pimox_storage", "label": "check_pimox_storage()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "check_pimox_storage()", "community": 15, "community_name": "disabled_value", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_configure_pimox_worker_forwarding", "label": "configure_pimox_worker_forwarding()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "configure_pimox_worker_forwarding()", "community": 15, "community_name": "disabled_value", "source_file": "jeannie", "file_type": "code", "degree": 6}, {"id": "jeannie_configure_pimox_worker_guest_network", "label": "configure_pimox_worker_guest_network()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "configure_pimox_worker_guest_network()", "community": 15, "community_name": "disabled_value", "source_file": "jeannie", "file_type": "code", "degree": 8}, {"id": "jeannie_deploy_heimdall", "label": "deploy_heimdall()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "deploy_heimdall()", "community": 15, "community_name": "disabled_value", "source_file": "jeannie", "file_type": "code", "degree": 7}, {"id": "jeannie_deploy_hermes", "label": "deploy_hermes()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "deploy_hermes()", "community": 15, "community_name": "disabled_value", "source_file": "jeannie", "file_type": "code", "degree": 7}, {"id": "jeannie_deploy_matrix", "label": "deploy_matrix()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "deploy_matrix()", "community": 15, "community_name": "disabled_value", "source_file": "jeannie", "file_type": "code", "degree": 8}, {"id": "jeannie_deploy_omniroute", "label": "deploy_omniroute()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "deploy_omniroute()", "community": 15, "community_name": "disabled_value", "source_file": "jeannie", "file_type": "code", "degree": 7}, {"id": "jeannie_deploy_rpi_services", "label": "deploy_rpi_services()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "deploy_rpi_services()", "community": 15, "community_name": "disabled_value", "source_file": "jeannie", "file_type": "code", "degree": 5}, {"id": "jeannie_disabled_value", "label": "disabled_value()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "disabled_value()", "community": 15, "community_name": "disabled_value", "source_file": "jeannie", "file_type": "code", "degree": 19}, {"id": "jeannie_ensure_edge_tailscale_routes", "label": "ensure_edge_tailscale_routes()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_edge_tailscale_routes()", "community": 15, "community_name": "disabled_value", "source_file": "jeannie", "file_type": "code", "degree": 5}, {"id": "jeannie_ensure_local_docker_compose", "label": "ensure_local_docker_compose()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_local_docker_compose()", "community": 15, "community_name": "disabled_value", "source_file": "jeannie", "file_type": "code", "degree": 6}, {"id": "jeannie_install_missing_debian_packages", "label": "install_missing_debian_packages()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "install_missing_debian_packages()", "community": 15, "community_name": "disabled_value", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_openwrt", "label": "openwrt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "openwrt()", "community": 15, "community_name": "disabled_value", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_pimox_worker_guest_agent_recovery_hint", "label": "pimox_worker_guest_agent_recovery_hint()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "pimox_worker_guest_agent_recovery_hint()", "community": 15, "community_name": "disabled_value", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_repair_local_docker_iptables", "label": "repair_local_docker_iptables()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "repair_local_docker_iptables()", "community": 15, "community_name": "disabled_value", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_run_openwrt_pipeline", "label": "run_openwrt_pipeline()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "run_openwrt_pipeline()", "community": 15, "community_name": "disabled_value", "source_file": "jeannie", "file_type": "code", "degree": 6}, {"id": "jeannie_sops_available", "label": "sops_available()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "sops_available()", "community": 15, "community_name": "disabled_value", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_sops_load_secrets", "label": "sops_load_secrets()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "sops_load_secrets()", "community": 15, "community_name": "disabled_value", "source_file": "jeannie", "file_type": "code", "degree": 5}, {"id": "jeannie_up_task", "label": "up_task()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "up_task()", "community": 15, "community_name": "disabled_value", "source_file": "jeannie", "file_type": "code", "degree": 13}, {"id": "jeannie_validate_ipv4_cidr_or_host", "label": "validate_ipv4_cidr_or_host()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_ipv4_cidr_or_host()", "community": 15, "community_name": "disabled_value", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "scripts_workers", "label": "workers", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "workers", "community": 16, "community_name": "workers", "source_file": "scripts/workers", "file_type": "code", "degree": 19}, {"id": "scripts_workers__entry", "label": "workers script", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "workers script", "community": 16, "community_name": "workers", "source_file": "scripts/workers", "file_type": "code", "degree": 11}, {"id": "scripts_workers_drain_node", "label": "drain_node()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "drain_node()", "community": 16, "community_name": "workers", "source_file": "scripts/workers", "file_type": "code", "degree": 3}, {"id": "scripts_workers_have", "label": "have()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "have()", "community": 16, "community_name": "workers", "source_file": "scripts/workers", "file_type": "code", "degree": 3}, {"id": "scripts_workers_is_skipped", "label": "is_skipped()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "is_skipped()", "community": 16, "community_name": "workers", "source_file": "scripts/workers", "file_type": "code", "degree": 3}, {"id": "scripts_workers_kubectl_cmd", "label": "kubectl_cmd()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "kubectl_cmd()", "community": 16, "community_name": "workers", "source_file": "scripts/workers", "file_type": "code", "degree": 5}, {"id": "scripts_workers_list_workers", "label": "list_workers()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "list_workers()", "community": 16, "community_name": "workers", "source_file": "scripts/workers", "file_type": "code", "degree": 8}, {"id": "scripts_workers_node_for_index", "label": "node_for_index()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "node_for_index()", "community": 16, "community_name": "workers", "source_file": "scripts/workers", "file_type": "code", "degree": 3}, {"id": "scripts_workers_pimox_ssh", "label": "pimox_ssh()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "pimox_ssh()", "community": 16, "community_name": "workers", "source_file": "scripts/workers", "file_type": "code", "degree": 5}, {"id": "scripts_workers_rebalance", "label": "rebalance()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "rebalance()", "community": 16, "community_name": "workers", "source_file": "scripts/workers", "file_type": "code", "degree": 4}, {"id": "scripts_workers_recreate_plan", "label": "recreate_plan()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "recreate_plan()", "community": 16, "community_name": "workers", "source_file": "scripts/workers", "file_type": "code", "degree": 5}, {"id": "scripts_workers_restart_workers", "label": "restart_workers()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "restart_workers()", "community": 16, "community_name": "workers", "source_file": "scripts/workers", "file_type": "code", "degree": 4}, {"id": "scripts_workers_start_workers", "label": "start_workers()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "start_workers()", "community": 16, "community_name": "workers", "source_file": "scripts/workers", "file_type": "code", "degree": 4}, {"id": "scripts_workers_stop_workers", "label": "stop_workers()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "stop_workers()", "community": 16, "community_name": "workers", "source_file": "scripts/workers", "file_type": "code", "degree": 4}, {"id": "scripts_workers_tailnet_setup", "label": "tailnet_setup()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tailnet_setup()", "community": 16, "community_name": "workers", "source_file": "scripts/workers", "file_type": "code", "degree": 2}, {"id": "scripts_workers_target_indexes", "label": "target_indexes()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "target_indexes()", "community": 16, "community_name": "workers", "source_file": "scripts/workers", "file_type": "code", "degree": 3}, {"id": "scripts_workers_uncordon_node", "label": "uncordon_node()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "uncordon_node()", "community": 16, "community_name": "workers", "source_file": "scripts/workers", "file_type": "code", "degree": 3}, {"id": "scripts_workers_usage", "label": "usage()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "usage()", "community": 16, "community_name": "workers", "source_file": "scripts/workers", "file_type": "code", "degree": 2}, {"id": "scripts_workers_validate_index", "label": "validate_index()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_index()", "community": 16, "community_name": "workers", "source_file": "scripts/workers", "file_type": "code", "degree": 3}, {"id": "scripts_workers_vmid_for_index", "label": "vmid_for_index()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "vmid_for_index()", "community": 16, "community_name": "workers", "source_file": "scripts/workers", "file_type": "code", "degree": 6}, {"id": "scripts_render_service_catalog", "label": "render-service-catalog", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "render-service-catalog", "community": 17, "community_name": "render-service-catalog", "source_file": "scripts/render-service-catalog", "file_type": "code", "degree": 20}, {"id": "scripts_render_service_catalog_path", "label": "Path", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Path", "community": 17, "community_name": "render-service-catalog", "source_file": "", "file_type": "code", "degree": 3}, {"id": "scripts_render_service_catalog_rationale_2", "label": "Render homelab service catalog artifacts from homelab.yml.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Render homelab service catalog artifacts from homelab.yml.", "community": 17, "community_name": "render-service-catalog", "source_file": "scripts/render-service-catalog", "file_type": "rationale", "degree": 1}, {"id": "scripts_capacity_report", "label": "capacity-report", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "capacity-report", "community": 18, "community_name": "capacity-report", "source_file": "scripts/capacity-report", "file_type": "code", "degree": 17}, {"id": "scripts_capacity_report__entry", "label": "capacity-report script", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "capacity-report script", "community": 18, "community_name": "capacity-report", "source_file": "scripts/capacity-report", "file_type": "code", "degree": 3}, {"id": "scripts_capacity_report_compact_guidance", "label": "compact_guidance()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "compact_guidance()", "community": 18, "community_name": "capacity-report", "source_file": "scripts/capacity-report", "file_type": "code", "degree": 3}, {"id": "scripts_capacity_report_compact_host_capacity", "label": "compact_host_capacity()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "compact_host_capacity()", "community": 18, "community_name": "capacity-report", "source_file": "scripts/capacity-report", "file_type": "code", "degree": 3}, {"id": "scripts_capacity_report_compact_kubernetes_capacity", "label": "compact_kubernetes_capacity()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "compact_kubernetes_capacity()", "community": 18, "community_name": "capacity-report", "source_file": "scripts/capacity-report", "file_type": "code", "degree": 4}, {"id": "scripts_capacity_report_compact_main", "label": "compact_main()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "compact_main()", "community": 18, "community_name": "capacity-report", "source_file": "scripts/capacity-report", "file_type": "code", "degree": 7}, {"id": "scripts_capacity_report_compact_pimox_capacity", "label": "compact_pimox_capacity()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "compact_pimox_capacity()", "community": 18, "community_name": "capacity-report", "source_file": "scripts/capacity-report", "file_type": "code", "degree": 3}, {"id": "scripts_capacity_report_compact_rpi_capacity", "label": "compact_rpi_capacity()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "compact_rpi_capacity()", "community": 18, "community_name": "capacity-report", "source_file": "scripts/capacity-report", "file_type": "code", "degree": 3}, {"id": "scripts_capacity_report_emit", "label": "emit()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "emit()", "community": 18, "community_name": "capacity-report", "source_file": "scripts/capacity-report", "file_type": "code", "degree": 6}, {"id": "scripts_capacity_report_grafana_explore_url", "label": "grafana_explore_url()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "grafana_explore_url()", "community": 18, "community_name": "capacity-report", "source_file": "scripts/capacity-report", "file_type": "code", "degree": 2}, {"id": "scripts_capacity_report_host_capacity", "label": "host_capacity()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "host_capacity()", "community": 18, "community_name": "capacity-report", "source_file": "scripts/capacity-report", "file_type": "code", "degree": 4}, {"id": "scripts_capacity_report_kubernetes_capacity", "label": "kubernetes_capacity()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "kubernetes_capacity()", "community": 18, "community_name": "capacity-report", "source_file": "scripts/capacity-report", "file_type": "code", "degree": 4}, {"id": "scripts_capacity_report_pimox_capacity", "label": "pimox_capacity()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "pimox_capacity()", "community": 18, "community_name": "capacity-report", "source_file": "scripts/capacity-report", "file_type": "code", "degree": 3}, {"id": "scripts_capacity_report_rpi_capacity", "label": "rpi_capacity()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "rpi_capacity()", "community": 18, "community_name": "capacity-report", "source_file": "scripts/capacity-report", "file_type": "code", "degree": 3}, {"id": "scripts_capacity_report_run_optional", "label": "run_optional()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "run_optional()", "community": 18, "community_name": "capacity-report", "source_file": "scripts/capacity-report", "file_type": "code", "degree": 3}, {"id": "scripts_capacity_report_section", "label": "section()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "section()", "community": 18, "community_name": "capacity-report", "source_file": "scripts/capacity-report", "file_type": "code", "degree": 6}, {"id": "scripts_capacity_report_summary", "label": "summary()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "summary()", "community": 18, "community_name": "capacity-report", "source_file": "scripts/capacity-report", "file_type": "code", "degree": 3}, {"id": "scripts_capacity_report_verbose_main", "label": "verbose_main()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "verbose_main()", "community": 18, "community_name": "capacity-report", "source_file": "scripts/capacity-report", "file_type": "code", "degree": 7}, {"id": "apps_website_translation", "label": "translation.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "translation.js", "community": 19, "community_name": "translation.js", "source_file": "apps/website/translation.js", "file_type": "code", "degree": 15}, {"id": "apps_website_translation_actionspan", "label": "actionSpan", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "actionSpan", "community": 19, "community_name": "translation.js", "source_file": "apps/website/translation.js", "file_type": "code", "degree": 1}, {"id": "apps_website_translation_badge", "label": "badge", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "badge", "community": 19, "community_name": "translation.js", "source_file": "apps/website/translation.js", "file_type": "code", "degree": 1}, {"id": "apps_website_translation_browserlang", "label": "browserLang", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "browserLang", "community": 19, "community_name": "translation.js", "source_file": "apps/website/translation.js", "file_type": "code", "degree": 1}, {"id": "apps_website_translation_btn", "label": "btn", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "btn", "community": 19, "community_name": "translation.js", "source_file": "apps/website/translation.js", "file_type": "code", "degree": 1}, {"id": "apps_website_translation_detectedspan", "label": "detectedSpan", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "detectedSpan", "community": 19, "community_name": "translation.js", "source_file": "apps/website/translation.js", "file_type": "code", "degree": 1}, {"id": "apps_website_translation_lang_names", "label": "LANG_NAMES", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LANG_NAMES", "community": 19, "community_name": "translation.js", "source_file": "apps/website/translation.js", "file_type": "code", "degree": 1}, {"id": "apps_website_translation_prompt", "label": "prompt", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "prompt", "community": 19, "community_name": "translation.js", "source_file": "apps/website/translation.js", "file_type": "code", "degree": 1}, {"id": "apps_website_translation_urllang", "label": "urlLang", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "urlLang", "community": 19, "community_name": "translation.js", "source_file": "apps/website/translation.js", "file_type": "code", "degree": 1}, {"id": "jeannie__entry", "label": "jeannie script", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 20.0, "font": {"size": 12, "color": "#ffffff"}, "title": "jeannie script", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 102}, {"id": "jeannie_access_audit", "label": "access_audit()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "access_audit()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_agent_sandbox", "label": "agent_sandbox()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "agent_sandbox()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_ai_evals", "label": "ai_evals()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ai_evals()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_ai_memory", "label": "ai_memory()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ai_memory()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_ai_scheduler", "label": "ai_scheduler()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ai_scheduler()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_artifact_cache", "label": "artifact_cache()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "artifact_cache()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_ask_homelab", "label": "ask_homelab()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ask_homelab()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_backup_gitea", "label": "backup_gitea()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "backup_gitea()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_backup_status", "label": "backup_status()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "backup_status()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_blockchain_devnet", "label": "blockchain_devnet()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "blockchain_devnet()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_blockchain_test", "label": "blockchain_test()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "blockchain_test()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_blockchain_wallet", "label": "blockchain_wallet()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "blockchain_wallet()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_capacity_advisor", "label": "capacity_advisor()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "capacity_advisor()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_capacity_limits", "label": "capacity_limits()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "capacity_limits()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_capacity_report", "label": "capacity_report()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "capacity_report()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_cert_check", "label": "cert_check()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cert_check()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_change_journal", "label": "change_journal()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "change_journal()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_check_debian_docker_root", "label": "check_debian_docker_root()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "check_debian_docker_root()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_control_plane", "label": "control_plane()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "control_plane()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_deploy_gitea", "label": "deploy_gitea()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "deploy_gitea()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 6}, {"id": "jeannie_doctor_preapply", "label": "doctor_preapply()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "doctor_preapply()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_drill_gitea_restore", "label": "drill_gitea_restore()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "drill_gitea_restore()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_drill_pihole_restore", "label": "drill_pihole_restore()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "drill_pihole_restore()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_drill_restore", "label": "drill_restore()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "drill_restore()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_ensure_go_toolchain", "label": "ensure_go_toolchain()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_go_toolchain()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_explain", "label": "explain()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "explain()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_fix_debian_docker_root", "label": "fix_debian_docker_root()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "fix_debian_docker_root()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_gitops_status", "label": "gitops_status()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "gitops_status()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_golden_ledger", "label": "golden_ledger()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "golden_ledger()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_grafana_dashboards", "label": "grafana_dashboards()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "grafana_dashboards()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_heal", "label": "heal()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "heal()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_homelab_map", "label": "homelab_map()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "homelab_map()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_homelab_preflight", "label": "homelab_preflight()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "homelab_preflight()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 6}, {"id": "jeannie_impact", "label": "impact()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "impact()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_incident_commander", "label": "incident_commander()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "incident_commander()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_install_gitea_backup_timer", "label": "install_gitea_backup_timer()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "install_gitea_backup_timer()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_install_gitea_runner", "label": "install_gitea_runner()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "install_gitea_runner()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_inventory_check", "label": "inventory_check()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "inventory_check()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_kubeconfig_readonly", "label": "kubeconfig_readonly()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "kubeconfig_readonly()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_load_homelab_inventory_defaults", "label": "load_homelab_inventory_defaults()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "load_homelab_inventory_defaults()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_model_observe", "label": "model_observe()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "model_observe()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_ollama_linux_arch", "label": "ollama_linux_arch()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ollama_linux_arch()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_ollama_setup", "label": "ollama_setup()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ollama_setup()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 6}, {"id": "jeannie_preflight_check", "label": "preflight_check()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "preflight_check()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_preflight_warn", "label": "preflight_warn()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "preflight_warn()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_print_usage", "label": "print_usage()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "print_usage()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_promote", "label": "promote()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "promote()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_prompt_injection_lab", "label": "prompt_injection_lab()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "prompt_injection_lab()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_record_change_journal", "label": "record_change_journal()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "record_change_journal()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_recover_plan", "label": "recover_plan()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "recover_plan()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_recover_power", "label": "recover_power()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "recover_power()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_red_blue_loop", "label": "red_blue_loop()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "red_blue_loop()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_release_snapshot", "label": "release_snapshot()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "release_snapshot()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_require_debian_server", "label": "require_debian_server()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "require_debian_server()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 76}, {"id": "jeannie_resource_budget", "label": "resource_budget()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "resource_budget()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_review_last_change", "label": "review_last_change()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "review_last_change()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_route_inventory", "label": "route_inventory()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "route_inventory()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_safety_case", "label": "safety_case()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "safety_case()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_scorecard", "label": "scorecard()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "scorecard()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_security_attack_path", "label": "security_attack_path()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "security_attack_path()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_security_host", "label": "security_host()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "security_host()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_security_k8s", "label": "security_k8s()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "security_k8s()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_security_logs", "label": "security_logs()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "security_logs()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_security_nuclei", "label": "security_nuclei()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "security_nuclei()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_security_prepare", "label": "security_prepare()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "security_prepare()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_security_runtime", "label": "security_runtime()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "security_runtime()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_security_scan", "label": "security_scan()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "security_scan()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_security_secrets", "label": "security_secrets()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "security_secrets()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_security_trivy", "label": "security_trivy()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "security_trivy()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_security_web", "label": "security_web()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "security_web()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_security_zap", "label": "security_zap()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "security_zap()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_synthetic_checks", "label": "synthetic_checks()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "synthetic_checks()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_tailnet_policy_check", "label": "tailnet_policy_check()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tailnet_policy_check()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_validate_homelab", "label": "validate_homelab()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_homelab()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_website_ollama_listen", "label": "website_ollama_listen()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "website_ollama_listen()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_website_translation_model", "label": "website_translation_model()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "website_translation_model()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_workers_manage", "label": "workers_manage()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "workers_manage()", "community": 2, "community_name": "jeannie script", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "namespace", "label": "Namespace", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Namespace", "community": 20, "community_name": "incident-commander", "source_file": "", "file_type": "code", "degree": 1}, {"id": "scripts_incident_commander", "label": "incident-commander", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "incident-commander", "community": 20, "community_name": "incident-commander", "source_file": "scripts/incident-commander", "file_type": "code", "degree": 21}, {"id": "scripts_incident_commander_rationale_2", "label": "Read-only incident classification and triage for homelab failures.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Read-only incident classification and triage for homelab failures.", "community": 20, "community_name": "incident-commander", "source_file": "scripts/incident-commander", "file_type": "rationale", "degree": 1}, {"id": "apps_demos_static_public_media_cruncher_media_cruncher", "label": "media-cruncher.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "media-cruncher.js", "community": 21, "community_name": "media-cruncher.js", "source_file": "apps/demos-static/public/media-cruncher/media-cruncher.js", "file_type": "code", "degree": 14}, {"id": "apps_demos_static_public_media_cruncher_media_cruncher_dropzone", "label": "dropZone", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dropZone", "community": 21, "community_name": "media-cruncher.js", "source_file": "apps/demos-static/public/media-cruncher/media-cruncher.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_media_cruncher_media_cruncher_extensionbytype", "label": "extensionByType", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "extensionByType", "community": 21, "community_name": "media-cruncher.js", "source_file": "apps/demos-static/public/media-cruncher/media-cruncher.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_media_cruncher_media_cruncher_maxedge", "label": "maxEdge", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "maxEdge", "community": 21, "community_name": "media-cruncher.js", "source_file": "apps/demos-static/public/media-cruncher/media-cruncher.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_media_cruncher_media_cruncher_mediainput", "label": "mediaInput", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mediaInput", "community": 21, "community_name": "media-cruncher.js", "source_file": "apps/demos-static/public/media-cruncher/media-cruncher.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_media_cruncher_media_cruncher_outputformat", "label": "outputFormat", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "outputFormat", "community": 21, "community_name": "media-cruncher.js", "source_file": "apps/demos-static/public/media-cruncher/media-cruncher.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_media_cruncher_media_cruncher_quality", "label": "quality", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "quality", "community": 21, "community_name": "media-cruncher.js", "source_file": "apps/demos-static/public/media-cruncher/media-cruncher.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_media_cruncher_media_cruncher_qualityoutput", "label": "qualityOutput", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "qualityOutput", "community": 21, "community_name": "media-cruncher.js", "source_file": "apps/demos-static/public/media-cruncher/media-cruncher.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_media_cruncher_media_cruncher_results", "label": "results", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "results", "community": 21, "community_name": "media-cruncher.js", "source_file": "apps/demos-static/public/media-cruncher/media-cruncher.js", "file_type": "code", "degree": 1}, {"id": "scripts_build_homelab_ai_index", "label": "build-homelab-ai-index", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "build-homelab-ai-index", "community": 22, "community_name": "build-homelab-ai-index", "source_file": "scripts/build-homelab-ai-index", "file_type": "code", "degree": 20}, {"id": "scripts_build_homelab_ai_index_path", "label": "Path", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Path", "community": 22, "community_name": "build-homelab-ai-index", "source_file": "", "file_type": "code", "degree": 6}, {"id": "scripts_build_homelab_ai_index_rationale_2", "label": "Build a small local retrieval index from non-secret homelab repo files.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a small local retrieval index from non-secret homelab repo files.", "community": 22, "community_name": "build-homelab-ai-index", "source_file": "scripts/build-homelab-ai-index", "file_type": "rationale", "degree": 1}, {"id": "jeannie_adopt_apps_existing_resources", "label": "adopt_apps_existing_resources()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "adopt_apps_existing_resources()", "community": 23, "community_name": "run_tofu_stack", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_adopt_platform_existing_resources", "label": "adopt_platform_existing_resources()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "adopt_platform_existing_resources()", "community": 23, "community_name": "run_tofu_stack", "source_file": "jeannie", "file_type": "code", "degree": 5}, {"id": "jeannie_adopt_tofu_helm_release", "label": "adopt_tofu_helm_release()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "adopt_tofu_helm_release()", "community": 23, "community_name": "run_tofu_stack", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_adopt_tofu_kubernetes_manifest", "label": "adopt_tofu_kubernetes_manifest()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "adopt_tofu_kubernetes_manifest()", "community": 23, "community_name": "run_tofu_stack", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_adopt_tofu_kubernetes_resource", "label": "adopt_tofu_kubernetes_resource()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "adopt_tofu_kubernetes_resource()", "community": 23, "community_name": "run_tofu_stack", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_cluster_control_plane_tracked", "label": "cluster_control_plane_tracked()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "cluster_control_plane_tracked()", "community": 23, "community_name": "run_tofu_stack", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_delete_prometheus_stack_storage", "label": "delete_prometheus_stack_storage()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "delete_prometheus_stack_storage()", "community": 23, "community_name": "run_tofu_stack", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_edge_apply", "label": "edge_apply()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "edge_apply()", "community": 23, "community_name": "run_tofu_stack", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_ensure_homelab_node_labels", "label": "ensure_homelab_node_labels()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_homelab_node_labels()", "community": 23, "community_name": "run_tofu_stack", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_helm_release_secret_exists", "label": "helm_release_secret_exists()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "helm_release_secret_exists()", "community": 23, "community_name": "run_tofu_stack", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_kubernetes_resource_exists", "label": "kubernetes_resource_exists()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "kubernetes_resource_exists()", "community": 23, "community_name": "run_tofu_stack", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_move_prometheus_stack_workers", "label": "move_prometheus_stack_workers()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "move_prometheus_stack_workers()", "community": 23, "community_name": "run_tofu_stack", "source_file": "jeannie", "file_type": "code", "degree": 8}, {"id": "jeannie_platform_apply", "label": "platform_apply()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "platform_apply()", "community": 23, "community_name": "run_tofu_stack", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_run_tofu_stack", "label": "run_tofu_stack()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "run_tofu_stack()", "community": 23, "community_name": "run_tofu_stack", "source_file": "jeannie", "file_type": "code", "degree": 13}, {"id": "jeannie_tofu_state_has_resource", "label": "tofu_state_has_resource()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "tofu_state_has_resource()", "community": 23, "community_name": "run_tofu_stack", "source_file": "jeannie", "file_type": "code", "degree": 5}, {"id": "infra_heimdall_seed_heimdall", "label": "seed-heimdall.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "seed-heimdall.py", "community": 24, "community_name": "seed-heimdall.py", "source_file": "infra/heimdall/seed-heimdall.py", "file_type": "code", "degree": 15}, {"id": "scripts_prompt_injection_lab", "label": "prompt-injection-lab", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "prompt-injection-lab", "community": 25, "community_name": "prompt-injection-lab", "source_file": "scripts/prompt-injection-lab", "file_type": "code", "degree": 17}, {"id": "scripts_prompt_injection_lab_rationale_2", "label": "Local prompt-injection defense drills for homelab AI workflows.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Local prompt-injection defense drills for homelab AI workflows.", "community": 25, "community_name": "prompt-injection-lab", "source_file": "scripts/prompt-injection-lab", "file_type": "rationale", "degree": 1}, {"id": "infra_arr_stack_configure_arr", "label": "configure-arr.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "configure-arr.py", "community": 26, "community_name": "configure-arr.py", "source_file": "infra/arr-stack/configure-arr.py", "file_type": "code", "degree": 18}, {"id": "infra_arr_stack_configure_arr_py_path", "label": "Path", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Path", "community": 26, "community_name": "configure-arr.py", "source_file": "", "file_type": "code", "degree": 1}, {"id": "infra_arr_stack_configure_arr_rationale_2", "label": "Configure safe baseline ARR app settings from local environment values.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Configure safe baseline ARR app settings from local environment values.", "community": 26, "community_name": "configure-arr.py", "source_file": "infra/arr-stack/configure-arr.py", "file_type": "rationale", "degree": 1}, {"id": "scripts_ai_evals", "label": "ai-evals", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ai-evals", "community": 27, "community_name": "ai-evals", "source_file": "scripts/ai-evals", "file_type": "code", "degree": 19}, {"id": "scripts_ai_evals_rationale_2", "label": "Deterministic eval harness for Jeannie and homelab RAG behavior.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Deterministic eval harness for Jeannie and homelab RAG behavior.", "community": 27, "community_name": "ai-evals", "source_file": "scripts/ai-evals", "file_type": "rationale", "degree": 1}, {"id": "apps_website_translate", "label": "translate.php", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "translate.php", "community": 28, "community_name": "translate.php", "source_file": "apps/website/translate.php", "file_type": "code", "degree": 11}, {"id": "basehttprequesthandler", "label": "BaseHTTPRequestHandler", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BaseHTTPRequestHandler", "community": 29, "community_name": "exporter.py", "source_file": "", "file_type": "code", "degree": 1}, {"id": "infra_blockchain_devnet_metrics_exporter", "label": "exporter.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "exporter.py", "community": 29, "community_name": "exporter.py", "source_file": "infra/blockchain-devnet/metrics/exporter.py", "file_type": "code", "degree": 10}, {"id": "infra_rpi_services_seed_uptime_kuma", "label": "seed-uptime-kuma.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "seed-uptime-kuma.js", "community": 30, "community_name": "seed-uptime-kuma.js", "source_file": "infra/rpi-services/seed-uptime-kuma.js", "file_type": "code", "degree": 11}, {"id": "infra_rpi_services_seed_uptime_kuma_fs", "label": "fs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fs", "community": 30, "community_name": "seed-uptime-kuma.js", "source_file": "infra/rpi-services/seed-uptime-kuma.js", "file_type": "code", "degree": 1}, {"id": "infra_rpi_services_seed_uptime_kuma_path", "label": "path", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "path", "community": 30, "community_name": "seed-uptime-kuma.js", "source_file": "infra/rpi-services/seed-uptime-kuma.js", "file_type": "code", "degree": 1}, {"id": "scripts_validate_homelab", "label": "validate-homelab", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validate-homelab", "community": 31, "community_name": "validate-homelab", "source_file": "scripts/validate-homelab", "file_type": "code", "degree": 11}, {"id": "scripts_validate_homelab__entry", "label": "validate-homelab script", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "validate-homelab script", "community": 31, "community_name": "validate-homelab", "source_file": "scripts/validate-homelab", "file_type": "code", "degree": 2}, {"id": "scripts_validate_homelab_main", "label": "main()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 31, "community_name": "validate-homelab", "source_file": "scripts/validate-homelab", "file_type": "code", "degree": 3}, {"id": "scripts_validate_homelab_run_step", "label": "run_step()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "run_step()", "community": 31, "community_name": "validate-homelab", "source_file": "scripts/validate-homelab", "file_type": "code", "degree": 2}, {"id": "scripts_validate_homelab_shell_files", "label": "shell_files()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "shell_files()", "community": 31, "community_name": "validate-homelab", "source_file": "scripts/validate-homelab", "file_type": "code", "degree": 1}, {"id": "scripts_validate_homelab_validate_bash_syntax", "label": "validate_bash_syntax()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_bash_syntax()", "community": 31, "community_name": "validate-homelab", "source_file": "scripts/validate-homelab", "file_type": "code", "degree": 1}, {"id": "scripts_validate_homelab_validate_go", "label": "validate_go()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_go()", "community": 31, "community_name": "validate-homelab", "source_file": "scripts/validate-homelab", "file_type": "code", "degree": 1}, {"id": "scripts_validate_homelab_validate_security_static", "label": "validate_security_static()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_security_static()", "community": 31, "community_name": "validate-homelab", "source_file": "scripts/validate-homelab", "file_type": "code", "degree": 1}, {"id": "scripts_validate_homelab_validate_shellcheck", "label": "validate_shellcheck()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_shellcheck()", "community": 31, "community_name": "validate-homelab", "source_file": "scripts/validate-homelab", "file_type": "code", "degree": 1}, {"id": "scripts_validate_homelab_validate_tofu_fmt", "label": "validate_tofu_fmt()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_tofu_fmt()", "community": 31, "community_name": "validate-homelab", "source_file": "scripts/validate-homelab", "file_type": "code", "degree": 1}, {"id": "scripts_validate_homelab_validate_unit_tests", "label": "validate_unit_tests()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_unit_tests()", "community": 31, "community_name": "validate-homelab", "source_file": "scripts/validate-homelab", "file_type": "code", "degree": 1}, {"id": "scripts_validate_homelab_validate_yaml", "label": "validate_yaml()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_yaml()", "community": 31, "community_name": "validate-homelab", "source_file": "scripts/validate-homelab", "file_type": "code", "degree": 1}, {"id": "infra_rpi_services_bootstrap", "label": "rpi-services/bootstrap.sh", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "rpi-services/bootstrap.sh", "community": 33, "community_name": "rpi-services/bootstrap.sh", "source_file": "infra/rpi-services/bootstrap.sh", "file_type": "code", "degree": 10}, {"id": "infra_rpi_services_bootstrap_configure_docker_root", "label": "configure_docker_root()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "configure_docker_root()", "community": 33, "community_name": "rpi-services/bootstrap.sh", "source_file": "infra/rpi-services/bootstrap.sh", "file_type": "code", "degree": 2}, {"id": "infra_rpi_services_bootstrap_docker_root_target", "label": "docker_root_target()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "docker_root_target()", "community": 33, "community_name": "rpi-services/bootstrap.sh", "source_file": "infra/rpi-services/bootstrap.sh", "file_type": "code", "degree": 1}, {"id": "infra_rpi_services_bootstrap_install_missing_packages", "label": "install_missing_packages()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "install_missing_packages()", "community": 33, "community_name": "rpi-services/bootstrap.sh", "source_file": "infra/rpi-services/bootstrap.sh", "file_type": "code", "degree": 2}, {"id": "infra_rpi_services_bootstrap_resolve_pihole_webpassword", "label": "resolve_pihole_webpassword()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_pihole_webpassword()", "community": 33, "community_name": "rpi-services/bootstrap.sh", "source_file": "infra/rpi-services/bootstrap.sh", "file_type": "code", "degree": 2}, {"id": "infra_rpi_services_bootstrap_seed_uptime_kuma_monitors", "label": "seed_uptime_kuma_monitors()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "seed_uptime_kuma_monitors()", "community": 33, "community_name": "rpi-services/bootstrap.sh", "source_file": "infra/rpi-services/bootstrap.sh", "file_type": "code", "degree": 2}, {"id": "infra_rpi_services_bootstrap_sh__entry", "label": "bootstrap.sh script", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "bootstrap.sh script", "community": 33, "community_name": "rpi-services/bootstrap.sh", "source_file": "infra/rpi-services/bootstrap.sh", "file_type": "code", "degree": 8}, {"id": "infra_rpi_services_bootstrap_stop_legacy_pihole", "label": "stop_legacy_pihole()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "stop_legacy_pihole()", "community": 33, "community_name": "rpi-services/bootstrap.sh", "source_file": "infra/rpi-services/bootstrap.sh", "file_type": "code", "degree": 2}, {"id": "infra_rpi_services_bootstrap_sync_pihole_adlists", "label": "sync_pihole_adlists()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "sync_pihole_adlists()", "community": 33, "community_name": "rpi-services/bootstrap.sh", "source_file": "infra/rpi-services/bootstrap.sh", "file_type": "code", "degree": 2}, {"id": "infra_rpi_services_bootstrap_sync_pihole_managed_dns", "label": "sync_pihole_managed_dns()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "sync_pihole_managed_dns()", "community": 33, "community_name": "rpi-services/bootstrap.sh", "source_file": "infra/rpi-services/bootstrap.sh", "file_type": "code", "degree": 2}, {"id": "infra_rpi_services_bootstrap_write_env_file", "label": "write_env_file()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "write_env_file()", "community": 33, "community_name": "rpi-services/bootstrap.sh", "source_file": "infra/rpi-services/bootstrap.sh", "file_type": "code", "degree": 3}, {"id": "jeannie_jeannie_compact_text", "label": "jeannie_compact_text()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "jeannie_compact_text()", "community": 34, "community_name": "run_step", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_jeannie_log_start", "label": "jeannie_log_start()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "jeannie_log_start()", "community": 34, "community_name": "run_step", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_jeannie_step_latest_progress_line", "label": "jeannie_step_latest_progress_line()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "jeannie_step_latest_progress_line()", "community": 34, "community_name": "run_step", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_jeannie_step_plan", "label": "jeannie_step_plan()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "jeannie_step_plan()", "community": 34, "community_name": "run_step", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_jeannie_step_prefix", "label": "jeannie_step_prefix()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "jeannie_step_prefix()", "community": 34, "community_name": "run_step", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_jeannie_step_progress", "label": "jeannie_step_progress()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "jeannie_step_progress()", "community": 34, "community_name": "run_step", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_jeannie_verbose_enabled", "label": "jeannie_verbose_enabled()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "jeannie_verbose_enabled()", "community": 34, "community_name": "run_step", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_rebuild_cluster", "label": "rebuild_cluster()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "rebuild_cluster()", "community": 34, "community_name": "run_step", "source_file": "jeannie", "file_type": "code", "degree": 6}, {"id": "jeannie_redact_sensitive_output", "label": "redact_sensitive_output()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "redact_sensitive_output()", "community": 34, "community_name": "run_step", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_run_step", "label": "run_step()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "run_step()", "community": 34, "community_name": "run_step", "source_file": "jeannie", "file_type": "code", "degree": 9}, {"id": "jeannie_up", "label": "up()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "up()", "community": 34, "community_name": "run_step", "source_file": "jeannie", "file_type": "code", "degree": 6}, {"id": "scripts_model_observe", "label": "model-observe", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "model-observe", "community": 35, "community_name": "model-observe", "source_file": "scripts/model-observe", "file_type": "code", "degree": 18}, {"id": "scripts_model_observe_rationale_2", "label": "Track local model behavior with stable homelab prompts.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Track local model behavior with stable homelab prompts.", "community": 35, "community_name": "model-observe", "source_file": "scripts/model-observe", "file_type": "rationale", "degree": 1}, {"id": "scripts_restore_drill", "label": "restore-drill", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "restore-drill", "community": 36, "community_name": "restore-drill", "source_file": "scripts/restore-drill", "file_type": "code", "degree": 10}, {"id": "scripts_restore_drill__entry", "label": "restore-drill script", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "restore-drill script", "community": 36, "community_name": "restore-drill", "source_file": "scripts/restore-drill", "file_type": "code", "degree": 2}, {"id": "scripts_restore_drill_check_file", "label": "check_file()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "check_file()", "community": 36, "community_name": "restore-drill", "source_file": "scripts/restore-drill", "file_type": "code", "degree": 2}, {"id": "scripts_restore_drill_drill_gitea", "label": "drill_gitea()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "drill_gitea()", "community": 36, "community_name": "restore-drill", "source_file": "scripts/restore-drill", "file_type": "code", "degree": 4}, {"id": "scripts_restore_drill_drill_gitops", "label": "drill_gitops()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "drill_gitops()", "community": 36, "community_name": "restore-drill", "source_file": "scripts/restore-drill", "file_type": "code", "degree": 3}, {"id": "scripts_restore_drill_drill_pihole", "label": "drill_pihole()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "drill_pihole()", "community": 36, "community_name": "restore-drill", "source_file": "scripts/restore-drill", "file_type": "code", "degree": 4}, {"id": "scripts_restore_drill_drill_state", "label": "drill_state()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "drill_state()", "community": 36, "community_name": "restore-drill", "source_file": "scripts/restore-drill", "file_type": "code", "degree": 4}, {"id": "scripts_restore_drill_latest_file", "label": "latest_file()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "latest_file()", "community": 36, "community_name": "restore-drill", "source_file": "scripts/restore-drill", "file_type": "code", "degree": 3}, {"id": "scripts_restore_drill_main", "label": "main()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 36, "community_name": "restore-drill", "source_file": "scripts/restore-drill", "file_type": "code", "degree": 7}, {"id": "scripts_restore_drill_section", "label": "section()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "section()", "community": 36, "community_name": "restore-drill", "source_file": "scripts/restore-drill", "file_type": "code", "degree": 5}, {"id": "scripts_restore_drill_usage", "label": "usage()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "usage()", "community": 36, "community_name": "restore-drill", "source_file": "scripts/restore-drill", "file_type": "code", "degree": 2}, {"id": "scripts_ai_scheduler", "label": "ai-scheduler", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ai-scheduler", "community": 37, "community_name": "ai-scheduler", "source_file": "scripts/ai-scheduler", "file_type": "code", "degree": 10}, {"id": "scripts_ai_scheduler_path", "label": "Path", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Path", "community": 37, "community_name": "ai-scheduler", "source_file": "", "file_type": "code", "degree": 1}, {"id": "scripts_ai_scheduler_rationale_2", "label": "Simulate placement for AI-ish homelab workloads.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Simulate placement for AI-ish homelab workloads.", "community": 37, "community_name": "ai-scheduler", "source_file": "scripts/ai-scheduler", "file_type": "rationale", "degree": 1}, {"id": "renovate", "label": "renovate.json", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "renovate.json", "community": 38, "community_name": "renovate.json", "source_file": "renovate.json", "file_type": "code", "degree": 8}, {"id": "renovate_custommanagers", "label": "customManagers", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "customManagers", "community": 38, "community_name": "renovate.json", "source_file": "renovate.json", "file_type": "code", "degree": 1}, {"id": "renovate_dependencydashboard", "label": "dependencyDashboard", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dependencyDashboard", "community": 38, "community_name": "renovate.json", "source_file": "renovate.json", "file_type": "code", "degree": 1}, {"id": "renovate_extends", "label": "extends", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "extends", "community": 38, "community_name": "renovate.json", "source_file": "renovate.json", "file_type": "code", "degree": 2}, {"id": "renovate_labels", "label": "labels", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "labels", "community": 38, "community_name": "renovate.json", "source_file": "renovate.json", "file_type": "code", "degree": 1}, {"id": "renovate_packagerules", "label": "packageRules", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "packageRules", "community": 38, "community_name": "renovate.json", "source_file": "renovate.json", "file_type": "code", "degree": 1}, {"id": "renovate_prconcurrentlimit", "label": "prConcurrentLimit", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "prConcurrentLimit", "community": 38, "community_name": "renovate.json", "source_file": "renovate.json", "file_type": "code", "degree": 1}, {"id": "renovate_schema", "label": "$schema", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "$schema", "community": 38, "community_name": "renovate.json", "source_file": "renovate.json", "file_type": "code", "degree": 1}, {"id": "renovate_timezone", "label": "timezone", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "timezone", "community": 38, "community_name": "renovate.json", "source_file": "renovate.json", "file_type": "code", "degree": 1}, {"id": "ref_config_recommended", "label": "config:recommended", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "config:recommended", "community": 38, "community_name": "renovate.json", "source_file": "renovate.json", "file_type": "concept", "degree": 1}, {"id": "scripts_access_audit", "label": "access-audit", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "access-audit", "community": 39, "community_name": "access-audit", "source_file": "scripts/access-audit", "file_type": "code", "degree": 9}, {"id": "scripts_access_audit__entry", "label": "access-audit script", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "access-audit script", "community": 39, "community_name": "access-audit", "source_file": "scripts/access-audit", "file_type": "code", "degree": 2}, {"id": "scripts_access_audit_git_access", "label": "git_access()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "git_access()", "community": 39, "community_name": "access-audit", "source_file": "scripts/access-audit", "file_type": "code", "degree": 3}, {"id": "scripts_access_audit_kubernetes_access", "label": "kubernetes_access()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "kubernetes_access()", "community": 39, "community_name": "access-audit", "source_file": "scripts/access-audit", "file_type": "code", "degree": 3}, {"id": "scripts_access_audit_main", "label": "main()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 39, "community_name": "access-audit", "source_file": "scripts/access-audit", "file_type": "code", "degree": 7}, {"id": "scripts_access_audit_runner_access", "label": "runner_access()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "runner_access()", "community": 39, "community_name": "access-audit", "source_file": "scripts/access-audit", "file_type": "code", "degree": 3}, {"id": "scripts_access_audit_section", "label": "section()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "section()", "community": 39, "community_name": "access-audit", "source_file": "scripts/access-audit", "file_type": "code", "degree": 6}, {"id": "scripts_access_audit_ssh_inventory", "label": "ssh_inventory()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ssh_inventory()", "community": 39, "community_name": "access-audit", "source_file": "scripts/access-audit", "file_type": "code", "degree": 4}, {"id": "scripts_access_audit_tailnet_access", "label": "tailnet_access()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "tailnet_access()", "community": 39, "community_name": "access-audit", "source_file": "scripts/access-audit", "file_type": "code", "degree": 3}, {"id": "scripts_access_audit_warn_file_mode", "label": "warn_file_mode()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "warn_file_mode()", "community": 39, "community_name": "access-audit", "source_file": "scripts/access-audit", "file_type": "code", "degree": 2}, {"id": "cmd_jeannie_core_main", "label": "main.go", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "main.go", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 33}, {"id": "cmd_jeannie_core_main_envdefault", "label": "envDefault()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "envDefault()", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 2}, {"id": "cmd_jeannie_core_main_executedag", "label": "executeDAG()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "executeDAG()", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 8}, {"id": "cmd_jeannie_core_main_filterreportrows", "label": "filterReportRows()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "filterReportRows()", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 4}, {"id": "cmd_jeannie_core_main_includereportrow", "label": "includeReportRow()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "includeReportRow()", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 3}, {"id": "cmd_jeannie_core_main_main", "label": "main()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 4}, {"id": "cmd_jeannie_core_main_normalizestatus", "label": "normalizeStatus()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "normalizeStatus()", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 2}, {"id": "cmd_jeannie_core_main_orderedreportareas", "label": "orderedReportAreas()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "orderedReportAreas()", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 3}, {"id": "cmd_jeannie_core_main_parsereportrows", "label": "parseReportRows()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "parseReportRows()", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 5}, {"id": "cmd_jeannie_core_main_renderreporttext", "label": "renderReportText()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "renderReportText()", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 8}, {"id": "cmd_jeannie_core_main_reportstatusrank", "label": "reportStatusRank()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "reportStatusRank()", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 2}, {"id": "cmd_jeannie_core_main_rowsforreportarea", "label": "rowsForReportArea()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "rowsForReportArea()", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 3}, {"id": "cmd_jeannie_core_main_rundag", "label": "runDAG()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "runDAG()", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 4}, {"id": "cmd_jeannie_core_main_rundagtask", "label": "runDAGTask()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "runDAGTask()", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 8}, {"id": "cmd_jeannie_core_main_runreportrender", "label": "runReportRender()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "runReportRender()", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 11}, {"id": "cmd_jeannie_core_main_test", "label": "main_test.go", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "main_test.go", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main_test.go", "file_type": "code", "degree": 10}, {"id": "cmd_jeannie_core_main_test_testexecutedagrespectsdependencies", "label": "TestExecuteDAGRespectsDependencies()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestExecuteDAGRespectsDependencies()", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main_test.go", "file_type": "code", "degree": 3}, {"id": "cmd_jeannie_core_main_test_testexecutedagreturnsfailedtask", "label": "TestExecuteDAGReturnsFailedTask()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestExecuteDAGReturnsFailedTask()", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main_test.go", "file_type": "code", "degree": 3}, {"id": "cmd_jeannie_core_main_test_testreportrenderhidesokgraphandquery", "label": "TestReportRenderHidesOKGraphAndQuery()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestReportRenderHidesOKGraphAndQuery()", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main_test.go", "file_type": "code", "degree": 3}, {"id": "cmd_jeannie_core_main_test_testreportrenderproblemsonly", "label": "TestReportRenderProblemsOnly()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestReportRenderProblemsOnly()", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main_test.go", "file_type": "code", "degree": 3}, {"id": "cmd_jeannie_core_main_truncate", "label": "truncate()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "truncate()", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 2}, {"id": "cmd_jeannie_core_main_usage", "label": "usage()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "usage()", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 4}, {"id": "cmd_jeannie_core_main_writedagline", "label": "writeDAGLine()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "writeDAGLine()", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 4}, {"id": "go_type_context_context", "label": "context.Context", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "context.Context", "community": 4, "community_name": "main.go", "source_file": "", "file_type": "code", "degree": 2}, {"id": "go_type_io_reader", "label": "io.Reader", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "io.Reader", "community": 4, "community_name": "main.go", "source_file": "", "file_type": "code", "degree": 2}, {"id": "go_type_io_writer", "label": "io.Writer", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "io.Writer", "community": 4, "community_name": "main.go", "source_file": "", "file_type": "code", "degree": 7}, {"id": "go_type_sync_mutex", "label": "sync.Mutex", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "sync.Mutex", "community": 4, "community_name": "main.go", "source_file": "", "file_type": "code", "degree": 2}, {"id": "go_type_testing_t", "label": "testing.T", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "testing.T", "community": 4, "community_name": "main.go", "source_file": "", "file_type": "code", "degree": 4}, {"id": "jeannie_core_dagspec", "label": "dagSpec", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "dagSpec", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 3}, {"id": "jeannie_core_dagtask", "label": "dagTask", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "dagTask", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 3}, {"id": "jeannie_core_dagtaskresult", "label": "dagTaskResult", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "dagTaskResult", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 2}, {"id": "jeannie_core_reportrow", "label": "reportRow", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "reportRow", "community": 4, "community_name": "main.go", "source_file": "cmd/jeannie-core/main.go", "file_type": "code", "degree": 7}, {"id": "scripts_query_homelab_ai_index", "label": "query-homelab-ai-index", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "query-homelab-ai-index", "community": 40, "community_name": "query-homelab-ai-index", "source_file": "scripts/query-homelab-ai-index", "file_type": "code", "degree": 18}, {"id": "scripts_query_homelab_ai_index_path", "label": "Path", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Path", "community": 40, "community_name": "query-homelab-ai-index", "source_file": "", "file_type": "code", "degree": 1}, {"id": "scripts_query_homelab_ai_index_rationale_2", "label": "Query the local homelab retrieval index and optionally ask Ollama.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Query the local homelab retrieval index and optionally ask Ollama.", "community": 40, "community_name": "query-homelab-ai-index", "source_file": "scripts/query-homelab-ai-index", "file_type": "rationale", "degree": 1}, {"id": "apps_website_ideas_helper", "label": "ideas_helper.php", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ideas_helper.php", "community": 41, "community_name": "ideas_helper.php", "source_file": "apps/website/ideas_helper.php", "file_type": "code", "degree": 8}, {"id": "scripts_explain", "label": "explain", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "explain", "community": 42, "community_name": "explain", "source_file": "scripts/explain", "file_type": "code", "degree": 8}, {"id": "scripts_explain__entry", "label": "explain script", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "explain script", "community": 42, "community_name": "explain", "source_file": "scripts/explain", "file_type": "code", "degree": 2}, {"id": "scripts_explain_cleanup", "label": "cleanup()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup()", "community": 42, "community_name": "explain", "source_file": "scripts/explain", "file_type": "code", "degree": 1}, {"id": "scripts_explain_explain_output", "label": "explain_output()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "explain_output()", "community": 42, "community_name": "explain", "source_file": "scripts/explain", "file_type": "code", "degree": 2}, {"id": "scripts_explain_is_read_only_command", "label": "is_read_only_command()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "is_read_only_command()", "community": 42, "community_name": "explain", "source_file": "scripts/explain", "file_type": "code", "degree": 2}, {"id": "scripts_explain_is_read_only_subcommand", "label": "is_read_only_subcommand()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "is_read_only_subcommand()", "community": 42, "community_name": "explain", "source_file": "scripts/explain", "file_type": "code", "degree": 2}, {"id": "scripts_explain_main", "label": "main()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 42, "community_name": "explain", "source_file": "scripts/explain", "file_type": "code", "degree": 5}, {"id": "scripts_explain_run_target", "label": "run_target()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "run_target()", "community": 42, "community_name": "explain", "source_file": "scripts/explain", "file_type": "code", "degree": 4}, {"id": "scripts_explain_usage", "label": "usage()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "usage()", "community": 42, "community_name": "explain", "source_file": "scripts/explain", "file_type": "code", "degree": 2}, {"id": "scripts_resource_budget", "label": "resource-budget", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "resource-budget", "community": 43, "community_name": "resource-budget", "source_file": "scripts/resource-budget", "file_type": "code", "degree": 8}, {"id": "scripts_resource_budget__entry", "label": "resource-budget script", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "resource-budget script", "community": 43, "community_name": "resource-budget", "source_file": "scripts/resource-budget", "file_type": "code", "degree": 6}, {"id": "scripts_resource_budget_fail", "label": "fail()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "fail()", "community": 43, "community_name": "resource-budget", "source_file": "scripts/resource-budget", "file_type": "code", "degree": 2}, {"id": "scripts_resource_budget_have", "label": "have()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "have()", "community": 43, "community_name": "resource-budget", "source_file": "scripts/resource-budget", "file_type": "code", "degree": 3}, {"id": "scripts_resource_budget_host_budget", "label": "host_budget()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "host_budget()", "community": 43, "community_name": "resource-budget", "source_file": "scripts/resource-budget", "file_type": "code", "degree": 5}, {"id": "scripts_resource_budget_kubernetes_budget", "label": "kubernetes_budget()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "kubernetes_budget()", "community": 43, "community_name": "resource-budget", "source_file": "scripts/resource-budget", "file_type": "code", "degree": 5}, {"id": "scripts_resource_budget_section", "label": "section()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "section()", "community": 43, "community_name": "resource-budget", "source_file": "scripts/resource-budget", "file_type": "code", "degree": 4}, {"id": "scripts_resource_budget_usage", "label": "usage()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "usage()", "community": 43, "community_name": "resource-budget", "source_file": "scripts/resource-budget", "file_type": "code", "degree": 2}, {"id": "scripts_resource_budget_warn", "label": "warn()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "warn()", "community": 43, "community_name": "resource-budget", "source_file": "scripts/resource-budget", "file_type": "code", "degree": 3}, {"id": "scripts_safety_case", "label": "safety-case", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "safety-case", "community": 44, "community_name": "safety-case", "source_file": "scripts/safety-case", "file_type": "code", "degree": 13}, {"id": "scripts_safety_case_rationale_2", "label": "Generate a read-only safety case for homelab changes.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate a read-only safety case for homelab changes.", "community": 44, "community_name": "safety-case", "source_file": "scripts/safety-case", "file_type": "rationale", "degree": 1}, {"id": "scripts_validate_tailnet_policy", "label": "validate-tailnet-policy", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "validate-tailnet-policy", "community": 45, "community_name": "validate-tailnet-policy", "source_file": "scripts/validate-tailnet-policy", "file_type": "code", "degree": 9}, {"id": "scripts_validate_tailnet_policy_path", "label": "Path", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Path", "community": 45, "community_name": "validate-tailnet-policy", "source_file": "", "file_type": "code", "degree": 1}, {"id": "scripts_validate_tailnet_policy_rationale_2", "label": "Validate the repo-managed Tailscale policy without contacting Tailscale.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate the repo-managed Tailscale policy without contacting Tailscale.", "community": 45, "community_name": "validate-tailnet-policy", "source_file": "scripts/validate-tailnet-policy", "file_type": "rationale", "degree": 1}, {"id": "scripts_cert_check", "label": "cert-check", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "cert-check", "community": 46, "community_name": "cert-check", "source_file": "scripts/cert-check", "file_type": "code", "degree": 7}, {"id": "scripts_cert_check__entry", "label": "cert-check script", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "cert-check script", "community": 46, "community_name": "cert-check", "source_file": "scripts/cert-check", "file_type": "code", "degree": 6}, {"id": "scripts_cert_check_cleanup", "label": "cleanup()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup()", "community": 46, "community_name": "cert-check", "source_file": "scripts/cert-check", "file_type": "code", "degree": 1}, {"id": "scripts_cert_check_have", "label": "have()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "have()", "community": 46, "community_name": "cert-check", "source_file": "scripts/cert-check", "file_type": "code", "degree": 4}, {"id": "scripts_cert_check_inventory_hosts", "label": "inventory_hosts()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "inventory_hosts()", "community": 46, "community_name": "cert-check", "source_file": "scripts/cert-check", "file_type": "code", "degree": 3}, {"id": "scripts_cert_check_inventory_scalar", "label": "inventory_scalar()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "inventory_scalar()", "community": 46, "community_name": "cert-check", "source_file": "scripts/cert-check", "file_type": "code", "degree": 3}, {"id": "scripts_cert_check_mark_fail", "label": "mark_fail()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "mark_fail()", "community": 46, "community_name": "cert-check", "source_file": "scripts/cert-check", "file_type": "code", "degree": 2}, {"id": "scripts_cert_check_section", "label": "section()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "section()", "community": 46, "community_name": "cert-check", "source_file": "scripts/cert-check", "file_type": "code", "degree": 2}, {"id": "scripts_promote", "label": "promote", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "promote", "community": 47, "community_name": "promote", "source_file": "scripts/promote", "file_type": "code", "degree": 10}, {"id": "scripts_promote_rationale_2", "label": "Plan and validate canary promotion gates.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Plan and validate canary promotion gates.", "community": 47, "community_name": "promote", "source_file": "scripts/promote", "file_type": "rationale", "degree": 1}, {"id": "scripts_security_attack_path", "label": "security-attack-path", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "security-attack-path", "community": 48, "community_name": "security-attack-path", "source_file": "scripts/security-attack-path", "file_type": "code", "degree": 7}, {"id": "scripts_security_attack_path__entry", "label": "security-attack-path script", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "security-attack-path script", "community": 48, "community_name": "security-attack-path", "source_file": "scripts/security-attack-path", "file_type": "code", "degree": 2}, {"id": "scripts_security_attack_path_jsonpath_or_unknown", "label": "jsonpath_or_unknown()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "jsonpath_or_unknown()", "community": 48, "community_name": "security-attack-path", "source_file": "scripts/security-attack-path", "file_type": "code", "degree": 3}, {"id": "scripts_security_attack_path_kubectl_ro", "label": "kubectl_ro()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "kubectl_ro()", "community": 48, "community_name": "security-attack-path", "source_file": "scripts/security-attack-path", "file_type": "code", "degree": 3}, {"id": "scripts_security_attack_path_main", "label": "main()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 48, "community_name": "security-attack-path", "source_file": "scripts/security-attack-path", "file_type": "code", "degree": 7}, {"id": "scripts_security_attack_path_require_kubectl", "label": "require_kubectl()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "require_kubectl()", "community": 48, "community_name": "security-attack-path", "source_file": "scripts/security-attack-path", "file_type": "code", "degree": 2}, {"id": "scripts_security_attack_path_section", "label": "section()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "section()", "community": 48, "community_name": "security-attack-path", "source_file": "scripts/security-attack-path", "file_type": "code", "degree": 2}, {"id": "scripts_security_attack_path_usage", "label": "usage()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "usage()", "community": 48, "community_name": "security-attack-path", "source_file": "scripts/security-attack-path", "file_type": "code", "degree": 2}, {"id": "scripts_security_logs", "label": "security-logs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "security-logs", "community": 49, "community_name": "security-logs", "source_file": "scripts/security-logs", "file_type": "code", "degree": 7}, {"id": "scripts_security_logs__entry", "label": "security-logs script", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "security-logs script", "community": 49, "community_name": "security-logs", "source_file": "scripts/security-logs", "file_type": "code", "degree": 2}, {"id": "scripts_security_logs_collect_gitea_logs", "label": "collect_gitea_logs()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "collect_gitea_logs()", "community": 49, "community_name": "security-logs", "source_file": "scripts/security-logs", "file_type": "code", "degree": 2}, {"id": "scripts_security_logs_collect_traefik_logs", "label": "collect_traefik_logs()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "collect_traefik_logs()", "community": 49, "community_name": "security-logs", "source_file": "scripts/security-logs", "file_type": "code", "degree": 2}, {"id": "scripts_security_logs_ensure_report_dir", "label": "ensure_report_dir()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_report_dir()", "community": 49, "community_name": "security-logs", "source_file": "scripts/security-logs", "file_type": "code", "degree": 2}, {"id": "scripts_security_logs_main", "label": "main()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 49, "community_name": "security-logs", "source_file": "scripts/security-logs", "file_type": "code", "degree": 7}, {"id": "scripts_security_logs_print_matches", "label": "print_matches()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "print_matches()", "community": 49, "community_name": "security-logs", "source_file": "scripts/security-logs", "file_type": "code", "degree": 2}, {"id": "scripts_security_logs_timestamp", "label": "timestamp()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "timestamp()", "community": 49, "community_name": "security-logs", "source_file": "scripts/security-logs", "file_type": "code", "degree": 2}, {"id": "scripts_synthetic_checks", "label": "synthetic-checks", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "synthetic-checks", "community": 50, "community_name": "synthetic-checks", "source_file": "scripts/synthetic-checks", "file_type": "code", "degree": 7}, {"id": "scripts_synthetic_checks__entry", "label": "synthetic-checks script", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "synthetic-checks script", "community": 50, "community_name": "synthetic-checks", "source_file": "scripts/synthetic-checks", "file_type": "code", "degree": 5}, {"id": "scripts_synthetic_checks_check", "label": "check()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "check()", "community": 50, "community_name": "synthetic-checks", "source_file": "scripts/synthetic-checks", "file_type": "code", "degree": 2}, {"id": "scripts_synthetic_checks_dns_query", "label": "dns_query()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dns_query()", "community": 50, "community_name": "synthetic-checks", "source_file": "scripts/synthetic-checks", "file_type": "code", "degree": 1}, {"id": "scripts_synthetic_checks_http_ok", "label": "http_ok()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "http_ok()", "community": 50, "community_name": "synthetic-checks", "source_file": "scripts/synthetic-checks", "file_type": "code", "degree": 1}, {"id": "scripts_synthetic_checks_kubectl_ok", "label": "kubectl_ok()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "kubectl_ok()", "community": 50, "community_name": "synthetic-checks", "source_file": "scripts/synthetic-checks", "file_type": "code", "degree": 2}, {"id": "scripts_synthetic_checks_section", "label": "section()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "section()", "community": 50, "community_name": "synthetic-checks", "source_file": "scripts/synthetic-checks", "file_type": "code", "degree": 2}, {"id": "scripts_synthetic_checks_warn_check", "label": "warn_check()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "warn_check()", "community": 50, "community_name": "synthetic-checks", "source_file": "scripts/synthetic-checks", "file_type": "code", "degree": 2}, {"id": "apps_demos_static_public_theme", "label": "theme.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "theme.js", "community": 51, "community_name": "theme.js", "source_file": "apps/demos-static/public/theme.js", "file_type": "code", "degree": 6}, {"id": "apps_website_cv_theme", "label": "cv-theme.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "cv-theme.js", "community": 52, "community_name": "cv-theme.js", "source_file": "apps/website/cv-theme.js", "file_type": "code", "degree": 6}, {"id": "apps_website_cv_theme_cvportrait", "label": "cvPortrait", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cvPortrait", "community": 52, "community_name": "cv-theme.js", "source_file": "apps/website/cv-theme.js", "file_type": "code", "degree": 1}, {"id": "jeannie_cluster_worker_var_file_has_workers", "label": "cluster_worker_var_file_has_workers()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cluster_worker_var_file_has_workers()", "community": 53, "community_name": "prepare_cluster_worker_var_file", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_ensure_cluster_worker_var_file", "label": "ensure_cluster_worker_var_file()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_cluster_worker_var_file()", "community": 53, "community_name": "prepare_cluster_worker_var_file", "source_file": "jeannie", "file_type": "code", "degree": 6}, {"id": "jeannie_plan_homelab", "label": "plan_homelab()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "plan_homelab()", "community": 53, "community_name": "prepare_cluster_worker_var_file", "source_file": "jeannie", "file_type": "code", "degree": 6}, {"id": "jeannie_prepare_cluster_worker_var_file", "label": "prepare_cluster_worker_var_file()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "prepare_cluster_worker_var_file()", "community": 53, "community_name": "prepare_cluster_worker_var_file", "source_file": "jeannie", "file_type": "code", "degree": 11}, {"id": "jeannie_run_tofu_plan_stack", "label": "run_tofu_plan_stack()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "run_tofu_plan_stack()", "community": 53, "community_name": "prepare_cluster_worker_var_file", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_tofu_stack_from_plan_target", "label": "tofu_stack_from_plan_target()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tofu_stack_from_plan_target()", "community": 53, "community_name": "prepare_cluster_worker_var_file", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_write_cluster_worker_var_file", "label": "write_cluster_worker_var_file()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "write_cluster_worker_var_file()", "community": 53, "community_name": "prepare_cluster_worker_var_file", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "scripts_red_blue_loop", "label": "red-blue-loop", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "red-blue-loop", "community": 54, "community_name": "red-blue-loop", "source_file": "scripts/red-blue-loop", "file_type": "code", "degree": 10}, {"id": "scripts_red_blue_loop_rationale_2", "label": "Run or plan the homelab red-team/blue-team loop.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Run or plan the homelab red-team/blue-team loop.", "community": 54, "community_name": "red-blue-loop", "source_file": "scripts/red-blue-loop", "file_type": "rationale", "degree": 1}, {"id": "apps_demos_static_public_architecture_simulator_architecture_simulator", "label": "architecture-simulator.js", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "architecture-simulator.js", "community": 55, "community_name": "architecture-simulator.js", "source_file": "apps/demos-static/public/architecture-simulator/architecture-simulator.js", "file_type": "code", "degree": 5}, {"id": "apps_demos_static_public_architecture_simulator_architecture_simulator_canvas", "label": "canvas", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "canvas", "community": 55, "community_name": "architecture-simulator.js", "source_file": "apps/demos-static/public/architecture-simulator/architecture-simulator.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_architecture_simulator_architecture_simulator_ctx", "label": "ctx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ctx", "community": 55, "community_name": "architecture-simulator.js", "source_file": "apps/demos-static/public/architecture-simulator/architecture-simulator.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_architecture_simulator_architecture_simulator_state", "label": "state", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "state", "community": 55, "community_name": "architecture-simulator.js", "source_file": "apps/demos-static/public/architecture-simulator/architecture-simulator.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_dev_toolbelt_dev_toolbelt", "label": "dev-toolbelt.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "dev-toolbelt.js", "community": 56, "community_name": "dev-toolbelt.js", "source_file": "apps/demos-static/public/dev-toolbelt/dev-toolbelt.js", "file_type": "code", "degree": 5}, {"id": "apps_demos_static_public_dev_toolbelt_dev_toolbelt_input", "label": "input", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "input", "community": 56, "community_name": "dev-toolbelt.js", "source_file": "apps/demos-static/public/dev-toolbelt/dev-toolbelt.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_dev_toolbelt_dev_toolbelt_logfilter", "label": "logFilter", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "logFilter", "community": 56, "community_name": "dev-toolbelt.js", "source_file": "apps/demos-static/public/dev-toolbelt/dev-toolbelt.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_dev_toolbelt_dev_toolbelt_output", "label": "output", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "output", "community": 56, "community_name": "dev-toolbelt.js", "source_file": "apps/demos-static/public/dev-toolbelt/dev-toolbelt.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_network_quality_network_quality", "label": "network-quality.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "network-quality.js", "community": 57, "community_name": "network-quality.js", "source_file": "apps/demos-static/public/network-quality/network-quality.js", "file_type": "code", "degree": 5}, {"id": "apps_demos_static_public_network_quality_network_quality_canvas", "label": "canvas", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "canvas", "community": 57, "community_name": "network-quality.js", "source_file": "apps/demos-static/public/network-quality/network-quality.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_network_quality_network_quality_ctx", "label": "ctx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ctx", "community": 57, "community_name": "network-quality.js", "source_file": "apps/demos-static/public/network-quality/network-quality.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_network_quality_network_quality_samples", "label": "samples", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "samples", "community": 57, "community_name": "network-quality.js", "source_file": "apps/demos-static/public/network-quality/network-quality.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_sentiment_sandbox_sentiment_sandbox", "label": "sentiment-sandbox.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "sentiment-sandbox.js", "community": 58, "community_name": "sentiment-sandbox.js", "source_file": "apps/demos-static/public/sentiment-sandbox/sentiment-sandbox.js", "file_type": "code", "degree": 5}, {"id": "apps_demos_static_public_sentiment_sandbox_sentiment_sandbox_input", "label": "input", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "input", "community": 58, "community_name": "sentiment-sandbox.js", "source_file": "apps/demos-static/public/sentiment-sandbox/sentiment-sandbox.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_sentiment_sandbox_sentiment_sandbox_negative", "label": "negative", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "negative", "community": 58, "community_name": "sentiment-sandbox.js", "source_file": "apps/demos-static/public/sentiment-sandbox/sentiment-sandbox.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_sentiment_sandbox_sentiment_sandbox_output", "label": "output", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "output", "community": 58, "community_name": "sentiment-sandbox.js", "source_file": "apps/demos-static/public/sentiment-sandbox/sentiment-sandbox.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_sentiment_sandbox_sentiment_sandbox_positive", "label": "positive", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "positive", "community": 58, "community_name": "sentiment-sandbox.js", "source_file": "apps/demos-static/public/sentiment-sandbox/sentiment-sandbox.js", "file_type": "code", "degree": 1}, {"id": "jeannie_ensure_sops_age_tools", "label": "ensure_sops_age_tools()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_sops_age_tools()", "community": 59, "community_name": "secrets_init", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_secrets_check", "label": "secrets_check()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "secrets_check()", "community": 59, "community_name": "secrets_init", "source_file": "jeannie", "file_type": "code", "degree": 5}, {"id": "jeannie_secrets_check_file", "label": "secrets_check_file()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "secrets_check_file()", "community": 59, "community_name": "secrets_init", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_secrets_init", "label": "secrets_init()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "secrets_init()", "community": 59, "community_name": "secrets_init", "source_file": "jeannie", "file_type": "code", "degree": 6}, {"id": "jeannie_sops_age_key_file", "label": "sops_age_key_file()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "sops_age_key_file()", "community": 59, "community_name": "secrets_init", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_sops_age_recipient", "label": "sops_age_recipient()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "sops_age_recipient()", "community": 59, "community_name": "secrets_init", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_ai_check", "label": "ai_check()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ai_check()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 5}, {"id": "jeannie_backstage_brain_enabled", "label": "backstage_brain_enabled()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "backstage_brain_enabled()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_backstage_brain_note", "label": "backstage_brain_note()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "backstage_brain_note()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 6}, {"id": "jeannie_doctor_cluster", "label": "doctor_cluster()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "doctor_cluster()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 15}, {"id": "jeannie_doctor_edge", "label": "doctor_edge()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "doctor_edge()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 11}, {"id": "jeannie_doctor_gitea", "label": "doctor_gitea()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "doctor_gitea()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 13}, {"id": "jeannie_doctor_rpi", "label": "doctor_rpi()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "doctor_rpi()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 10}, {"id": "jeannie_doctor_versions", "label": "doctor_versions()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "doctor_versions()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 6}, {"id": "jeannie_doctor_versions_compact", "label": "doctor_versions_compact()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "doctor_versions_compact()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 8}, {"id": "jeannie_status_cascade_check", "label": "status_cascade_check()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "status_cascade_check()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_status_cascade_report", "label": "status_cascade_report()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "status_cascade_report()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 6}, {"id": "jeannie_status_cascade_warn", "label": "status_cascade_warn()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "status_cascade_warn()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_status_compose_stack", "label": "status_compose_stack()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "status_compose_stack()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_status_http", "label": "status_http()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "status_http()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 5}, {"id": "jeannie_status_kubernetes", "label": "status_kubernetes()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "status_kubernetes()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 6}, {"id": "jeannie_status_kubernetes_api_ok", "label": "status_kubernetes_api_ok()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "status_kubernetes_api_ok()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_status_kubernetes_problem_pods", "label": "status_kubernetes_problem_pods()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "status_kubernetes_problem_pods()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_status_report", "label": "status_report()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "status_report()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 17}, {"id": "jeannie_status_rpi_services", "label": "status_rpi_services()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "status_rpi_services()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_status_run", "label": "status_run()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "status_run()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 5}, {"id": "jeannie_status_section", "label": "status_section()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "status_section()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 11}, {"id": "jeannie_status_systemd_units", "label": "status_systemd_units()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "status_systemd_units()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_truthy", "label": "truthy()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "truthy()", "community": 6, "community_name": "truthy", "source_file": "jeannie", "file_type": "code", "degree": 25}, {"id": "scripts_report_ui", "label": "report-ui", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "report-ui", "community": 6, "community_name": "truthy", "source_file": "scripts/report-ui", "file_type": "code", "degree": 12}, {"id": "scripts_report_ui__entry", "label": "report-ui script", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "report-ui script", "community": 6, "community_name": "truthy", "source_file": "scripts/report-ui", "file_type": "code", "degree": 1}, {"id": "scripts_report_ui_report_ui_begin", "label": "report_ui_begin()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "report_ui_begin()", "community": 6, "community_name": "truthy", "source_file": "scripts/report-ui", "file_type": "code", "degree": 7}, {"id": "scripts_report_ui_report_ui_check", "label": "report_ui_check()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "report_ui_check()", "community": 6, "community_name": "truthy", "source_file": "scripts/report-ui", "file_type": "code", "degree": 10}, {"id": "scripts_report_ui_report_ui_cleanup", "label": "report_ui_cleanup()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "report_ui_cleanup()", "community": 6, "community_name": "truthy", "source_file": "scripts/report-ui", "file_type": "code", "degree": 7}, {"id": "scripts_report_ui_report_ui_emit", "label": "report_ui_emit()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "report_ui_emit()", "community": 6, "community_name": "truthy", "source_file": "scripts/report-ui", "file_type": "code", "degree": 3}, {"id": "scripts_report_ui_report_ui_first_line", "label": "report_ui_first_line()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "report_ui_first_line()", "community": 6, "community_name": "truthy", "source_file": "scripts/report-ui", "file_type": "code", "degree": 2}, {"id": "scripts_report_ui_report_ui_one_line", "label": "report_ui_one_line()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "report_ui_one_line()", "community": 6, "community_name": "truthy", "source_file": "scripts/report-ui", "file_type": "code", "degree": 1}, {"id": "scripts_report_ui_report_ui_parse_args", "label": "report_ui_parse_args()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "report_ui_parse_args()", "community": 6, "community_name": "truthy", "source_file": "scripts/report-ui", "file_type": "code", "degree": 8}, {"id": "scripts_report_ui_report_ui_render", "label": "report_ui_render()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "report_ui_render()", "community": 6, "community_name": "truthy", "source_file": "scripts/report-ui", "file_type": "code", "degree": 7}, {"id": "scripts_report_ui_report_ui_trim_detail", "label": "report_ui_trim_detail()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "report_ui_trim_detail()", "community": 6, "community_name": "truthy", "source_file": "scripts/report-ui", "file_type": "code", "degree": 2}, {"id": "scripts_report_ui_report_ui_usage_flags", "label": "report_ui_usage_flags()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "report_ui_usage_flags()", "community": 6, "community_name": "truthy", "source_file": "scripts/report-ui", "file_type": "code", "degree": 2}, {"id": "scripts_backup_status", "label": "backup-status", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "backup-status", "community": 60, "community_name": "backup-status", "source_file": "scripts/backup-status", "file_type": "code", "degree": 5}, {"id": "scripts_backup_status__entry", "label": "backup-status script", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "backup-status script", "community": 60, "community_name": "backup-status", "source_file": "scripts/backup-status", "file_type": "code", "degree": 3}, {"id": "scripts_backup_status_check_latest", "label": "check_latest()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "check_latest()", "community": 60, "community_name": "backup-status", "source_file": "scripts/backup-status", "file_type": "code", "degree": 4}, {"id": "scripts_backup_status_file_age_hours", "label": "file_age_hours()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "file_age_hours()", "community": 60, "community_name": "backup-status", "source_file": "scripts/backup-status", "file_type": "code", "degree": 2}, {"id": "scripts_backup_status_latest_file", "label": "latest_file()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "latest_file()", "community": 60, "community_name": "backup-status", "source_file": "scripts/backup-status", "file_type": "code", "degree": 2}, {"id": "scripts_backup_status_section", "label": "section()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "section()", "community": 60, "community_name": "backup-status", "source_file": "scripts/backup-status", "file_type": "code", "degree": 2}, {"id": "scripts_control_plane", "label": "control-plane", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "control-plane", "community": 61, "community_name": "control-plane", "source_file": "scripts/control-plane", "file_type": "code", "degree": 5}, {"id": "scripts_control_plane__entry", "label": "control-plane script", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "control-plane script", "community": 61, "community_name": "control-plane", "source_file": "scripts/control-plane", "file_type": "code", "degree": 5}, {"id": "scripts_control_plane_require_kubectl", "label": "require_kubectl()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "require_kubectl()", "community": 61, "community_name": "control-plane", "source_file": "scripts/control-plane", "file_type": "code", "degree": 2}, {"id": "scripts_control_plane_show_non_system_pods", "label": "show_non_system_pods()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "show_non_system_pods()", "community": 61, "community_name": "control-plane", "source_file": "scripts/control-plane", "file_type": "code", "degree": 2}, {"id": "scripts_control_plane_show_taints", "label": "show_taints()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "show_taints()", "community": 61, "community_name": "control-plane", "source_file": "scripts/control-plane", "file_type": "code", "degree": 2}, {"id": "scripts_control_plane_usage", "label": "usage()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "usage()", "community": 61, "community_name": "control-plane", "source_file": "scripts/control-plane", "file_type": "code", "degree": 2}, {"id": "scripts_recover_plan", "label": "recover-plan", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "recover-plan", "community": 62, "community_name": "recover-plan", "source_file": "scripts/recover-plan", "file_type": "code", "degree": 5}, {"id": "scripts_recover_plan__entry", "label": "recover-plan script", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "recover-plan script", "community": 62, "community_name": "recover-plan", "source_file": "scripts/recover-plan", "file_type": "code", "degree": 2}, {"id": "scripts_recover_plan_check", "label": "check()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "check()", "community": 62, "community_name": "recover-plan", "source_file": "scripts/recover-plan", "file_type": "code", "degree": 2}, {"id": "scripts_recover_plan_has_gitea_backup", "label": "has_gitea_backup()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "has_gitea_backup()", "community": 62, "community_name": "recover-plan", "source_file": "scripts/recover-plan", "file_type": "code", "degree": 1}, {"id": "scripts_recover_plan_has_state_backup", "label": "has_state_backup()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "has_state_backup()", "community": 62, "community_name": "recover-plan", "source_file": "scripts/recover-plan", "file_type": "code", "degree": 1}, {"id": "scripts_recover_plan_main", "label": "main()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 62, "community_name": "recover-plan", "source_file": "scripts/recover-plan", "file_type": "code", "degree": 3}, {"id": "scripts_release_snapshot", "label": "release-snapshot", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "release-snapshot", "community": 63, "community_name": "release-snapshot", "source_file": "scripts/release-snapshot", "file_type": "code", "degree": 5}, {"id": "scripts_release_snapshot__entry", "label": "release-snapshot script", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "release-snapshot script", "community": 63, "community_name": "release-snapshot", "source_file": "scripts/release-snapshot", "file_type": "code", "degree": 5}, {"id": "scripts_release_snapshot_have", "label": "have()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "have()", "community": 63, "community_name": "release-snapshot", "source_file": "scripts/release-snapshot", "file_type": "code", "degree": 2}, {"id": "scripts_release_snapshot_latest_file", "label": "latest_file()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "latest_file()", "community": 63, "community_name": "release-snapshot", "source_file": "scripts/release-snapshot", "file_type": "code", "degree": 2}, {"id": "scripts_release_snapshot_run_optional", "label": "run_optional()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "run_optional()", "community": 63, "community_name": "release-snapshot", "source_file": "scripts/release-snapshot", "file_type": "code", "degree": 3}, {"id": "scripts_release_snapshot_section", "label": "section()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "section()", "community": 63, "community_name": "release-snapshot", "source_file": "scripts/release-snapshot", "file_type": "code", "degree": 3}, {"id": "scripts_render_docs", "label": "render-docs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "render-docs", "community": 64, "community_name": "render-docs", "source_file": "scripts/render-docs", "file_type": "code", "degree": 5}, {"id": "scripts_render_docs__entry", "label": "render-docs script", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "render-docs script", "community": 64, "community_name": "render-docs", "source_file": "scripts/render-docs", "file_type": "code", "degree": 2}, {"id": "scripts_render_docs_main", "label": "main()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 64, "community_name": "render-docs", "source_file": "scripts/render-docs", "file_type": "code", "degree": 5}, {"id": "scripts_render_docs_read_inventory_value", "label": "read_inventory_value()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "read_inventory_value()", "community": 64, "community_name": "render-docs", "source_file": "scripts/render-docs", "file_type": "code", "degree": 2}, {"id": "scripts_render_docs_render_template", "label": "render_template()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "render_template()", "community": 64, "community_name": "render-docs", "source_file": "scripts/render-docs", "file_type": "code", "degree": 2}, {"id": "scripts_render_docs_usage", "label": "usage()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "usage()", "community": 64, "community_name": "render-docs", "source_file": "scripts/render-docs", "file_type": "code", "degree": 2}, {"id": "scripts_scorecard", "label": "scorecard", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "scorecard", "community": 65, "community_name": "scorecard", "source_file": "scripts/scorecard", "file_type": "code", "degree": 5}, {"id": "scripts_scorecard__entry", "label": "scorecard script", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "scorecard script", "community": 65, "community_name": "scorecard", "source_file": "scripts/scorecard", "file_type": "code", "degree": 2}, {"id": "scripts_scorecard_docs_fresh", "label": "docs_fresh()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "docs_fresh()", "community": 65, "community_name": "scorecard", "source_file": "scripts/scorecard", "file_type": "code", "degree": 1}, {"id": "scripts_scorecard_inventory_ok", "label": "inventory_ok()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "inventory_ok()", "community": 65, "community_name": "scorecard", "source_file": "scripts/scorecard", "file_type": "code", "degree": 1}, {"id": "scripts_scorecard_score", "label": "score()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "score()", "community": 65, "community_name": "scorecard", "source_file": "scripts/scorecard", "file_type": "code", "degree": 2}, {"id": "scripts_scorecard_security_static_ok", "label": "security_static_ok()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "security_static_ok()", "community": 65, "community_name": "scorecard", "source_file": "scripts/scorecard", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_model_drift_model_drift", "label": "model-drift.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "model-drift.js", "community": 66, "community_name": "model-drift.js", "source_file": "apps/demos-static/public/model-drift/model-drift.js", "file_type": "code", "degree": 4}, {"id": "apps_demos_static_public_model_drift_model_drift_accuracy", "label": "accuracy", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "accuracy", "community": 66, "community_name": "model-drift.js", "source_file": "apps/demos-static/public/model-drift/model-drift.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_model_drift_model_drift_canvas", "label": "canvas", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "canvas", "community": 66, "community_name": "model-drift.js", "source_file": "apps/demos-static/public/model-drift/model-drift.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_model_drift_model_drift_ctx", "label": "ctx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ctx", "community": 66, "community_name": "model-drift.js", "source_file": "apps/demos-static/public/model-drift/model-drift.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_privacy_redactor_privacy_redactor", "label": "privacy-redactor.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "privacy-redactor.js", "community": 67, "community_name": "privacy-redactor.js", "source_file": "apps/demos-static/public/privacy-redactor/privacy-redactor.js", "file_type": "code", "degree": 4}, {"id": "apps_demos_static_public_privacy_redactor_privacy_redactor_canvas", "label": "canvas", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "canvas", "community": 67, "community_name": "privacy-redactor.js", "source_file": "apps/demos-static/public/privacy-redactor/privacy-redactor.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_privacy_redactor_privacy_redactor_ctx", "label": "ctx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ctx", "community": 67, "community_name": "privacy-redactor.js", "source_file": "apps/demos-static/public/privacy-redactor/privacy-redactor.js", "file_type": "code", "degree": 1}, {"id": "apps_website_lang_helper", "label": "lang_helper.php", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "lang_helper.php", "community": 68, "community_name": "lang_helper.php", "source_file": "apps/website/lang_helper.php", "file_type": "code", "degree": 4}, {"id": "scripts_blockchain_wallet", "label": "blockchain-wallet", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "blockchain-wallet", "community": 69, "community_name": "blockchain-wallet", "source_file": "scripts/blockchain-wallet", "file_type": "code", "degree": 4}, {"id": "scripts_blockchain_wallet__entry", "label": "blockchain-wallet script", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "blockchain-wallet script", "community": 69, "community_name": "blockchain-wallet", "source_file": "scripts/blockchain-wallet", "file_type": "code", "degree": 4}, {"id": "scripts_blockchain_wallet_require_private_key", "label": "require_private_key()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "require_private_key()", "community": 69, "community_name": "blockchain-wallet", "source_file": "scripts/blockchain-wallet", "file_type": "code", "degree": 2}, {"id": "scripts_blockchain_wallet_run_cast", "label": "run_cast()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "run_cast()", "community": 69, "community_name": "blockchain-wallet", "source_file": "scripts/blockchain-wallet", "file_type": "code", "degree": 2}, {"id": "scripts_blockchain_wallet_usage", "label": "usage()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "usage()", "community": 69, "community_name": "blockchain-wallet", "source_file": "scripts/blockchain-wallet", "file_type": "code", "degree": 2}, {"id": "jeannie_apps", "label": "apps()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "apps()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 27}, {"id": "jeannie_apps_registry_endpoint", "label": "apps_registry_endpoint()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "apps_registry_endpoint()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_demos_image_is_current", "label": "demos_image_is_current()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "demos_image_is_current()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_demos_registry_endpoint", "label": "demos_registry_endpoint()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "demos_registry_endpoint()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_demos_source_hash", "label": "demos_source_hash()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "demos_source_hash()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_dump_argocd_debug", "label": "dump_argocd_debug()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "dump_argocd_debug()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 6}, {"id": "jeannie_dump_namespace_debug", "label": "dump_namespace_debug()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "dump_namespace_debug()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_ensure_cosign_available", "label": "ensure_cosign_available()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_cosign_available()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_ensure_cosign_keypair", "label": "ensure_cosign_keypair()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_cosign_keypair()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_ensure_cosign_password", "label": "ensure_cosign_password()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_cosign_password()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_ensure_website_image_tag_not_reused", "label": "ensure_website_image_tag_not_reused()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_website_image_tag_not_reused()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_image_digest_ref", "label": "image_digest_ref()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "image_digest_ref()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_image_ref_tag", "label": "image_ref_tag()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "image_ref_tag()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_image_state_value", "label": "image_state_value()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "image_state_value()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_image_supply_chain_metadata_exists", "label": "image_supply_chain_metadata_exists()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "image_supply_chain_metadata_exists()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 5}, {"id": "jeannie_prepare_buildx_builder", "label": "prepare_buildx_builder()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "prepare_buildx_builder()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_publish_cosign_public_key_config_map", "label": "publish_cosign_public_key_config_map()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "publish_cosign_public_key_config_map()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_publish_image_supply_chain_metadata", "label": "publish_image_supply_chain_metadata()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "publish_image_supply_chain_metadata()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 6}, {"id": "jeannie_recreate_pods_for_selector", "label": "recreate_pods_for_selector()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "recreate_pods_for_selector()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_refresh_argocd_application", "label": "refresh_argocd_application()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "refresh_argocd_application()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_registry_image_exists", "label": "registry_image_exists()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "registry_image_exists()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_require_argocd_application_controller", "label": "require_argocd_application_controller()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "require_argocd_application_controller()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_require_pimox_app_worker_capacity", "label": "require_pimox_app_worker_capacity()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "require_pimox_app_worker_capacity()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_run_cosign", "label": "run_cosign()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "run_cosign()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 5}, {"id": "jeannie_wait_for_cluster_resource", "label": "wait_for_cluster_resource()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "wait_for_cluster_resource()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_wait_for_deployment_ready", "label": "wait_for_deployment_ready()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "wait_for_deployment_ready()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 4}, {"id": "jeannie_wait_for_namespace", "label": "wait_for_namespace()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "wait_for_namespace()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_wait_for_namespaced_resource", "label": "wait_for_namespaced_resource()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "wait_for_namespaced_resource()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 3}, {"id": "jeannie_website_image_is_current", "label": "website_image_is_current()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "website_image_is_current()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 5}, {"id": "jeannie_website_image_tag", "label": "website_image_tag()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "website_image_tag()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_website_source_hash", "label": "website_source_hash()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "website_source_hash()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_write_demos_image_state", "label": "write_demos_image_state()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "write_demos_image_state()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_write_image_sbom_predicate", "label": "write_image_sbom_predicate()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "write_image_sbom_predicate()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "jeannie_write_website_image_state", "label": "write_website_image_state()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "write_website_image_state()", "community": 7, "community_name": "apps", "source_file": "jeannie", "file_type": "code", "degree": 2}, {"id": "scripts_change_journal", "label": "change-journal", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "change-journal", "community": 70, "community_name": "change-journal", "source_file": "scripts/change-journal", "file_type": "code", "degree": 4}, {"id": "scripts_change_journal__entry", "label": "change-journal script", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "change-journal script", "community": 70, "community_name": "change-journal", "source_file": "scripts/change-journal", "file_type": "code", "degree": 3}, {"id": "scripts_change_journal_append_entry", "label": "append_entry()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "append_entry()", "community": 70, "community_name": "change-journal", "source_file": "scripts/change-journal", "file_type": "code", "degree": 3}, {"id": "scripts_change_journal_latest_entries", "label": "latest_entries()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "latest_entries()", "community": 70, "community_name": "change-journal", "source_file": "scripts/change-journal", "file_type": "code", "degree": 2}, {"id": "scripts_change_journal_timestamp", "label": "timestamp()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "timestamp()", "community": 70, "community_name": "change-journal", "source_file": "scripts/change-journal", "file_type": "code", "degree": 2}, {"id": "scripts_grafana_dashboards", "label": "grafana-dashboards", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "grafana-dashboards", "community": 71, "community_name": "grafana-dashboards", "source_file": "scripts/grafana-dashboards", "file_type": "code", "degree": 4}, {"id": "scripts_grafana_dashboards__entry", "label": "grafana-dashboards script", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "grafana-dashboards script", "community": 71, "community_name": "grafana-dashboards", "source_file": "scripts/grafana-dashboards", "file_type": "code", "degree": 4}, {"id": "scripts_grafana_dashboards_apply_dashboards", "label": "apply_dashboards()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "apply_dashboards()", "community": 71, "community_name": "grafana-dashboards", "source_file": "scripts/grafana-dashboards", "file_type": "code", "degree": 2}, {"id": "scripts_grafana_dashboards_list_dashboards", "label": "list_dashboards()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_dashboards()", "community": 71, "community_name": "grafana-dashboards", "source_file": "scripts/grafana-dashboards", "file_type": "code", "degree": 2}, {"id": "scripts_grafana_dashboards_usage", "label": "usage()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "usage()", "community": 71, "community_name": "grafana-dashboards", "source_file": "scripts/grafana-dashboards", "file_type": "code", "degree": 2}, {"id": "scripts_kubeconfig_readonly", "label": "kubeconfig-readonly", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "kubeconfig-readonly", "community": 72, "community_name": "kubeconfig-readonly", "source_file": "scripts/kubeconfig-readonly", "file_type": "code", "degree": 4}, {"id": "scripts_kubeconfig_readonly__entry", "label": "kubeconfig-readonly script", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "kubeconfig-readonly script", "community": 72, "community_name": "kubeconfig-readonly", "source_file": "scripts/kubeconfig-readonly", "file_type": "code", "degree": 2}, {"id": "scripts_kubeconfig_readonly_main", "label": "main()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 72, "community_name": "kubeconfig-readonly", "source_file": "scripts/kubeconfig-readonly", "file_type": "code", "degree": 4}, {"id": "scripts_kubeconfig_readonly_require_kubectl", "label": "require_kubectl()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "require_kubectl()", "community": 72, "community_name": "kubeconfig-readonly", "source_file": "scripts/kubeconfig-readonly", "file_type": "code", "degree": 2}, {"id": "scripts_kubeconfig_readonly_usage", "label": "usage()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "usage()", "community": 72, "community_name": "kubeconfig-readonly", "source_file": "scripts/kubeconfig-readonly", "file_type": "code", "degree": 2}, {"id": "scripts_blockchain_devnet", "label": "blockchain-devnet", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "blockchain-devnet", "community": 74, "community_name": "blockchain-devnet", "source_file": "scripts/blockchain-devnet", "file_type": "code", "degree": 3}, {"id": "scripts_blockchain_devnet__entry", "label": "blockchain-devnet script", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "blockchain-devnet script", "community": 74, "community_name": "blockchain-devnet", "source_file": "scripts/blockchain-devnet", "file_type": "code", "degree": 3}, {"id": "scripts_blockchain_devnet_rpc_call", "label": "rpc_call()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "rpc_call()", "community": 74, "community_name": "blockchain-devnet", "source_file": "scripts/blockchain-devnet", "file_type": "code", "degree": 2}, {"id": "scripts_blockchain_devnet_usage", "label": "usage()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "usage()", "community": 74, "community_name": "blockchain-devnet", "source_file": "scripts/blockchain-devnet", "file_type": "code", "degree": 2}, {"id": "scripts_capacity_limits", "label": "capacity-limits", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "capacity-limits", "community": 75, "community_name": "capacity-limits", "source_file": "scripts/capacity-limits", "file_type": "code", "degree": 3}, {"id": "scripts_capacity_limits__entry", "label": "capacity-limits script", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "capacity-limits script", "community": 75, "community_name": "capacity-limits", "source_file": "scripts/capacity-limits", "file_type": "code", "degree": 2}, {"id": "scripts_capacity_limits_cleanup", "label": "cleanup()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup()", "community": 75, "community_name": "capacity-limits", "source_file": "scripts/capacity-limits", "file_type": "code", "degree": 1}, {"id": "scripts_capacity_limits_usage", "label": "usage()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "usage()", "community": 75, "community_name": "capacity-limits", "source_file": "scripts/capacity-limits", "file_type": "code", "degree": 2}, {"id": "scripts_recover_power", "label": "recover-power", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "recover-power", "community": 76, "community_name": "recover-power", "source_file": "scripts/recover-power", "file_type": "code", "degree": 3}, {"id": "scripts_recover_power__entry", "label": "recover-power script", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "recover-power script", "community": 76, "community_name": "recover-power", "source_file": "scripts/recover-power", "file_type": "code", "degree": 2}, {"id": "scripts_recover_power_run_optional", "label": "run_optional()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "run_optional()", "community": 76, "community_name": "recover-power", "source_file": "scripts/recover-power", "file_type": "code", "degree": 3}, {"id": "scripts_recover_power_run_step", "label": "run_step()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "run_step()", "community": 76, "community_name": "recover-power", "source_file": "scripts/recover-power", "file_type": "code", "degree": 2}, {"id": "scripts_route_inventory", "label": "route-inventory", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "route-inventory", "community": 77, "community_name": "route-inventory", "source_file": "scripts/route-inventory", "file_type": "code", "degree": 3}, {"id": "scripts_route_inventory__entry", "label": "route-inventory script", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "route-inventory script", "community": 77, "community_name": "route-inventory", "source_file": "scripts/route-inventory", "file_type": "code", "degree": 2}, {"id": "scripts_route_inventory_cleanup", "label": "cleanup()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup()", "community": 77, "community_name": "route-inventory", "source_file": "scripts/route-inventory", "file_type": "code", "degree": 1}, {"id": "scripts_route_inventory_section", "label": "section()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "section()", "community": 77, "community_name": "route-inventory", "source_file": "scripts/route-inventory", "file_type": "code", "degree": 2}, {"id": "apps_website_render_static_pages", "label": "render-static-pages.sh", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "render-static-pages.sh", "community": 78, "community_name": "render-static-pages.sh", "source_file": "apps/website/render-static-pages.sh", "file_type": "code", "degree": 2}, {"id": "apps_website_render_static_pages_render_page", "label": "render_page()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "render_page()", "community": 78, "community_name": "render-static-pages.sh", "source_file": "apps/website/render-static-pages.sh", "file_type": "code", "degree": 2}, {"id": "apps_website_render_static_pages_sh__entry", "label": "render-static-pages.sh script", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "render-static-pages.sh script", "community": 78, "community_name": "render-static-pages.sh", "source_file": "apps/website/render-static-pages.sh", "file_type": "code", "degree": 2}, {"id": "apps_website_save_lang", "label": "save_lang.php", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "save_lang.php", "community": 79, "community_name": "save_lang.php", "source_file": "apps/website/save_lang.php", "file_type": "code", "degree": 2}, {"id": "apps_website_visitor_ideas_js_apps_website_visitor_ideas", "label": "visitor-ideas.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "visitor-ideas.js", "community": 80, "community_name": "addIdeaText", "source_file": "apps/website/visitor-ideas.js", "file_type": "code", "degree": 2}, {"id": "infra_matrix_server_bootstrap", "label": "matrix-server/bootstrap.sh", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "matrix-server/bootstrap.sh", "community": 82, "community_name": "matrix-server/bootstrap.sh", "source_file": "infra/matrix-server/bootstrap.sh", "file_type": "code", "degree": 2}, {"id": "infra_matrix_server_bootstrap_render_homeserver", "label": "render_homeserver()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "render_homeserver()", "community": 82, "community_name": "matrix-server/bootstrap.sh", "source_file": "infra/matrix-server/bootstrap.sh", "file_type": "code", "degree": 2}, {"id": "infra_matrix_server_bootstrap_sh__entry", "label": "bootstrap.sh script", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "bootstrap.sh script", "community": 82, "community_name": "matrix-server/bootstrap.sh", "source_file": "infra/matrix-server/bootstrap.sh", "file_type": "code", "degree": 2}, {"id": "scripts_ask", "label": "ask", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ask", "community": 83, "community_name": "ask", "source_file": "scripts/ask", "file_type": "code", "degree": 2}, {"id": "scripts_ask__entry", "label": "ask script", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ask script", "community": 83, "community_name": "ask", "source_file": "scripts/ask", "file_type": "code", "degree": 2}, {"id": "scripts_ask_usage", "label": "usage()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "usage()", "community": 83, "community_name": "ask", "source_file": "scripts/ask", "file_type": "code", "degree": 2}, {"id": "scripts_blockchain_test", "label": "blockchain-test", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "blockchain-test", "community": 84, "community_name": "blockchain-test", "source_file": "scripts/blockchain-test", "file_type": "code", "degree": 2}, {"id": "scripts_blockchain_test__entry", "label": "blockchain-test script", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "blockchain-test script", "community": 84, "community_name": "blockchain-test", "source_file": "scripts/blockchain-test", "file_type": "code", "degree": 2}, {"id": "scripts_blockchain_test_usage", "label": "usage()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "usage()", "community": 84, "community_name": "blockchain-test", "source_file": "scripts/blockchain-test", "file_type": "code", "degree": 2}, {"id": "scripts_capacity_advisor", "label": "capacity-advisor", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "capacity-advisor", "community": 85, "community_name": "capacity-advisor", "source_file": "scripts/capacity-advisor", "file_type": "code", "degree": 2}, {"id": "scripts_capacity_advisor__entry", "label": "capacity-advisor script", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "capacity-advisor script", "community": 85, "community_name": "capacity-advisor", "source_file": "scripts/capacity-advisor", "file_type": "code", "degree": 2}, {"id": "scripts_capacity_advisor_run_check", "label": "run_check()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "run_check()", "community": 85, "community_name": "capacity-advisor", "source_file": "scripts/capacity-advisor", "file_type": "code", "degree": 2}, {"id": "scripts_homelab_map", "label": "homelab-map", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "homelab-map", "community": 86, "community_name": "homelab-map", "source_file": "scripts/homelab-map", "file_type": "code", "degree": 2}, {"id": "scripts_homelab_map__entry", "label": "homelab-map script", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "homelab-map script", "community": 86, "community_name": "homelab-map", "source_file": "scripts/homelab-map", "file_type": "code", "degree": 2}, {"id": "scripts_homelab_map_inventory", "label": "inventory()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "inventory()", "community": 86, "community_name": "homelab-map", "source_file": "scripts/homelab-map", "file_type": "code", "degree": 2}, {"id": "scripts_impact", "label": "impact", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "impact", "community": 87, "community_name": "impact", "source_file": "scripts/impact", "file_type": "code", "degree": 2}, {"id": "scripts_impact__entry", "label": "impact script", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "impact script", "community": 87, "community_name": "impact", "source_file": "scripts/impact", "file_type": "code", "degree": 2}, {"id": "scripts_impact_usage", "label": "usage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "usage()", "community": 87, "community_name": "impact", "source_file": "scripts/impact", "file_type": "code", "degree": 2}, {"id": "scripts_jeannie_core", "label": "jeannie-core", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "jeannie-core", "community": 88, "community_name": "jeannie-core", "source_file": "scripts/jeannie-core", "file_type": "code", "degree": 2}, {"id": "scripts_jeannie_core__entry", "label": "jeannie-core script", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "jeannie-core script", "community": 88, "community_name": "jeannie-core", "source_file": "scripts/jeannie-core", "file_type": "code", "degree": 2}, {"id": "scripts_jeannie_core_core_sources_newer", "label": "core_sources_newer()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "core_sources_newer()", "community": 88, "community_name": "jeannie-core", "source_file": "scripts/jeannie-core", "file_type": "code", "degree": 2}, {"id": "scripts_report_render", "label": "report-render", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "report-render", "community": 89, "community_name": "report-render", "source_file": "scripts/report-render", "file_type": "code", "degree": 2}, {"id": "scripts_report_render__entry", "label": "report-render script", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "report-render script", "community": 89, "community_name": "report-render", "source_file": "scripts/report-render", "file_type": "code", "degree": 2}, {"id": "scripts_report_render_usage", "label": "usage()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "usage()", "community": 89, "community_name": "report-render", "source_file": "scripts/report-render", "file_type": "code", "degree": 2}, {"id": "tests_jeannie_unit", "label": "jeannie-unit", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "jeannie-unit", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 28}, {"id": "tests_jeannie_unit__entry", "label": "jeannie-unit script", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "jeannie-unit script", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 18}, {"id": "tests_jeannie_unit_assert_command_failure_contains", "label": "assert_command_failure_contains()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "assert_command_failure_contains()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 5}, {"id": "tests_jeannie_unit_assert_command_success", "label": "assert_command_success()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "assert_command_success()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 4}, {"id": "tests_jeannie_unit_assert_contains", "label": "assert_contains()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "assert_contains()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 7}, {"id": "tests_jeannie_unit_assert_eq", "label": "assert_eq()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "assert_eq()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 10}, {"id": "tests_jeannie_unit_cleanup", "label": "cleanup()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 1}, {"id": "tests_jeannie_unit_fail", "label": "fail()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "fail()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 8}, {"id": "tests_jeannie_unit_jeannie_library_mode", "label": "JEANNIE_LIBRARY_MODE", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "JEANNIE_LIBRARY_MODE", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 1}, {"id": "tests_jeannie_unit_pass", "label": "pass()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pass()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 11}, {"id": "tests_jeannie_unit_path", "label": "PATH", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PATH", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 1}, {"id": "tests_jeannie_unit_test_cluster_worker_targets_include_pimox_and_manual_workers", "label": "test_cluster_worker_targets_include_pimox_and_manual_workers()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cluster_worker_targets_include_pimox_and_manual_workers()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 4}, {"id": "tests_jeannie_unit_test_configured_worker_count_can_expand_target_set", "label": "test_configured_worker_count_can_expand_target_set()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_configured_worker_count_can_expand_target_set()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 3}, {"id": "tests_jeannie_unit_test_configured_worker_count_cannot_hide_existing_workers", "label": "test_configured_worker_count_cannot_hide_existing_workers()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_configured_worker_count_cannot_hide_existing_workers()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 3}, {"id": "tests_jeannie_unit_test_heal_cooldown_escalates_to_diagnostics", "label": "test_heal_cooldown_escalates_to_diagnostics()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_heal_cooldown_escalates_to_diagnostics()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 3}, {"id": "tests_jeannie_unit_test_inventory_validator_accepts_current_inventory", "label": "test_inventory_validator_accepts_current_inventory()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_inventory_validator_accepts_current_inventory()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 3}, {"id": "tests_jeannie_unit_test_inventory_validator_rejects_ip_drift", "label": "test_inventory_validator_rejects_ip_drift()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_inventory_validator_rejects_ip_drift()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 3}, {"id": "tests_jeannie_unit_test_pimox_guest_exec_exitcode_parser", "label": "test_pimox_guest_exec_exitcode_parser()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_pimox_guest_exec_exitcode_parser()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 4}, {"id": "tests_jeannie_unit_test_pimox_worker_count_detects_generated_topology", "label": "test_pimox_worker_count_detects_generated_topology()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_pimox_worker_count_detects_generated_topology()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 3}, {"id": "tests_jeannie_unit_test_pimox_worker_net0_config_defaults_to_deterministic_mac", "label": "test_pimox_worker_net0_config_defaults_to_deterministic_mac()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_pimox_worker_net0_config_defaults_to_deterministic_mac()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 3}, {"id": "tests_jeannie_unit_test_pimox_worker_static_ip_selection", "label": "test_pimox_worker_static_ip_selection()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_pimox_worker_static_ip_selection()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 6}, {"id": "tests_jeannie_unit_test_prepare_cluster_worker_var_file_can_include_raspberry_worker", "label": "test_prepare_cluster_worker_var_file_can_include_raspberry_worker()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_prepare_cluster_worker_var_file_can_include_raspberry_worker()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 4}, {"id": "tests_jeannie_unit_test_prepare_cluster_worker_var_file_excludes_manual_by_default", "label": "test_prepare_cluster_worker_var_file_excludes_manual_by_default()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_prepare_cluster_worker_var_file_excludes_manual_by_default()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 4}, {"id": "tests_jeannie_unit_test_prepare_cluster_worker_var_file_merges_manual_and_pimox_workers", "label": "test_prepare_cluster_worker_var_file_merges_manual_and_pimox_workers()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_prepare_cluster_worker_var_file_merges_manual_and_pimox_workers()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 4}, {"id": "tests_jeannie_unit_test_prepare_cluster_worker_var_file_rebuilds_static_pimox_spec", "label": "test_prepare_cluster_worker_var_file_rebuilds_static_pimox_spec()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_prepare_cluster_worker_var_file_rebuilds_static_pimox_spec()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 4}, {"id": "tests_jeannie_unit_test_report_renderer_empty_problems_message", "label": "test_report_renderer_empty_problems_message()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_report_renderer_empty_problems_message()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 3}, {"id": "tests_jeannie_unit_test_report_renderer_hides_ok_links", "label": "test_report_renderer_hides_ok_links()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_report_renderer_hides_ok_links()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 4}, {"id": "tests_jeannie_unit_test_report_renderer_problems_only_hides_ok_rows", "label": "test_report_renderer_problems_only_hides_ok_rows()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_report_renderer_problems_only_hides_ok_rows()", "community": 9, "community_name": "jeannie-unit", "source_file": "tests/jeannie-unit", "file_type": "code", "degree": 5}, {"id": "scripts_review_last_change", "label": "review-last-change", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "review-last-change", "community": 90, "community_name": "review-last-change", "source_file": "scripts/review-last-change", "file_type": "code", "degree": 2}, {"id": "scripts_review_last_change__entry", "label": "review-last-change script", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "review-last-change script", "community": 90, "community_name": "review-last-change", "source_file": "scripts/review-last-change", "file_type": "code", "degree": 2}, {"id": "scripts_review_last_change_usage", "label": "usage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "usage()", "community": 90, "community_name": "review-last-change", "source_file": "scripts/review-last-change", "file_type": "code", "degree": 2}, {"id": "apps_demos_static_public_traveler_tools_sw", "label": "sw.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sw.js", "community": 91, "community_name": "sw.js", "source_file": "apps/demos-static/public/traveler-tools/sw.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_traveler_tools_sw_assets", "label": "ASSETS", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ASSETS", "community": 91, "community_name": "sw.js", "source_file": "apps/demos-static/public/traveler-tools/sw.js", "file_type": "code", "degree": 1}, {"id": "apps_demos_static_public_traveler_tools_traveler_tools", "label": "traveler-tools.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "traveler-tools.js", "community": 92, "community_name": "traveler-tools.js", "source_file": "apps/demos-static/public/traveler-tools/traveler-tools.js", "file_type": "code", "degree": 1}, {"id": "apps_website_blog", "label": "blog.php", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "blog.php", "community": 93, "community_name": "blog.php", "source_file": "apps/website/blog.php", "file_type": "code", "degree": 1}, {"id": "apps_website_homelab_tree", "label": "homelab-tree.php", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "homelab-tree.php", "community": 94, "community_name": "homelab-tree.php", "source_file": "apps/website/homelab-tree.php", "file_type": "code", "degree": 1}, {"id": "apps_website_homelab_tree_other_pages", "label": "OTHER_PAGES", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OTHER_PAGES", "community": 94, "community_name": "homelab-tree.php", "source_file": "apps/website/homelab-tree.php", "file_type": "code", "degree": 1}, {"id": "apps_website_partials_translation_ui", "label": "translation_ui.php", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "translation_ui.php", "community": 95, "community_name": "translation_ui.php", "source_file": "apps/website/partials/translation_ui.php", "file_type": "code", "degree": 1}, {"id": "apps_website_partials_translation_ui_static_langs", "label": "STATIC_LANGS", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "STATIC_LANGS", "community": 95, "community_name": "translation_ui.php", "source_file": "apps/website/partials/translation_ui.php", "file_type": "code", "degree": 1}, {"id": "apps_website_save_idea", "label": "save_idea.php", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "save_idea.php", "community": 96, "community_name": "save_idea.php", "source_file": "apps/website/save_idea.php", "file_type": "code", "degree": 1}, {"id": "apps_website_start_website", "label": "start-website.sh", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "start-website.sh", "community": 97, "community_name": "start-website.sh", "source_file": "apps/website/start-website.sh", "file_type": "code", "degree": 1}, {"id": "apps_website_start_website_sh__entry", "label": "start-website.sh script", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "start-website.sh script", "community": 97, "community_name": "start-website.sh", "source_file": "apps/website/start-website.sh", "file_type": "code", "degree": 1}, {"id": "fastapi", "label": "fastapi", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fastapi", "community": 11, "community_name": "main.py", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "fastapi_middleware_cors", "label": "fastapi_middleware_cors", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fastapi_middleware_cors", "community": 11, "community_name": "main.py", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "prometheus_client", "label": "prometheus_client", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "prometheus_client", "community": 11, "community_name": "main.py", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "pydantic", "label": "pydantic", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pydantic", "community": 11, "community_name": "main.py", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "typing", "label": "typing", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "typing", "community": 11, "community_name": "main.py", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "argparse", "label": "argparse", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "argparse", "community": 14, "community_name": "pathlib", "source_file": "", "file_type": "concept", "degree": 14}, {"id": "json", "label": "json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "json", "community": 14, "community_name": "pathlib", "source_file": "", "file_type": "concept", "degree": 15}, {"id": "numpy", "label": "numpy", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "numpy", "community": 14, "community_name": "pathlib", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "pathlib", "label": "pathlib", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "pathlib", "community": 14, "community_name": "pathlib", "source_file": "", "file_type": "concept", "degree": 18}, {"id": "sklearn_linear_model", "label": "sklearn_linear_model", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sklearn_linear_model", "community": 14, "community_name": "pathlib", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "sklearn_pipeline", "label": "sklearn_pipeline", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sklearn_pipeline", "community": 14, "community_name": "pathlib", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "sklearn_preprocessing", "label": "sklearn_preprocessing", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sklearn_preprocessing", "community": 14, "community_name": "pathlib", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "sys", "label": "sys", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sys", "community": 14, "community_name": "pathlib", "source_file": "", "file_type": "concept", "degree": 11}, {"id": "html", "label": "html", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "html", "community": 17, "community_name": "render-service-catalog", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "collections", "label": "collections", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "collections", "community": 22, "community_name": "build-homelab-ai-index", "source_file": "", "file_type": "concept", "degree": 2}, {"id": "fnmatch", "label": "fnmatch", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fnmatch", "community": 22, "community_name": "build-homelab-ai-index", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "math", "label": "math", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "math", "community": 22, "community_name": "build-homelab-ai-index", "source_file": "", "file_type": "concept", "degree": 3}, {"id": "datetime", "label": "datetime", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "datetime", "community": 24, "community_name": "seed-heimdall.py", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "os", "label": "os", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "os", "community": 24, "community_name": "seed-heimdall.py", "source_file": "", "file_type": "concept", "degree": 9}, {"id": "sqlite3", "label": "sqlite3", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sqlite3", "community": 24, "community_name": "seed-heimdall.py", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "dataclasses", "label": "dataclasses", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "dataclasses", "community": 25, "community_name": "prompt-injection-lab", "source_file": "", "file_type": "concept", "degree": 4}, {"id": "http_server", "label": "http_server", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "http_server", "community": 29, "community_name": "exporter.py", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "time", "label": "time", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "time", "community": 29, "community_name": "exporter.py", "source_file": "", "file_type": "concept", "degree": 7}, {"id": "urllib_error", "label": "urllib_error", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "urllib_error", "community": 29, "community_name": "exporter.py", "source_file": "", "file_type": "concept", "degree": 4}, {"id": "urllib_request", "label": "urllib_request", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "urllib_request", "community": 29, "community_name": "exporter.py", "source_file": "", "file_type": "concept", "degree": 4}, {"id": "ref_fs", "label": "ref_fs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ref_fs", "community": 30, "community_name": "seed-uptime-kuma.js", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "ref_path", "label": "ref_path", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ref_path", "community": 30, "community_name": "seed-uptime-kuma.js", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "csv", "label": "csv", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "csv", "community": 37, "community_name": "ai-scheduler", "source_file": "", "file_type": "concept", "degree": 9}, {"id": "go_pkg_bufio", "label": "go_pkg_bufio", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "go_pkg_bufio", "community": 4, "community_name": "main.go", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "go_pkg_bytes", "label": "go_pkg_bytes", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "go_pkg_bytes", "community": 4, "community_name": "main.go", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "go_pkg_context", "label": "go_pkg_context", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "go_pkg_context", "community": 4, "community_name": "main.go", "source_file": "", "file_type": "concept", "degree": 2}, {"id": "go_pkg_encoding_json", "label": "go_pkg_encoding_json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "go_pkg_encoding_json", "community": 4, "community_name": "main.go", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "go_pkg_flag", "label": "go_pkg_flag", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "go_pkg_flag", "community": 4, "community_name": "main.go", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "go_pkg_fmt", "label": "go_pkg_fmt", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "go_pkg_fmt", "community": 4, "community_name": "main.go", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "go_pkg_io", "label": "go_pkg_io", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "go_pkg_io", "community": 4, "community_name": "main.go", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "go_pkg_os", "label": "go_pkg_os", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "go_pkg_os", "community": 4, "community_name": "main.go", "source_file": "", "file_type": "concept", "degree": 2}, {"id": "go_pkg_os_exec", "label": "go_pkg_os_exec", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "go_pkg_os_exec", "community": 4, "community_name": "main.go", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "go_pkg_path_filepath", "label": "go_pkg_path_filepath", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "go_pkg_path_filepath", "community": 4, "community_name": "main.go", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "go_pkg_sort", "label": "go_pkg_sort", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "go_pkg_sort", "community": 4, "community_name": "main.go", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "go_pkg_strings", "label": "go_pkg_strings", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "go_pkg_strings", "community": 4, "community_name": "main.go", "source_file": "", "file_type": "concept", "degree": 2}, {"id": "go_pkg_sync", "label": "go_pkg_sync", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "go_pkg_sync", "community": 4, "community_name": "main.go", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "go_pkg_testing", "label": "go_pkg_testing", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "go_pkg_testing", "community": 4, "community_name": "main.go", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "go_pkg_time", "label": "go_pkg_time", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "go_pkg_time", "community": 4, "community_name": "main.go", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "re", "label": "re", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "re", "community": 45, "community_name": "validate-tailnet-policy", "source_file": "", "file_type": "concept", "degree": 6}, {"id": "subprocess", "label": "subprocess", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "subprocess", "community": 47, "community_name": "promote", "source_file": "", "file_type": "concept", "degree": 5}];
const RAW_EDGES = [{"from": "labs_mlops_platform_app_main", "to": "labs_mlops_platform_app_main_predictrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main_predict", "to": "labs_mlops_platform_app_main_predictrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main_predictrequest", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "scripts_heal_healrule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_command_for", "to": "scripts_heal_healrule", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_rule_for", "to": "scripts_heal_healrule", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander", "to": "scripts_incident_commander_incident", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander_fixture_text", "to": "scripts_incident_commander_incident", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander_incident_for_class", "to": "scripts_incident_commander_incident", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander_load_incidents", "to": "scripts_incident_commander_incident", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander_print_list", "to": "scripts_incident_commander_incident", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander_render_triage", "to": "scripts_incident_commander_incident", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander_replay", "to": "scripts_incident_commander_incident", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab", "to": "scripts_prompt_injection_lab_case", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab_defense_response", "to": "scripts_prompt_injection_lab_case", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab_fixture_text", "to": "scripts_prompt_injection_lab_case", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab_load_cases", "to": "scripts_prompt_injection_lab_case", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab_print_list", "to": "scripts_prompt_injection_lab_case", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab_print_run", "to": "scripts_prompt_injection_lab_case", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab_print_show", "to": "scripts_prompt_injection_lab_case", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab_run_case", "to": "scripts_prompt_injection_lab_case", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals", "to": "scripts_ai_evals_case", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals_fixture_text", "to": "scripts_ai_evals_case", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals_load_cases", "to": "scripts_ai_evals_case", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals_print_list", "to": "scripts_ai_evals_case", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals_print_run", "to": "scripts_ai_evals_case", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals_print_show", "to": "scripts_ai_evals_case", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals_run_case", "to": "scripts_ai_evals_case", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals_run_explain_output", "to": "scripts_ai_evals_case", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals_run_repo_scan", "to": "scripts_ai_evals_case", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_blockchain_devnet_metrics_exporter", "to": "infra_blockchain_devnet_metrics_exporter_metricshandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_blockchain_devnet_metrics_exporter_metricshandler", "to": "basehttprequesthandler", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_blockchain_devnet_metrics_exporter_metricshandler", "to": "infra_blockchain_devnet_metrics_exporter_metricshandler_do_get", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_blockchain_devnet_metrics_exporter_metricshandler", "to": "infra_blockchain_devnet_metrics_exporter_metricshandler_log_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main", "to": "labs_mlops_platform_app_main_drift_score", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main_drift_score", "to": "labs_mlops_platform_app_main_normalized_features", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main_predict", "to": "labs_mlops_platform_app_main_drift_score", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main", "to": "labs_mlops_platform_app_main_healthz", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main_healthz", "to": "any", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main_healthz", "to": "get", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main", "to": "labs_mlops_platform_app_main_load_model", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main_load_model", "to": "any", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main", "to": "labs_mlops_platform_app_main_logistic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main_score_prediction", "to": "labs_mlops_platform_app_main_logistic", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main", "to": "labs_mlops_platform_app_main_metrics", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main_metrics", "to": "get", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main_metrics", "to": "response", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main", "to": "labs_mlops_platform_app_main_normalized_features", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main_score_prediction", "to": "labs_mlops_platform_app_main_normalized_features", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main", "to": "labs_mlops_platform_app_main_predict", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main_predict", "to": "any", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main_predict", "to": "labs_mlops_platform_app_main_score_prediction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main_predict", "to": "post", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main", "to": "labs_mlops_platform_app_main_record_http_metrics", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main_record_http_metrics", "to": "any", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main_record_http_metrics", "to": "middleware", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main_record_http_metrics", "to": "request", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main_record_http_metrics", "to": "response", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main", "to": "labs_mlops_platform_app_main_root", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main_root", "to": "any", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main_root", "to": "get", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main", "to": "labs_mlops_platform_app_main_score_prediction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "scripts_heal_apply_plan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_apply_plan", "to": "scripts_heal_clear_failed_action", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_apply_plan", "to": "scripts_heal_highest_impact", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_apply_plan", "to": "scripts_heal_record_failed_action", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_apply_plan", "to": "scripts_heal_verify_healed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_main", "to": "scripts_heal_apply_plan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "scripts_heal_build_plan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_build_plan", "to": "scripts_heal_command_for", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_build_plan", "to": "scripts_heal_recent_failed_commands", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_build_plan", "to": "scripts_heal_rule_for", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_build_plan", "to": "scripts_heal_status_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_main", "to": "scripts_heal_build_plan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "scripts_heal_clear_failed_action", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_clear_failed_action", "to": "scripts_heal_load_heal_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_clear_failed_action", "to": "scripts_heal_write_heal_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "scripts_heal_command_for", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_command_for", "to": "scripts_heal_pimox_worker_index", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "scripts_heal_highest_impact", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_highest_impact", "to": "scripts_heal_impact_sort_key", "label": "indirect_call", "title": "indirect_call [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "scripts_heal_print_plan", "to": "scripts_heal_highest_impact", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "scripts_heal_impact_sort_key", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_print_plan", "to": "scripts_heal_impact_sort_key", "label": "indirect_call", "title": "indirect_call [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "scripts_heal", "to": "scripts_heal_load_heal_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_recent_failed_commands", "to": "scripts_heal_load_heal_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_record_failed_action", "to": "scripts_heal_load_heal_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "scripts_heal_load_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_load_status", "to": "scripts_heal_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_main", "to": "scripts_heal_load_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_target_is_healed", "to": "scripts_heal_load_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "scripts_heal_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_main", "to": "scripts_heal_print_plan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "scripts_heal_pimox_worker_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "scripts_heal_pimox_worker_ready", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_target_is_healed", "to": "scripts_heal_pimox_worker_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "scripts_heal_print_ai_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_print_plan", "to": "scripts_heal_print_ai_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "scripts_heal_print_plan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "scripts_heal_recent_failed_commands", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_recent_failed_commands", "to": "scripts_heal_write_heal_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "scripts_heal_record_failed_action", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_record_failed_action", "to": "scripts_heal_write_heal_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "scripts_heal_rule_for", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "scripts_heal_status_rows", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_target_is_healed", "to": "scripts_heal_status_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "scripts_heal_target_is_healed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_verify_healed", "to": "scripts_heal_target_is_healed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "scripts_heal_verify_healed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "scripts_heal_write_heal_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_training_export_model", "to": "labs_mlops_platform_training_export_model_export_model", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_agent_sandbox", "to": "scripts_agent_sandbox_classify", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_agent_sandbox_classify", "to": "scripts_agent_sandbox_load_policy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_agent_sandbox_main", "to": "scripts_agent_sandbox_classify", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_agent_sandbox", "to": "scripts_agent_sandbox_load_policy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_agent_sandbox_main", "to": "scripts_agent_sandbox_load_policy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_agent_sandbox", "to": "scripts_agent_sandbox_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_agent_sandbox_main", "to": "scripts_agent_sandbox_print_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_agent_sandbox", "to": "scripts_agent_sandbox_print_result", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_memory", "to": "scripts_ai_memory_check", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_memory_check", "to": "scripts_ai_memory_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_memory_main", "to": "scripts_ai_memory_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_memory", "to": "scripts_ai_memory_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog", "to": "scripts_render_service_catalog_check_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_check_file", "to": "scripts_render_service_catalog_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_main", "to": "scripts_render_service_catalog_check_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog", "to": "scripts_render_service_catalog_host_ip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_host_ip", "to": "scripts_render_service_catalog_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_host_label", "to": "scripts_render_service_catalog_host_ip", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_service_rows", "to": "scripts_render_service_catalog_host_ip", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog", "to": "scripts_render_service_catalog_host_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_host_label", "to": "scripts_render_service_catalog_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_render_html", "to": "scripts_render_service_catalog_host_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_render_markdown", "to": "scripts_render_service_catalog_host_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog", "to": "scripts_render_service_catalog_host_rows", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_host_rows", "to": "scripts_render_service_catalog_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_render_html", "to": "scripts_render_service_catalog_host_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_render_markdown", "to": "scripts_render_service_catalog_host_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog", "to": "scripts_render_service_catalog_html_link", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_render_html", "to": "scripts_render_service_catalog_html_link", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog", "to": "scripts_render_service_catalog_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_main", "to": "scripts_render_service_catalog_parse_inventory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_main", "to": "scripts_render_service_catalog_render_html", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_main", "to": "scripts_render_service_catalog_render_markdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_main", "to": "scripts_render_service_catalog_write_if_changed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog", "to": "scripts_render_service_catalog_markdown_table", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_render_markdown", "to": "scripts_render_service_catalog_markdown_table", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog", "to": "scripts_render_service_catalog_md_link", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_render_markdown", "to": "scripts_render_service_catalog_md_link", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog", "to": "scripts_render_service_catalog_parse_inventory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_parse_inventory", "to": "scripts_render_service_catalog_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog", "to": "scripts_render_service_catalog_render_html", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_render_html", "to": "scripts_render_service_catalog_service_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog", "to": "scripts_render_service_catalog_render_markdown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_render_markdown", "to": "scripts_render_service_catalog_service_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog", "to": "scripts_render_service_catalog_service_rows", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_service_rows", "to": "scripts_render_service_catalog_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog", "to": "scripts_render_service_catalog_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog", "to": "scripts_render_service_catalog_write_if_changed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_write_if_changed", "to": "scripts_render_service_catalog_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translation", "to": "apps_website_translation_collectpagetranslations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translation_collectpagetranslations", "to": "apps_website_translation_translatebatch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translation_dotranslation", "to": "apps_website_translation_collectpagetranslations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translation", "to": "apps_website_translation_dotranslation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translation_dotranslation", "to": "apps_website_translation_hideprompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translation_dotranslation", "to": "apps_website_translation_savelang", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translation_dotranslation", "to": "apps_website_translation_showbadge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translation_dotranslation", "to": "apps_website_translation_translatebatch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translation_inittranslation", "to": "apps_website_translation_dotranslation", "label": "indirect_call", "title": "indirect_call [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apps_website_translation", "to": "apps_website_translation_hideprompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translation", "to": "apps_website_translation_inittranslation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translation", "to": "apps_website_translation_savelang", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translation", "to": "apps_website_translation_showbadge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translation", "to": "apps_website_translation_translatebatch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander", "to": "scripts_incident_commander_classify", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander_render_triage", "to": "scripts_incident_commander_classify", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander", "to": "scripts_incident_commander_first_evidence_lines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander_render_triage", "to": "scripts_incident_commander_first_evidence_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander", "to": "scripts_incident_commander_fixture_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander_replay", "to": "scripts_incident_commander_fixture_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander", "to": "scripts_incident_commander_incident_for_class", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander_render_triage", "to": "scripts_incident_commander_incident_for_class", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander", "to": "scripts_incident_commander_load_incidents", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander_load_incidents", "to": "scripts_incident_commander_split_items", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander_main", "to": "scripts_incident_commander_load_incidents", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander", "to": "scripts_incident_commander_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander_main", "to": "scripts_incident_commander_print_list", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander_main", "to": "scripts_incident_commander_print_triage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander_main", "to": "scripts_incident_commander_read_triage_input", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander_main", "to": "scripts_incident_commander_render_triage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander_main", "to": "scripts_incident_commander_replay", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander", "to": "scripts_incident_commander_print_list", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander", "to": "scripts_incident_commander_print_triage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander", "to": "scripts_incident_commander_read_triage_input", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander_read_triage_input", "to": "namespace", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander", "to": "scripts_incident_commander_render_triage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander_replay", "to": "scripts_incident_commander_render_triage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander", "to": "scripts_incident_commander_replay", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander", "to": "scripts_incident_commander_split_items", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_media_cruncher_media_cruncher", "to": "apps_demos_static_public_media_cruncher_media_cruncher_appendstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_media_cruncher_media_cruncher_handlefiles", "to": "apps_demos_static_public_media_cruncher_media_cruncher_appendstatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_media_cruncher_media_cruncher", "to": "apps_demos_static_public_media_cruncher_media_cruncher_createcanvas", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_media_cruncher_media_cruncher_crunchimage", "to": "apps_demos_static_public_media_cruncher_media_cruncher_createcanvas", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_media_cruncher_media_cruncher", "to": "apps_demos_static_public_media_cruncher_media_cruncher_crunchimage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_media_cruncher_media_cruncher_crunchimage", "to": "apps_demos_static_public_media_cruncher_media_cruncher_formatbytes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_media_cruncher_media_cruncher_crunchimage", "to": "apps_demos_static_public_media_cruncher_media_cruncher_toblob", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_media_cruncher_media_cruncher_handlefiles", "to": "apps_demos_static_public_media_cruncher_media_cruncher_crunchimage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_media_cruncher_media_cruncher", "to": "apps_demos_static_public_media_cruncher_media_cruncher_formatbytes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_media_cruncher_media_cruncher", "to": "apps_demos_static_public_media_cruncher_media_cruncher_handlefiles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_media_cruncher_media_cruncher", "to": "apps_demos_static_public_media_cruncher_media_cruncher_toblob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_media_cruncher_media_cruncher_toblob", "to": "apps_demos_static_public_media_cruncher_media_cruncher_toblob", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index", "to": "scripts_build_homelab_ai_index_build_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index_build_index", "to": "scripts_build_homelab_ai_index_chunk_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index_build_index", "to": "scripts_build_homelab_ai_index_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index_build_index", "to": "scripts_build_homelab_ai_index_read_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index_main", "to": "scripts_build_homelab_ai_index_build_index", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index", "to": "scripts_build_homelab_ai_index_candidate_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index_candidate_files", "to": "scripts_build_homelab_ai_index_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index_candidate_files", "to": "scripts_build_homelab_ai_index_path_is_secret", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index_candidate_files", "to": "scripts_build_homelab_ai_index_path_matches_any", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index_main", "to": "scripts_build_homelab_ai_index_candidate_files", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index", "to": "scripts_build_homelab_ai_index_chunk_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index_chunk_file", "to": "scripts_build_homelab_ai_index_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index_chunk_file", "to": "scripts_build_homelab_ai_index_tokenise", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index", "to": "scripts_build_homelab_ai_index_load_patterns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index_load_patterns", "to": "scripts_build_homelab_ai_index_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index_main", "to": "scripts_build_homelab_ai_index_load_patterns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index", "to": "scripts_build_homelab_ai_index_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index", "to": "scripts_build_homelab_ai_index_path_is_secret", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index_path_is_secret", "to": "scripts_build_homelab_ai_index_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index", "to": "scripts_build_homelab_ai_index_path_matches_any", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index", "to": "scripts_build_homelab_ai_index_read_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index_read_text", "to": "scripts_build_homelab_ai_index_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index", "to": "scripts_build_homelab_ai_index_tokenise", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall", "to": "infra_heimdall_seed_heimdall_columns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall_ensure_dashboard_tag", "to": "infra_heimdall_seed_heimdall_columns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall_ensure_public_dashboard", "to": "infra_heimdall_seed_heimdall_columns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall_home_dashboard_tag_id", "to": "infra_heimdall_seed_heimdall_columns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall_upsert_links", "to": "infra_heimdall_seed_heimdall_columns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall", "to": "infra_heimdall_seed_heimdall_ensure_dashboard_tag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall_ensure_dashboard_tag", "to": "infra_heimdall_seed_heimdall_quote_identifier", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall_ensure_dashboard_tag", "to": "infra_heimdall_seed_heimdall_table_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall_upsert_links", "to": "infra_heimdall_seed_heimdall_ensure_dashboard_tag", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall", "to": "infra_heimdall_seed_heimdall_ensure_public_dashboard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall_ensure_public_dashboard", "to": "infra_heimdall_seed_heimdall_table_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall_upsert_links", "to": "infra_heimdall_seed_heimdall_ensure_public_dashboard", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall", "to": "infra_heimdall_seed_heimdall_find_database", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall", "to": "infra_heimdall_seed_heimdall_home_dashboard_tag_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall_upsert_links", "to": "infra_heimdall_seed_heimdall_home_dashboard_tag_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall", "to": "infra_heimdall_seed_heimdall_load_links", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall", "to": "infra_heimdall_seed_heimdall_quote_identifier", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall_upsert_links", "to": "infra_heimdall_seed_heimdall_quote_identifier", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall", "to": "infra_heimdall_seed_heimdall_table_exists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall_wait_for_items_table", "to": "infra_heimdall_seed_heimdall_table_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall", "to": "infra_heimdall_seed_heimdall_upsert_links", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall", "to": "infra_heimdall_seed_heimdall_wait_for_items_table", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab", "to": "scripts_prompt_injection_lab_defense_response", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab_run_case", "to": "scripts_prompt_injection_lab_defense_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab", "to": "scripts_prompt_injection_lab_fixture_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab", "to": "scripts_prompt_injection_lab_load_cases", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab_load_cases", "to": "scripts_prompt_injection_lab_split_terms", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab_main", "to": "scripts_prompt_injection_lab_load_cases", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab", "to": "scripts_prompt_injection_lab_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab_main", "to": "scripts_prompt_injection_lab_print_list", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab_main", "to": "scripts_prompt_injection_lab_print_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab_main", "to": "scripts_prompt_injection_lab_print_show", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab", "to": "scripts_prompt_injection_lab_print_list", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab", "to": "scripts_prompt_injection_lab_print_run", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab_print_run", "to": "scripts_prompt_injection_lab_run_case", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab", "to": "scripts_prompt_injection_lab_print_show", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab", "to": "scripts_prompt_injection_lab_run_case", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab", "to": "scripts_prompt_injection_lab_split_terms", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr", "to": "infra_arr_stack_configure_arr_apply_import_lists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr_apply_import_lists", "to": "infra_arr_stack_configure_arr_request_json", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr_main", "to": "infra_arr_stack_configure_arr_apply_import_lists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr", "to": "infra_arr_stack_configure_arr_ensure_qbittorrent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr_ensure_qbittorrent", "to": "infra_arr_stack_configure_arr_fill_fields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr_ensure_qbittorrent", "to": "infra_arr_stack_configure_arr_request_json", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr_ensure_qbittorrent", "to": "infra_arr_stack_configure_arr_schema_fields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr_main", "to": "infra_arr_stack_configure_arr_ensure_qbittorrent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr", "to": "infra_arr_stack_configure_arr_ensure_root_folder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr_ensure_root_folder", "to": "infra_arr_stack_configure_arr_request_json", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr_main", "to": "infra_arr_stack_configure_arr_ensure_root_folder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr", "to": "infra_arr_stack_configure_arr_fill_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr", "to": "infra_arr_stack_configure_arr_load_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr_load_env", "to": "infra_arr_stack_configure_arr_py_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr_main", "to": "infra_arr_stack_configure_arr_load_env", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr", "to": "infra_arr_stack_configure_arr_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr_main", "to": "infra_arr_stack_configure_arr_required_env", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr_main", "to": "infra_arr_stack_configure_arr_wait_for_app", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr", "to": "infra_arr_stack_configure_arr_request_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr_schema_fields", "to": "infra_arr_stack_configure_arr_request_json", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr_wait_for_app", "to": "infra_arr_stack_configure_arr_request_json", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr", "to": "infra_arr_stack_configure_arr_required_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr", "to": "infra_arr_stack_configure_arr_schema_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr", "to": "infra_arr_stack_configure_arr_wait_for_app", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals", "to": "scripts_ai_evals_fixture_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals_run_explain_output", "to": "scripts_ai_evals_fixture_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals_run_repo_scan", "to": "scripts_ai_evals_fixture_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals", "to": "scripts_ai_evals_load_cases", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals_load_cases", "to": "scripts_ai_evals_split_terms", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals_main", "to": "scripts_ai_evals_load_cases", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals", "to": "scripts_ai_evals_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals_main", "to": "scripts_ai_evals_print_list", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals_main", "to": "scripts_ai_evals_print_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals_main", "to": "scripts_ai_evals_print_show", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals", "to": "scripts_ai_evals_print_list", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals", "to": "scripts_ai_evals_print_run", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals_print_run", "to": "scripts_ai_evals_run_case", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals", "to": "scripts_ai_evals_print_show", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals", "to": "scripts_ai_evals_run_case", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals_run_case", "to": "scripts_ai_evals_run_explain_output", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals_run_case", "to": "scripts_ai_evals_run_repo_scan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals", "to": "scripts_ai_evals_run_explain_output", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals", "to": "scripts_ai_evals_run_repo_scan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals", "to": "scripts_ai_evals_split_terms", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translate", "to": "apps_website_translate_clean_translate_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translate_translation_cache_read", "to": "apps_website_translate_clean_translate_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translate", "to": "apps_website_translate_elapsed_ms", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translate", "to": "apps_website_translate_redis_connect", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translate_translation_cache_read", "to": "apps_website_translate_redis_connect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translate_translation_cache_write", "to": "apps_website_translate_redis_connect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translate", "to": "apps_website_translate_redis_encode_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translate_translation_cache_read", "to": "apps_website_translate_redis_encode_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translate_translation_cache_write", "to": "apps_website_translate_redis_encode_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translate", "to": "apps_website_translate_redis_read_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translate_redis_read_response", "to": "apps_website_translate_redis_read_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translate", "to": "apps_website_translate_redis_read_response", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translate_redis_read_response", "to": "apps_website_translate_redis_read_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translate_translation_cache_read", "to": "apps_website_translate_redis_read_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translate_translation_cache_write", "to": "apps_website_translate_redis_read_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translate", "to": "apps_website_translate_translate_response", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translate", "to": "apps_website_translate_translation_cache_key", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translate", "to": "apps_website_translate_translation_cache_read", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translate", "to": "apps_website_translate_translation_cache_write", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translate", "to": "apps_website_translate_translation_log", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_blockchain_devnet_metrics_exporter", "to": "infra_blockchain_devnet_metrics_exporter_collect_metrics", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_blockchain_devnet_metrics_exporter_collect_metrics", "to": "infra_blockchain_devnet_metrics_exporter_hex_to_int", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_blockchain_devnet_metrics_exporter_collect_metrics", "to": "infra_blockchain_devnet_metrics_exporter_rpc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_blockchain_devnet_metrics_exporter_metricshandler_do_get", "to": "infra_blockchain_devnet_metrics_exporter_collect_metrics", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_blockchain_devnet_metrics_exporter", "to": "infra_blockchain_devnet_metrics_exporter_hex_to_int", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_blockchain_devnet_metrics_exporter", "to": "infra_blockchain_devnet_metrics_exporter_rpc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_seed_uptime_kuma", "to": "infra_rpi_services_seed_uptime_kuma_defaultforcolumn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_seed_uptime_kuma_defaultforcolumn", "to": "infra_rpi_services_seed_uptime_kuma_nowsql", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_seed_uptime_kuma_monitorvalues", "to": "infra_rpi_services_seed_uptime_kuma_defaultforcolumn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_seed_uptime_kuma", "to": "infra_rpi_services_seed_uptime_kuma_findmoduledirectory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_seed_uptime_kuma_findmoduledirectory", "to": "infra_rpi_services_seed_uptime_kuma_findmoduledirectory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_seed_uptime_kuma_loaddatabasemodule", "to": "infra_rpi_services_seed_uptime_kuma_findmoduledirectory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_seed_uptime_kuma", "to": "infra_rpi_services_seed_uptime_kuma_loaddatabasemodule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_seed_uptime_kuma_main", "to": "infra_rpi_services_seed_uptime_kuma_loaddatabasemodule", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_seed_uptime_kuma", "to": "infra_rpi_services_seed_uptime_kuma_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_seed_uptime_kuma_main", "to": "infra_rpi_services_seed_uptime_kuma_upsertmonitor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_seed_uptime_kuma", "to": "infra_rpi_services_seed_uptime_kuma_monitorvalues", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_seed_uptime_kuma_monitorvalues", "to": "infra_rpi_services_seed_uptime_kuma_nowsql", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_seed_uptime_kuma_upsertmonitor", "to": "infra_rpi_services_seed_uptime_kuma_monitorvalues", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_seed_uptime_kuma", "to": "infra_rpi_services_seed_uptime_kuma_nowsql", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_seed_uptime_kuma", "to": "infra_rpi_services_seed_uptime_kuma_upsertmonitor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe", "to": "scripts_model_observe_ask_ollama", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe_run", "to": "scripts_model_observe_ask_ollama", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe", "to": "scripts_model_observe_grade", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe_grade", "to": "scripts_model_observe_split_terms", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe_run", "to": "scripts_model_observe_grade", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe", "to": "scripts_model_observe_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe_main", "to": "scripts_model_observe_print_prompts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe_main", "to": "scripts_model_observe_report", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe_main", "to": "scripts_model_observe_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe", "to": "scripts_model_observe_offline_answer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe_run", "to": "scripts_model_observe_offline_answer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe", "to": "scripts_model_observe_print_prompts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe_print_prompts", "to": "scripts_model_observe_prompts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe", "to": "scripts_model_observe_prompts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe_run", "to": "scripts_model_observe_prompts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe", "to": "scripts_model_observe_report", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe", "to": "scripts_model_observe_run", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe", "to": "scripts_model_observe_split_terms", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_scheduler", "to": "scripts_ai_scheduler_as_bool", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_scheduler_score_node", "to": "scripts_ai_scheduler_as_bool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_scheduler", "to": "scripts_ai_scheduler_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_scheduler_main", "to": "scripts_ai_scheduler_recommend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_scheduler_main", "to": "scripts_ai_scheduler_simulate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_scheduler", "to": "scripts_ai_scheduler_read_tsv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_scheduler_read_tsv", "to": "scripts_ai_scheduler_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_scheduler_recommend", "to": "scripts_ai_scheduler_read_tsv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_scheduler_simulate", "to": "scripts_ai_scheduler_read_tsv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_scheduler", "to": "scripts_ai_scheduler_recommend", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_scheduler_recommend", "to": "scripts_ai_scheduler_score_node", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_scheduler_simulate", "to": "scripts_ai_scheduler_recommend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_scheduler", "to": "scripts_ai_scheduler_score_node", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_scheduler", "to": "scripts_ai_scheduler_simulate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index", "to": "scripts_query_homelab_ai_index_ask_ollama", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index_main", "to": "scripts_query_homelab_ai_index_ask_ollama", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index", "to": "scripts_query_homelab_ai_index_load_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index_load_index", "to": "scripts_query_homelab_ai_index_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index_main", "to": "scripts_query_homelab_ai_index_load_index", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index", "to": "scripts_query_homelab_ai_index_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index_main", "to": "scripts_query_homelab_ai_index_render_citations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index_main", "to": "scripts_query_homelab_ai_index_render_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index_main", "to": "scripts_query_homelab_ai_index_score_chunks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index", "to": "scripts_query_homelab_ai_index_render_citations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index", "to": "scripts_query_homelab_ai_index_render_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index", "to": "scripts_query_homelab_ai_index_score_chunks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index_score_chunks", "to": "scripts_query_homelab_ai_index_tokenise", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index", "to": "scripts_query_homelab_ai_index_tokenise", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_ideas_helper", "to": "apps_website_ideas_helper_visitor_idea_clean", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_ideas_helper_visitor_ideas_read", "to": "apps_website_ideas_helper_visitor_idea_clean", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_ideas_helper", "to": "apps_website_ideas_helper_visitor_ideas_append", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_ideas_helper_visitor_ideas_append", "to": "apps_website_ideas_helper_visitor_ideas_ensure_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_ideas_helper_visitor_ideas_append", "to": "apps_website_ideas_helper_visitor_ideas_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_ideas_helper", "to": "apps_website_ideas_helper_visitor_ideas_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_ideas_helper_visitor_ideas_ensure_dir", "to": "apps_website_ideas_helper_visitor_ideas_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_ideas_helper_visitor_ideas_file", "to": "apps_website_ideas_helper_visitor_ideas_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_ideas_helper_visitor_ideas_rate_file", "to": "apps_website_ideas_helper_visitor_ideas_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_ideas_helper", "to": "apps_website_ideas_helper_visitor_ideas_ensure_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_ideas_helper_visitor_ideas_recently_submitted", "to": "apps_website_ideas_helper_visitor_ideas_ensure_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_ideas_helper", "to": "apps_website_ideas_helper_visitor_ideas_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_ideas_helper_visitor_ideas_read", "to": "apps_website_ideas_helper_visitor_ideas_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_ideas_helper", "to": "apps_website_ideas_helper_visitor_ideas_rate_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_ideas_helper_visitor_ideas_recently_submitted", "to": "apps_website_ideas_helper_visitor_ideas_rate_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_ideas_helper", "to": "apps_website_ideas_helper_visitor_ideas_read", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_ideas_helper", "to": "apps_website_ideas_helper_visitor_ideas_recently_submitted", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_safety_case", "to": "scripts_safety_case_changed_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_safety_case_changed_files", "to": "scripts_safety_case_git_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_safety_case_main", "to": "scripts_safety_case_changed_files", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_safety_case", "to": "scripts_safety_case_git_lines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_safety_case", "to": "scripts_safety_case_load_rules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_safety_case_matched_rules", "to": "scripts_safety_case_load_rules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_safety_case", "to": "scripts_safety_case_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_safety_case_main", "to": "scripts_safety_case_matched_rules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_safety_case_main", "to": "scripts_safety_case_print_safety_case", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_safety_case", "to": "scripts_safety_case_matched_rules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_safety_case", "to": "scripts_safety_case_print_safety_case", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_safety_case_print_safety_case", "to": "scripts_safety_case_risk_order", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_safety_case", "to": "scripts_safety_case_risk_order", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tailnet_policy", "to": "scripts_validate_tailnet_policy_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tailnet_policy_main", "to": "scripts_validate_tailnet_policy_parse_simple_inventory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tailnet_policy_main", "to": "scripts_validate_tailnet_policy_require", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tailnet_policy_main", "to": "scripts_validate_tailnet_policy_strip_hujson", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tailnet_policy", "to": "scripts_validate_tailnet_policy_parse_simple_inventory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tailnet_policy_parse_simple_inventory", "to": "scripts_validate_tailnet_policy_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tailnet_policy", "to": "scripts_validate_tailnet_policy_require", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tailnet_policy", "to": "scripts_validate_tailnet_policy_strip_hujson", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_promote", "to": "scripts_promote_checks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_promote_plan", "to": "scripts_promote_checks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_promote_validate", "to": "scripts_promote_checks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_promote", "to": "scripts_promote_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_promote_main", "to": "scripts_promote_plan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_promote_main", "to": "scripts_promote_rollback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_promote_main", "to": "scripts_promote_validate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_promote", "to": "scripts_promote_plan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_promote", "to": "scripts_promote_rollback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_promote", "to": "scripts_promote_validate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_theme", "to": "apps_demos_static_public_theme_getdemothemebuttons", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_theme_setdemotheme", "to": "apps_demos_static_public_theme_getdemothemebuttons", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_theme", "to": "apps_demos_static_public_theme_getstoreddemotheme", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_theme", "to": "apps_demos_static_public_theme_installdemothemetoolbar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_theme", "to": "apps_demos_static_public_theme_normalizedemotheme", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_theme_setdemotheme", "to": "apps_demos_static_public_theme_normalizedemotheme", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_theme_storedemotheme", "to": "apps_demos_static_public_theme_normalizedemotheme", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_theme", "to": "apps_demos_static_public_theme_setdemotheme", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_theme_setdemotheme", "to": "apps_demos_static_public_theme_storedemotheme", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_theme", "to": "apps_demos_static_public_theme_storedemotheme", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_cv_theme", "to": "apps_website_cv_theme_getsitethemebuttons", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_cv_theme_setsitetheme", "to": "apps_website_cv_theme_getsitethemebuttons", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_cv_theme", "to": "apps_website_cv_theme_getstoredsitetheme", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_cv_theme", "to": "apps_website_cv_theme_normalizesitetheme", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_cv_theme_setsitetheme", "to": "apps_website_cv_theme_normalizesitetheme", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_cv_theme_storesitetheme", "to": "apps_website_cv_theme_normalizesitetheme", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_cv_theme", "to": "apps_website_cv_theme_setsitetheme", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_cv_theme_setsitetheme", "to": "apps_website_cv_theme_storesitetheme", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_cv_theme", "to": "apps_website_cv_theme_storesitetheme", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_red_blue_loop", "to": "scripts_red_blue_loop_checks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_red_blue_loop_plan", "to": "scripts_red_blue_loop_checks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_red_blue_loop_run", "to": "scripts_red_blue_loop_checks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_red_blue_loop", "to": "scripts_red_blue_loop_ledger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_red_blue_loop_main", "to": "scripts_red_blue_loop_ledger", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_red_blue_loop", "to": "scripts_red_blue_loop_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_red_blue_loop_main", "to": "scripts_red_blue_loop_plan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_red_blue_loop_main", "to": "scripts_red_blue_loop_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_red_blue_loop", "to": "scripts_red_blue_loop_plan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_red_blue_loop", "to": "scripts_red_blue_loop_run", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_architecture_simulator_architecture_simulator", "to": "apps_demos_static_public_architecture_simulator_architecture_simulator_box", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_architecture_simulator_architecture_simulator_draw", "to": "apps_demos_static_public_architecture_simulator_architecture_simulator_box", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_architecture_simulator_architecture_simulator", "to": "apps_demos_static_public_architecture_simulator_architecture_simulator_draw", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_dev_toolbelt_dev_toolbelt", "to": "apps_demos_static_public_dev_toolbelt_dev_toolbelt_decodebase64url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_dev_toolbelt_dev_toolbelt", "to": "apps_demos_static_public_dev_toolbelt_dev_toolbelt_setoutput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_network_quality_network_quality", "to": "apps_demos_static_public_network_quality_network_quality_draw", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_network_quality_network_quality_measure", "to": "apps_demos_static_public_network_quality_network_quality_draw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_network_quality_network_quality", "to": "apps_demos_static_public_network_quality_network_quality_measure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_sentiment_sandbox_sentiment_sandbox", "to": "apps_demos_static_public_sentiment_sandbox_sentiment_sandbox_analyze", "label": "indirect_call", "title": "indirect_call [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apps_demos_static_public_model_drift_model_drift", "to": "apps_demos_static_public_model_drift_model_drift_draw", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_privacy_redactor_privacy_redactor", "to": "apps_demos_static_public_privacy_redactor_privacy_redactor_blurrect", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_privacy_redactor_privacy_redactor", "to": "apps_demos_static_public_privacy_redactor_privacy_redactor_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_lang_helper", "to": "apps_website_lang_helper_asset_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_lang_helper", "to": "apps_website_lang_helper_cleanruntimetranslation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_lang_helper_loadruntimetranslations", "to": "apps_website_lang_helper_cleanruntimetranslation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_lang_helper", "to": "apps_website_lang_helper_getlang", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_lang_helper", "to": "apps_website_lang_helper_loadruntimetranslations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_save_lang", "to": "apps_website_save_lang_clean_translation_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_save_lang", "to": "apps_website_save_lang_translation_response", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_visitor_ideas_js_apps_website_visitor_ideas", "to": "apps_website_visitor_ideas_addideatext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_visitor_ideas_renderideas", "to": "apps_website_visitor_ideas_addideatext", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_visitor_ideas_js_apps_website_visitor_ideas", "to": "apps_website_visitor_ideas_renderideas", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_traveler_tools_traveler_tools", "to": "apps_demos_static_public_traveler_tools_traveler_tools_updatetraveler", "label": "indirect_call", "title": "indirect_call [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apps_website_blog", "to": "apps_website_blog_renderstacksourcelinks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_save_idea", "to": "apps_website_save_idea_idea_redirect", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_apps_main", "to": "terraform_bootstrap_apps_0952a721c72f57d2_provider_kubernetes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_apps_0952a721c72f57d2_provider_kubernetes", "to": "terraform_bootstrap_apps_0952a721c72f57d2_var_kubeconfig_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_apps_terraform_lock", "to": "terraform_bootstrap_apps_0952a721c72f57d2_provider_registry_opentofu_org_hashicorp_kubernetes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_apps_variables", "to": "terraform_bootstrap_apps_0952a721c72f57d2_var_website_image_ref", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_apps_0952a721c72f57d2_local_application_sources", "to": "terraform_bootstrap_apps_0952a721c72f57d2_var_website_image_ref", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_apps_variables", "to": "terraform_bootstrap_apps_0952a721c72f57d2_var_kubeconfig_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_apps_variables", "to": "terraform_bootstrap_apps_0952a721c72f57d2_var_argocd_namespace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_apps_0952a721c72f57d2_kubernetes_manifest_argocd_application", "to": "terraform_bootstrap_apps_0952a721c72f57d2_var_argocd_namespace", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_apps_variables", "to": "terraform_bootstrap_apps_0952a721c72f57d2_var_gitops_repo_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_apps_0952a721c72f57d2_local_application_sources", "to": "terraform_bootstrap_apps_0952a721c72f57d2_var_gitops_repo_url", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_apps_variables", "to": "terraform_bootstrap_apps_0952a721c72f57d2_var_applications", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_apps_0952a721c72f57d2_kubernetes_manifest_argocd_application", "to": "terraform_bootstrap_apps_0952a721c72f57d2_var_applications", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_apps_0952a721c72f57d2_local_application_sources", "to": "terraform_bootstrap_apps_0952a721c72f57d2_var_applications", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_apps_main", "to": "terraform_bootstrap_apps_0952a721c72f57d2_kubernetes_manifest_argocd_application", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_apps_0952a721c72f57d2_kubernetes_manifest_argocd_application", "to": "terraform_bootstrap_apps_0952a721c72f57d2_local_application_sources", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_apps_main", "to": "terraform_bootstrap_apps_0952a721c72f57d2_local_application_sources", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_apps_0952a721c72f57d2_directory", "to": "bootstrap_apps_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_apps_0952a721c72f57d2_directory", "to": "bootstrap_apps_variables", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_terraform_lock", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_provider_registry_opentofu_org_hashicorp_external", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_terraform_lock", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_provider_registry_opentofu_org_hashicorp_null", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_variables", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_kubeconfig_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kube_system_resource_policy", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_kubeconfig_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_control_plane", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_kubeconfig_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_worker", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_kubeconfig_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_node_labels", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_kubeconfig_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_output_kubeconfig_path", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_kubeconfig_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_variables", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_pod_network_cidr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_control_plane", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_pod_network_cidr", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_output_pod_network_cidr", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_pod_network_cidr", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_variables", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_control_plane_advertise_address", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_control_plane", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_control_plane_advertise_address", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_variables", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_registry_endpoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_control_plane", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_registry_endpoint", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_worker", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_registry_endpoint", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_variables", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_control_plane_node_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_local_control_plane_node_label_pairs", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_control_plane_node_name", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_control_plane", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_control_plane_node_name", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_variables", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_kubeconfig_owner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_control_plane", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_kubeconfig_owner", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_variables", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_persistent_volume_dirs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_control_plane", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_persistent_volume_dirs", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_worker", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_persistent_volume_dirs", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_variables", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_node_dns_servers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_control_plane", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_node_dns_servers", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_worker", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_node_dns_servers", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_variables", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_tailscale_nodeport_extra_ports", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_worker", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_tailscale_nodeport_extra_ports", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_variables", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_tailscale_nodeport_extra_target_ports", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_worker", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_tailscale_nodeport_extra_target_ports", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_variables", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_allow_empty_worker_nodes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_worker_nodes_required", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_allow_empty_worker_nodes", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_variables", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_force_worker_rejoin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_worker", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_force_worker_rejoin", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_variables", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_worker_tailscale_accept_routes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_worker", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_worker_tailscale_accept_routes", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_variables", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_worker_tailscale_enabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_worker", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_worker_tailscale_enabled", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_variables", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_worker_tailscale_pod_egress_snat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_worker", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_worker_tailscale_pod_egress_snat", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_variables", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_tailscale_nodeport_access", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_worker", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_tailscale_nodeport_access", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_variables", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_tailscale_subnet_routes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_worker", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_tailscale_subnet_routes", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_variables", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_control_plane_node_labels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_local_control_plane_node_label_pairs", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_control_plane_node_labels", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_variables", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_worker_node_labels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_local_worker_node_label_pairs", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_worker_node_labels", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_variables", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_worker_nodes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_local_worker_node_label_pairs", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_worker_nodes", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_worker", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_worker_nodes", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_worker_nodes_required", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_var_worker_nodes", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_main", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_worker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_worker", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kube_system_resource_policy", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_worker", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_control_plane", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_worker", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_worker_nodes_required", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_node_labels", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_worker", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_main", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_node_labels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_node_labels", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_local_node_label_pairs", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_node_labels", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_control_plane", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_main", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kube_system_resource_policy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kube_system_resource_policy", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_control_plane", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_main", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_kubeadm_control_plane", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_main", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_null_resource_worker_nodes_required", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_main", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_output_kubeconfig_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_main", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_output_pod_network_cidr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_main", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_local_control_plane_node_label_pairs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_main", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_local_node_label_pairs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_cluster_main", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_local_worker_node_label_pairs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_directory", "to": "bootstrap_cluster_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_directory", "to": "bootstrap_cluster_variables", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_local_node_label_pairs", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_local_control_plane_node_label_pairs", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_cluster_d8bb757b863f9d24_local_node_label_pairs", "to": "terraform_bootstrap_cluster_d8bb757b863f9d24_local_worker_node_label_pairs", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_terraform_lock", "to": "terraform_bootstrap_edge_0053c5ce495d569f_provider_registry_opentofu_org_hashicorp_null", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_haproxy_stats_password", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_haproxy_cfg", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_haproxy_stats_password", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_backend_host", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_backend_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_vcl", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_backend_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_squid_conf", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_backend_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_backend_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_edge_host", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_edge_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_output_edge_host", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_edge_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_gitea_backend_host", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_gitea_backend_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_heimdall_backend_host", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_gitea_backend_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_gitea_backend_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_heimdall_backend_host", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_heimdall_backend_host", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_heimdall_backend_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_letsencrypt_email", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_letsencrypt_email", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_server_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_server_name", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_heimdall_server_name", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_server_name", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_server_names", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_server_name", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_server_name", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_matrix_cert_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf_matrix", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_matrix_cert_dir", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_edge_ssh_key_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_edge_ssh_key_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_edge_install_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_edge_install_dir", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_output_edge_install_dir", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_edge_install_dir", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_element_backend_host", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf_matrix", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_element_backend_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_matrix_backend_host", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf_matrix", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_matrix_backend_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_haproxy_stats_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_haproxy_cfg", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_haproxy_stats_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_element_server_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf_matrix", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_element_server_name", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_matrix_server_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf_matrix", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_matrix_server_name", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_edge_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_edge_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_gitea_backend_port", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_gitea_backend_port", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_gitea_backend_port", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_demos_backend_port", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_demos_backend_port", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_backend_port", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_backend_port", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_vcl", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_backend_port", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_squid_conf", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_backend_port", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_backend_port", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_matrix_backend_port", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf_matrix", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_matrix_backend_port", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_element_backend_port", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf_matrix", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_element_backend_port", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_heimdall_backend_port", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_heimdall_backend_port", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_heimdall_backend_port", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_additional_server_names", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_server_names", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_additional_server_names", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_edge_install_docker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_edge_install_docker", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_letsencrypt_staging", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_letsencrypt_staging", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_enable_letsencrypt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_enable_letsencrypt", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_variables", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_matrix_enabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf_matrix", "to": "terraform_bootstrap_edge_0053c5ce495d569f_var_matrix_enabled", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_main", "to": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_compose_file", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_config_hash", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf_matrix", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_vcl", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_haproxy_cfg", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_heimdall_backend_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_server_names", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_null_resource_edge_services", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_squid_conf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_main", "to": "terraform_bootstrap_edge_0053c5ce495d569f_output_edge_host", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_main", "to": "terraform_bootstrap_edge_0053c5ce495d569f_output_edge_install_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_main", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_compose_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_main", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_config_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_main", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_main", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf_matrix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_main", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_vcl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_main", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_haproxy_cfg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_main", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_heimdall_backend_host", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_main", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_heimdall_server_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_main", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_main_server_names", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_main", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_server_names", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_edge_main", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_squid_conf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_directory", "to": "bootstrap_edge_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_directory", "to": "bootstrap_edge_variables", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_config_hash", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_compose_file", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_config_hash", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_config_hash", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf_matrix", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_config_hash", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_vcl", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_config_hash", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_haproxy_cfg", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_config_hash", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_squid_conf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_heimdall_backend_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_heimdall_server_name", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_main_server_names", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_default_conf", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_server_names", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_main_server_names", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_heimdall_server_name", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_server_names", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_heimdall_server_name", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_edge_0053c5ce495d569f_local_main_server_names", "to": "terraform_bootstrap_edge_0053c5ce495d569f_local_server_names", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_storage_class_v1_openebs_hostpath_retain", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_namespace_v1_monitoring", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_storage_class_v1_openebs_hostpath_retain", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_storage_class_v1_openebs_hostpath_retain", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_openebs", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_storage_class_v1_openebs_hostpath_retain", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_openebs", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_argocd", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_argocd", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_openebs", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_argocd", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_component_affinity", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_argocd", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_component_topology_spread_constraints", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_argocd", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_node_selector", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_argocd", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_argocd", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_argocd_ready", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_argocd", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_calico_crds", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_calico_crds", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_calico", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_calico_helm_recovery", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_calico_crds", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_extra_tools", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_extra_tools", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_calico_ready", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_extra_tools", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_extra_helm_releases", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_kyverno", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_kyverno", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kyverno_component_pod_anti_affinity", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_kyverno", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kyverno_component_topology_spread_constraints", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_kyverno", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kyverno_node_selector", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_kyverno", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_calico_ready", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_kyverno", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_kyverno", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_kyverno_policies", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_kyverno", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_kyverno_policies", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_kyverno_policies", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_kyverno", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_metallb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_metallb", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_calico_ready", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_metallb", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_metallb", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_metallb_l2_config", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_metallb", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_openebs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_openebs", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_calico_ready", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_openebs", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_openebs", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_calico", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_calico", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_calico_helm_recovery", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_calico", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_calico", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_calico", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_calico_node_address_autodetection_cidrs", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_calico", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_calico_operator_node_name", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_calico", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_pod_network_cidr", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_calico_ready", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_calico", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_traefik", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_traefik", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_traefik_node_selector", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_traefik", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_metallb_l2_config", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_traefik", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_metallb", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_traefik", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_traefik", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_metrics_server", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_metrics_server", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_prometheus_stack_node_selector", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_metrics_server", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_calico_ready", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_metrics_server", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_metrics_server", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_metrics_server_ready", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_metrics_server", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_loki", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_loki", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_namespace_v1_monitoring", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_loki", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_observability", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_loki", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_openebs", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_promtail", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_loki", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_prometheus_stack_helm_recovery", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_loki", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_mimir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_mimir", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_namespace_v1_monitoring", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_mimir", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_observability", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_mimir", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_openebs", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_prometheus_stack_helm_recovery", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_mimir", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_prometheus_stack", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_prometheus_stack", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kube_state_metrics_affinity", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_prometheus_stack", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kube_state_metrics_topology_spread_constraints", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_prometheus_stack", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_prometheus_operator_affinity", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_prometheus_stack", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_prometheus_operator_topology_spread_constraints", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_prometheus_stack", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_prometheus_stack_node_selector", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_prometheus_stack", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_prometheus_stack_helm_recovery", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_prometheus_stack", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_observability", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_prometheus_stack", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_openebs", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_prometheus_stack_readiness", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_prometheus_stack", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_promtail", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_helm_release_promtail", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_observability", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_provider_kubernetes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_provider_kubernetes", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_kubeconfig_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_terraform_lock", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_provider_registry_opentofu_org_hashicorp_helm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_terraform_lock", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_provider_registry_opentofu_org_hashicorp_kubernetes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_terraform_lock", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_provider_registry_opentofu_org_hashicorp_null", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_config_map_grafana_dashboards", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_config_map_grafana_dashboards", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_grafana_dashboard_files", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_config_map_grafana_dashboards", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_prometheus_stack_readiness", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_config_map_grafana_dashboards", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_observability", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_variables", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_kubeconfig_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_argocd_private_repo", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_kubeconfig_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_argocd_ready", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_kubeconfig_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_calico_helm_recovery", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_kubeconfig_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_calico_ready", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_kubeconfig_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_metallb_l2_config", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_kubeconfig_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_metrics_server_ready", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_kubeconfig_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_prometheus_stack_helm_recovery", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_kubeconfig_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_prometheus_stack_readiness", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_kubeconfig_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_provider_helm", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_kubeconfig_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_variables", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_gitops_ssh_key_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_argocd_private_repo", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_gitops_ssh_key_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_variables", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_pod_network_cidr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_calico_ready", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_pod_network_cidr", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_variables", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_calico_operator_node_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_variables", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_gitops_repo_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_argocd_private_repo", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_gitops_repo_url", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_variables", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_calico_node_address_autodetection_cidrs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_calico_ready", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_calico_node_address_autodetection_cidrs", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_variables", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_metallb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_metallb_ip_address_pool_manifest", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_metallb", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_metallb_l2_advertisement_manifest", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_metallb", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_metallb_l2_manifests", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_metallb", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_metallb_l2_config", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_metallb", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_variables", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_openebs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_variables", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_metrics_server", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_metrics_server_ready", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_metrics_server", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_variables", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_kyverno", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_variables", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_traefik", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_variables", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_nodelocal_dns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_config_map", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_nodelocal_dns", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_daemonset", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_nodelocal_dns", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_metrics_service", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_nodelocal_dns", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_service_account", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_nodelocal_dns", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_upstream_service", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_nodelocal_dns", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_nodelocal_dns_corefile", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_nodelocal_dns", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_variables", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_prometheus_stack_node_selector", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_prometheus_stack_node_selector", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_prometheus_stack_node_selector", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_variables", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_observability", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_namespace_v1_monitoring", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_observability", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_prometheus_stack_helm_recovery", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_observability", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_prometheus_stack_readiness", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_observability", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_variables", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_argocd", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_argocd_private_repo", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_argocd", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_argocd_ready", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_argocd", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_variables", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_calico", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_calico_helm_recovery", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_calico", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_calico_ready", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_calico", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_variables", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_var_extra_helm_releases", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_argocd_ready", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_argocd_private_repo", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_argocd_ready", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_argocd_ready", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_node_selector", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_calico_ready", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_config_map", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_calico_ready", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_service_account", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_calico_ready", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_upstream_service", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_calico_ready", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_calico_helm_recovery", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_prometheus_stack_helm_recovery", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_metallb_l2_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_metallb_l2_config", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_metallb_l2_manifests", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_metrics_server_ready", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_prometheus_stack_readiness", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_metrics_service", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_metrics_service", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_daemonset", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_daemonset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_daemonset", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_config_map", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_daemonset", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_service_account", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_daemonset", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_upstream_service", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_namespace_v1_monitoring", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_null_resource_argocd_private_repo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_config_map", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_config_map", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_nodelocal_dns_corefile", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_upstream_service", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_kubernetes_manifest_nodelocal_dns_service_account", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_component_affinity", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_component_label_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_component_match_labels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_component_topology_spread_constraints", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_node_selector", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_grafana_dashboard_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kube_state_metrics_affinity", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kube_state_metrics_match_labels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kube_state_metrics_topology_spread_constraints", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kyverno_component_label_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kyverno_component_match_labels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kyverno_component_pod_anti_affinity", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kyverno_component_topology_spread_constraints", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kyverno_node_selector", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_metallb_ip_address_pool_manifest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_metallb_l2_advertisement_manifest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_metallb_l2_manifests", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_nodelocal_dns_corefile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_platform_topology_key", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_prometheus_operator_affinity", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_prometheus_operator_match_labels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_prometheus_operator_topology_spread_constraints", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_prometheus_stack_node_selector", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_traefik_node_selector", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_platform_main", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_provider_helm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_directory", "to": "bootstrap_platform_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_directory", "to": "bootstrap_platform_variables", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_component_affinity", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_component_match_labels", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_component_affinity", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_platform_topology_key", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_component_match_labels", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_component_label_values", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_component_topology_spread_constraints", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_component_match_labels", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_argocd_component_topology_spread_constraints", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_platform_topology_key", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kube_state_metrics_affinity", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kube_state_metrics_match_labels", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kube_state_metrics_affinity", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_platform_topology_key", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kube_state_metrics_topology_spread_constraints", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kube_state_metrics_match_labels", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kube_state_metrics_topology_spread_constraints", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_platform_topology_key", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kyverno_component_match_labels", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kyverno_component_label_values", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kyverno_component_pod_anti_affinity", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kyverno_component_match_labels", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kyverno_component_topology_spread_constraints", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kyverno_component_match_labels", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kyverno_component_pod_anti_affinity", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_platform_topology_key", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_kyverno_component_topology_spread_constraints", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_platform_topology_key", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_metallb_l2_manifests", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_metallb_ip_address_pool_manifest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_metallb_l2_manifests", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_metallb_l2_advertisement_manifest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_prometheus_operator_affinity", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_platform_topology_key", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_prometheus_operator_topology_spread_constraints", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_platform_topology_key", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_prometheus_operator_affinity", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_prometheus_operator_match_labels", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_prometheus_operator_topology_spread_constraints", "to": "terraform_bootstrap_platform_6ccb56e24d8dc66f_local_prometheus_operator_match_labels", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_terraform_lock", "to": "terraform_bootstrap_provisioning_51780c293784144a_provider_registry_opentofu_org_hashicorp_null", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_seal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_finalize", "to": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_seal", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_seal", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_config_hash", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_seal", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_repo_root", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_seal", "to": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_create", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_seal", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_seal", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_qm_bin", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_seal", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_ssh_key_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_seal", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_build_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_seal", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_build_ssh_key_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_seal", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_build_timeout", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_seal", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_build_timeout_seconds", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_seal", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_build_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_seal", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_builder_enabled", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_seal", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_guest_ip_prefix", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_seal", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_guest_ssh_timeout_seconds", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_seal", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_vmid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_seal", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_finalize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_finalize", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_config_hash", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_finalize", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_finalize", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_qm_bin", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_finalize", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_ssh_key_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_finalize", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_builder_enabled", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_finalize", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_vmid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_finalize", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_create", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_config_hash", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_create", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_pimox_template_net0", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_create", "to": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_provisioning_host", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_create", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_create", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_qm_bin", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_create", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_ssh_key_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_create", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_bridge", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_create", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_builder_enabled", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_create", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_cores", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_create", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_efidisk0", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_create", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_kvm_cpuset", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_create", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_memory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_create", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_name", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_create", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_replace_existing", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_create", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_scsi0", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_create", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_vmid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_pimox_template_vm_create", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_kvm_cpuset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_debian_netboot_base_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_debian_netboot_base_url", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_debian_netboot_base_url", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_build_host", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_mac", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_pimox_template_net0", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_mac", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_template_user_password_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_cfg", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_template_user_password_hash", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_debian_mirror_directory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_debian_netboot_base_url", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_debian_mirror_directory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_cfg", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_debian_mirror_directory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_template_disk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_cfg", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_template_disk", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_ssh_key_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_build_ssh_key_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_provisioning_ssh_key_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_provisioning_host", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_provisioning_ssh_key_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_template_user_ssh_public_key_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_template_user_ssh_keys", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_template_user_ssh_public_key_path", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_provisioning_install_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_http_root", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_provisioning_install_dir", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_tftp_root", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_provisioning_install_dir", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_provisioning_host", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_provisioning_install_dir", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_qm_bin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_guest_ip_prefix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_proxy_dhcp_range", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_dnsmasq_conf", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_proxy_dhcp_range", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_http_host", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_url", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_http_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_provisioning_http_base_url", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_http_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_provisioning_host", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_provisioning_host", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_provisioning_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_registry_endpoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_golden_node_prepare", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_registry_endpoint", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_host", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_build_timeout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_template_user_full_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_cfg", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_template_user_full_name", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_timezone", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_cfg", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_timezone", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_debian_mirror_host", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_debian_netboot_base_url", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_debian_mirror_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_cfg", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_debian_mirror_host", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_cfg", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_locale", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pxe_boot_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_dnsmasq_conf", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pxe_boot_file", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_provisioning_host", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pxe_boot_file", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_output_pxe_boot_file", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pxe_boot_file", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_template_hostname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_grub_cfg", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_template_hostname", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_prepare_template", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_template_hostname", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_cfg", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_template_hostname", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_clone_hostname_prefix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_prepare_template", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_clone_hostname_prefix", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_template_domain", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_grub_cfg", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_template_domain", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_prepare_template", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_template_domain", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_cfg", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_template_domain", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_build_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_provisioning_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_provisioning_host", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_provisioning_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_template_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_golden_node_prepare", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_template_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_cfg", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_template_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_efidisk0", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_scsi0", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_debian_suite", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_debian_netboot_base_url", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_debian_suite", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_keyboard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_cfg", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_keyboard", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_kubernetes_minor_version", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_golden_node_prepare", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_kubernetes_minor_version", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_bridge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_pimox_template_net0", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_bridge", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pxe_default_menu_entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_grub_cfg", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pxe_default_menu_entry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pxe_menu_timeout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_grub_cfg", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pxe_menu_timeout", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_cores", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_guest_ssh_timeout_seconds", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_build_timeout_seconds", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_http_port", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_nginx_conf", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_http_port", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_url", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_http_port", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_provisioning_http_base_url", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_http_port", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_provisioning_host", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_http_port", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_memory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_vmid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_output_pimox_template_vmid", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_vmid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_node_dns_servers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_node_dns_servers", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_node_dns_servers", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_kernel_cgroup_boot_options", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_kernel_cgroup_boot_options", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_kernel_cgroup_boot_options", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_additional_template_packages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_template_packages", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_additional_template_packages", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_template_user_ssh_authorized_keys", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_template_user_ssh_keys", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_template_user_ssh_authorized_keys", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_builder_enabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_output_pimox_template_vmid", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_builder_enabled", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_pimox_template_replace_existing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_provisioning_host", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_provisioning_host", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_config_hash", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_provisioning_host", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_debian_netboot_base_url", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_provisioning_host", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_dnsmasq_conf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_provisioning_host", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_golden_node_prepare", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_provisioning_host", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_grub_cfg", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_provisioning_host", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_http_root", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_provisioning_host", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_nginx_conf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_provisioning_host", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_prepare_template", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_provisioning_host", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_cfg", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_provisioning_host", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_rescue_index", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_null_resource_provisioning_host", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_tftp_root", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_variables", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_provisioning_interface", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_dnsmasq_conf", "to": "terraform_bootstrap_provisioning_51780c293784144a_var_provisioning_interface", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_outputs", "to": "terraform_bootstrap_provisioning_51780c293784144a_output_pxe_rescue_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_output_pxe_rescue_url", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_provisioning_http_base_url", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_outputs", "to": "terraform_bootstrap_provisioning_51780c293784144a_output_preseed_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_output_preseed_url", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_url", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_outputs", "to": "terraform_bootstrap_provisioning_51780c293784144a_output_provisioning_http_base_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_output_provisioning_http_base_url", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_provisioning_http_base_url", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_outputs", "to": "terraform_bootstrap_provisioning_51780c293784144a_output_tftp_root", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_output_tftp_root", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_tftp_root", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_outputs", "to": "terraform_bootstrap_provisioning_51780c293784144a_output_pimox_template_vmid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_outputs", "to": "terraform_bootstrap_provisioning_51780c293784144a_output_pxe_boot_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_config_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_debian_netboot_base_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_dnsmasq_conf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_golden_node_prepare", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_grub_cfg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_http_root", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_kernel_cgroup_boot_options", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_nginx_conf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_node_dns_servers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_pimox_template_net0", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_prepare_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_prepare_template_script_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_cfg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_provisioning_http_base_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_provisioning_script_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_repo_root", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_rescue_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_ssh_authorized_keys_base64", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_template_package_list", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_template_packages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_template_user_ssh_keys", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bootstrap_provisioning_main", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_tftp_root", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_directory", "to": "bootstrap_provisioning_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_directory", "to": "bootstrap_provisioning_outputs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_directory", "to": "bootstrap_provisioning_variables", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_config_hash", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_debian_netboot_base_url", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_config_hash", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_dnsmasq_conf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_config_hash", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_golden_node_prepare", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_config_hash", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_grub_cfg", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_config_hash", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_nginx_conf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_config_hash", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_prepare_template", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_config_hash", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_cfg", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_config_hash", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_rescue_index", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_dnsmasq_conf", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_tftp_root", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_golden_node_prepare", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_kernel_cgroup_boot_options", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_golden_node_prepare", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_node_dns_servers", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_golden_node_prepare", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_ssh_authorized_keys_base64", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_grub_cfg", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_url", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_nginx_conf", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_http_root", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_prepare_template", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_kernel_cgroup_boot_options", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_prepare_template_script_url", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_provisioning_http_base_url", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_cfg", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_prepare_template_script_url", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_cfg", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_provisioning_script_url", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_cfg", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_template_package_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_rescue_index", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_preseed_url", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_provisioning_script_url", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_provisioning_http_base_url", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_rescue_index", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_provisioning_http_base_url", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_rescue_index", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_tftp_root", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_ssh_authorized_keys_base64", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_template_user_ssh_keys", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terraform_bootstrap_provisioning_51780c293784144a_local_template_package_list", "to": "terraform_bootstrap_provisioning_51780c293784144a_local_template_packages", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_access_audit", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_adopt_apps_existing_resources", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_adopt_platform_existing_resources", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_adopt_tofu_helm_release", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_adopt_tofu_kubernetes_manifest", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_adopt_tofu_kubernetes_resource", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_agent_sandbox", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ai_check", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ai_evals", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ai_index", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ai_memory", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ai_scheduler", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_apps", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_apps_registry_endpoint", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_artifact_cache", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ask_homelab", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_backstage_brain_enabled", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_backstage_brain_note", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_backup_gitea", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_backup_status", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_backup_tofu_state", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_blockchain_devnet", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_blockchain_test", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_blockchain_wallet", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_bootstrap_gitea_repo", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_capacity_advisor", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_capacity_limits", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_capacity_report", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_cert_check", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_change_journal", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_check_debian_docker_root", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_check_debian_tailscale_ip", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_check_edge_disk_free", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_check_edge_gitea_backend", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_check_edge_heimdall_backend", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_check_edge_ssh", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_check_edge_traefik_backend", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_check_gitea_git_remote", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_check_gitea_reachable", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_check_gitea_ssh", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_check_local_disk_free_gib", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_check_pihole_dns_query", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_check_pimox_storage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_check_pimox_worker_tailnet_egress", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_check_rpi_docker_root_state", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_check_rpi_docker_writable", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_check_rpi_ssh", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_check_rpi_tailscale_ip", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_check_systemd_active", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_cleanup_calico_links", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_cleanup_calico_runtime_files", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_cleanup_iptables", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_cleanup_mounts", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_cleanup_node", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_cluster_admin_kubeconfig_present", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_cluster_control_plane_tracked", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_cluster_worker_targets", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_cluster_worker_var_file_has_workers", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_configure_pimox_worker_forwarding", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_configure_pimox_worker_guest_network", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_control_plane", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_cosign_registry_flags", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_cpuset_cpu_count", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_create_gitea_repo", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_create_gitea_repo_deploy_key", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_delete_prometheus_stack_storage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_demos_image_is_current", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_demos_registry_endpoint", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_demos_source_hash", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_deploy_gitea", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_deploy_heimdall", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_deploy_hermes", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_deploy_matrix", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_deploy_omniroute", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_deploy_rpi_services", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_destroy_pimox_worker_vms", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_detect_route_interface", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_disabled_value", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_docker_root_dir", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_doctor_cluster", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_doctor_edge", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_doctor_gitea", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_doctor_preapply", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_doctor_rpi", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_doctor_versions", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_doctor_versions_compact", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_doctor_versions_report", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_drill_gitea_restore", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_drill_pihole_restore", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_drill_restore", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_dump_argocd_debug", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_dump_namespace_debug", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_edge_apply", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_edge_haproxy_stats_credentials_file", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_edge_haproxy_stats_password_valid", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ensure_cluster_worker_var_file", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ensure_cosign_available", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ensure_cosign_keypair", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ensure_cosign_password", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ensure_docker_build_space", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ensure_edge_haproxy_stats_password", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ensure_edge_tailscale_routes", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ensure_existing_cluster_started_for_up", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ensure_gitea_repo_ssh_access", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ensure_go_toolchain", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ensure_homelab_node_labels", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ensure_kubernetes_api_ready_for_tofu_stack", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ensure_local_docker_compose", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ensure_pimox_worker_node", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ensure_python3", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ensure_sops_age_tools", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ensure_static_pimox_worker_spec_file", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ensure_website_image_tag_not_reused", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_explain", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_export_homelab_inventory_tf_vars", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_export_if_unset", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_fix_debian_docker_root", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_generate_edge_haproxy_stats_password", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_gitea_api_base_url", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_gitea_bootstrap_password", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_gitea_branch_exists", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_gitea_public_key_registered", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_gitea_repo_exists", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_gitops_status", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_golden_ledger", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_grafana_dashboards", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_heal", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_helm_release_secret_exists", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_homelab_map", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_homelab_preflight", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_image_digest_ref", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_image_ref_tag", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_image_state_value", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_image_supply_chain_metadata_exists", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_impact", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_incident_commander", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_install_gitea_backup_timer", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_install_gitea_runner", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_install_missing_debian_packages", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_inventory_check", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_jeannie_compact_text", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_jeannie_log_start", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_jeannie_step_latest_progress_line", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_jeannie_step_plan", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_jeannie_step_prefix", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_jeannie_step_progress", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_jeannie_verbose_enabled", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_kubeconfig_readonly", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_kubernetes_api_reachable", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_kubernetes_resource_exists", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_load_homelab_inventory_defaults", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_model_observe", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_move_prometheus_stack_workers", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_nuke", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_nuke_for_rebuild", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ollama_install_from_tgz", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ollama_linux_arch", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ollama_setup", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_ollama_write_systemd_service", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_openwrt", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_path_available_mb", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_pimox_generated_mac", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_pimox_guest_cpu_count", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_pimox_guest_exec_exitcode", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_pimox_guest_ipv4", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_pimox_shutdown_vm_gracefully", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_pimox_ssh", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_pimox_start_vm_with_cpuset", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_pimox_worker_count_default", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_pimox_worker_count_effective", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_pimox_worker_cpu_affinity", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_pimox_worker_guest_agent_recovery_hint", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_pimox_worker_guest_ssh_repair", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_pimox_worker_net0_config", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_pimox_worker_static_ip", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_pimox_worker_vm_debug", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_plan_homelab", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_platform_apply", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_preflight_check", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_preflight_warn", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_prepare_buildx_builder", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_prepare_cluster_worker_var_file", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_print_usage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_promote", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_prompt_injection_lab", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_prune_unused_docker_build_data", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_publish_cosign_public_key_config_map", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_publish_image_supply_chain_metadata", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_rebuild_cluster", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_record_change_journal", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_recover_edge_haproxy_stats_password", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_recover_plan", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_recover_power", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_recreate_pods_for_selector", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_red_blue_loop", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_redact_sensitive_output", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_refresh_argocd_application", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_registry_image_exists", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_release_snapshot", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_repair_local_docker_iptables", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_require_argocd_application_controller", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_require_debian_server", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_require_pimox_app_worker_capacity", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_resource_budget", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_restore_node_dns", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_review_last_change", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_route_inventory", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_run_cosign", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_run_openwrt_pipeline", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_run_pimox_pipeline", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_run_step", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_run_tofu_plan_stack", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_run_tofu_stack", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_run_up_parallel_stage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_safety_case", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_scorecard", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_secrets_check", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_secrets_check_file", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_secrets_init", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_security_attack_path", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_security_host", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_security_k8s", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_security_logs", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_security_nuclei", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_security_prepare", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_security_runtime", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_security_scan", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_security_secrets", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_security_trivy", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_security_web", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_security_zap", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_sops_age_key_file", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_sops_age_recipient", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_sops_available", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_sops_load_secrets", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_start_cluster", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_start_local_kubernetes_services", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_start_pimox_worker_vms", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_start_remote_kubernetes_services", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_cascade_check", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_cascade_report", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_cascade_warn", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_compose_stack", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_container_running", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_disk_pressure", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_gitea_public_ok", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_gitea_recent_errors", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_http", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_http_ok", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_http_reachable", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_kubernetes", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_kubernetes_api_ok", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_kubernetes_deployment_ready", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_kubernetes_nodes_ready", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_kubernetes_problem_pods", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_no_problem_pods", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_node_pressure", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_pimox_workers", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_pimox_workers_running", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_pod_restart_pressure", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_recent_deployments", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_registry_ok", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_report", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_rpi_services", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_rpi_uptime_kuma_ok", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_run", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_section", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_systemd_units", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_status_traefik_error_rates", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_stop_cluster", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_stop_local_kubernetes_services", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_stop_pimox_worker_vms", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_stop_remote_kubernetes_services", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_synthetic_checks", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_tailnet_policy_check", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_tofu_stack_from_plan_target", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_tofu_state_has_resource", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_truthy", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_up", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_up_task", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_validate_homelab", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_validate_ipv4_cidr_or_host", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_verify_pimox_worker_vms_stopped", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_wait_for_cluster_resource", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_wait_for_deployment_ready", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_wait_for_kubernetes_api", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_wait_for_kubernetes_api_stable", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_wait_for_namespace", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_wait_for_namespaced_resource", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_wait_for_pimox_guest_ssh", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_website_image_is_current", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_website_image_tag", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_website_ollama_listen", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_website_source_hash", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_website_translation_model", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_worker_index_is_skipped", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_workers_manage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_write_cluster_worker_var_file", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_write_demos_image_state", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_write_edge_haproxy_stats_credentials", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_write_image_sbom_predicate", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "jeannie_write_website_image_state", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie", "to": "scripts_report_ui", "label": "imports_from", "title": "imports_from [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_jeannie_unit", "to": "jeannie", "label": "imports_from", "title": "imports_from [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jeannie__entry", "to": "jeannie_ai_index", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ai_index", "to": "jeannie_ensure_python3", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ai_index", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_backup_tofu_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_nuke", "to": "jeannie_backup_tofu_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_bootstrap_gitea_repo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_bootstrap_gitea_repo", "to": "jeannie_create_gitea_repo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_bootstrap_gitea_repo", "to": "jeannie_disabled_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_bootstrap_gitea_repo", "to": "jeannie_ensure_gitea_repo_ssh_access", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_bootstrap_gitea_repo", "to": "jeannie_ensure_python3", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_bootstrap_gitea_repo", "to": "jeannie_gitea_api_base_url", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_bootstrap_gitea_repo", "to": "jeannie_gitea_bootstrap_password", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_bootstrap_gitea_repo", "to": "jeannie_gitea_branch_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_bootstrap_gitea_repo", "to": "jeannie_gitea_repo_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_bootstrap_gitea_repo", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_bootstrap_gitea_repo", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_up_task", "to": "jeannie_bootstrap_gitea_repo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_cleanup_node", "to": "jeannie_cleanup_calico_links", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_cleanup_node", "to": "jeannie_cleanup_calico_runtime_files", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_cleanup_node", "to": "jeannie_cleanup_iptables", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_cleanup_node", "to": "jeannie_cleanup_mounts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_cleanup_node", "to": "jeannie_restore_node_dns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_nuke", "to": "jeannie_cleanup_node", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_existing_cluster_started_for_up", "to": "jeannie_cluster_admin_kubeconfig_present", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_nuke", "to": "jeannie_cluster_worker_targets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_start_cluster", "to": "jeannie_cluster_worker_targets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_stop_cluster", "to": "jeannie_cluster_worker_targets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_cluster_worker_targets_include_pimox_and_manual_workers", "to": "jeannie_cluster_worker_targets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_gitea_repo_ssh_access", "to": "jeannie_create_gitea_repo_deploy_key", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_docker_build_space", "to": "jeannie_docker_root_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_versions", "to": "jeannie_doctor_versions_report", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_versions_report", "to": "jeannie_ensure_python3", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_versions_report", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_edge_haproxy_stats_password", "to": "jeannie_edge_haproxy_stats_credentials_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_edge_haproxy_stats_password", "to": "jeannie_edge_haproxy_stats_password_valid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_recover_edge_haproxy_stats_password", "to": "jeannie_edge_haproxy_stats_password_valid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_ensure_docker_build_space", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_docker_build_space", "to": "jeannie_path_available_mb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_docker_build_space", "to": "jeannie_prune_unused_docker_build_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_edge_haproxy_stats_password", "to": "jeannie_generate_edge_haproxy_stats_password", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_edge_haproxy_stats_password", "to": "jeannie_recover_edge_haproxy_stats_password", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_edge_haproxy_stats_password", "to": "jeannie_write_edge_haproxy_stats_credentials", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_tofu_stack", "to": "jeannie_ensure_edge_haproxy_stats_password", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_existing_cluster_started_for_up", "to": "jeannie_cluster_control_plane_tracked", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_existing_cluster_started_for_up", "to": "jeannie_kubernetes_api_reachable", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_existing_cluster_started_for_up", "to": "jeannie_start_cluster", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_existing_cluster_started_for_up", "to": "jeannie_wait_for_kubernetes_api", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_gitea_repo_ssh_access", "to": "jeannie_gitea_public_key_registered", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_gitea_repo_ssh_access", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_kubernetes_api_ready_for_tofu_stack", "to": "jeannie_wait_for_kubernetes_api_stable", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_tofu_stack", "to": "jeannie_ensure_kubernetes_api_ready_for_tofu_stack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_versions_compact", "to": "jeannie_ensure_python3", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_pimox_pipeline", "to": "jeannie_ensure_python3", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_export_homelab_inventory_tf_vars", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_export_homelab_inventory_tf_vars", "to": "jeannie_export_if_unset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_stop_cluster", "to": "jeannie_kubernetes_api_reachable", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_wait_for_kubernetes_api", "to": "jeannie_kubernetes_api_reachable", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_wait_for_kubernetes_api_stable", "to": "jeannie_kubernetes_api_reachable", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_nuke", "to": "jeannie_destroy_pimox_worker_vms", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_nuke", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_nuke", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_nuke_for_rebuild", "to": "jeannie_nuke", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ollama_install_from_tgz", "to": "jeannie_ollama_write_systemd_service", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ollama_setup", "to": "jeannie_ollama_install_from_tgz", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_start_cluster", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_start_cluster", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_start_cluster", "to": "jeannie_start_local_kubernetes_services", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_start_cluster", "to": "jeannie_start_pimox_worker_vms", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_start_cluster", "to": "jeannie_start_remote_kubernetes_services", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_gitea_public_ok", "to": "jeannie_status_http_reachable", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_registry_ok", "to": "jeannie_status_http_ok", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_stop_cluster", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_stop_cluster", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_stop_cluster", "to": "jeannie_stop_local_kubernetes_services", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_stop_cluster", "to": "jeannie_stop_pimox_worker_vms", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_stop_cluster", "to": "jeannie_stop_remote_kubernetes_services", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_stop_cluster", "to": "jeannie_verify_pimox_worker_vms_stopped", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_stop_local_kubernetes_services", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_pimox_start_vm_with_cpuset", "to": "jeannie_cpuset_cpu_count", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_pimox_worker_cpu_affinity", "to": "jeannie_cpuset_cpu_count", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_pimox_pipeline", "to": "jeannie_cpuset_cpu_count", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_destroy_pimox_worker_vms", "to": "jeannie_pimox_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_destroy_pimox_worker_vms", "to": "jeannie_pimox_worker_count_effective", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_destroy_pimox_worker_vms", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_destroy_pimox_worker_vms", "to": "jeannie_worker_index_is_skipped", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_pimox_pipeline", "to": "jeannie_detect_route_interface", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_pimox_worker_node", "to": "jeannie_configure_pimox_worker_forwarding", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_pimox_worker_node", "to": "jeannie_configure_pimox_worker_guest_network", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_pimox_worker_node", "to": "jeannie_pimox_guest_cpu_count", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_pimox_worker_node", "to": "jeannie_pimox_shutdown_vm_gracefully", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_pimox_worker_node", "to": "jeannie_pimox_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_pimox_worker_node", "to": "jeannie_pimox_start_vm_with_cpuset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_pimox_worker_node", "to": "jeannie_pimox_worker_net0_config", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_pimox_worker_node", "to": "jeannie_pimox_worker_static_ip", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_pimox_worker_node", "to": "jeannie_pimox_worker_vm_debug", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_pimox_worker_node", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_pimox_worker_node", "to": "jeannie_wait_for_pimox_guest_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_pimox_pipeline", "to": "jeannie_ensure_pimox_worker_node", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_static_pimox_worker_spec_file", "to": "jeannie_pimox_worker_static_ip", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_static_pimox_worker_spec_file", "to": "jeannie_worker_index_is_skipped", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_prepare_cluster_worker_var_file", "to": "jeannie_ensure_static_pimox_worker_spec_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_pimox_worker_net0_config", "to": "jeannie_pimox_generated_mac", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_configure_pimox_worker_guest_network", "to": "jeannie_pimox_guest_exec_exitcode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_pimox_worker_guest_ssh_repair", "to": "jeannie_pimox_guest_exec_exitcode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_pimox_guest_ipv4", "to": "jeannie_pimox_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_wait_for_pimox_guest_ssh", "to": "jeannie_pimox_guest_ipv4", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_pimox_shutdown_vm_gracefully", "to": "jeannie_pimox_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_check_pimox_storage", "to": "jeannie_pimox_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_configure_pimox_worker_forwarding", "to": "jeannie_pimox_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_configure_pimox_worker_guest_network", "to": "jeannie_pimox_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_pimox_start_vm_with_cpuset", "to": "jeannie_pimox_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_pimox_worker_guest_ssh_repair", "to": "jeannie_pimox_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_pimox_worker_vm_debug", "to": "jeannie_pimox_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_openwrt_pipeline", "to": "jeannie_pimox_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_pimox_pipeline", "to": "jeannie_pimox_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_start_pimox_worker_vms", "to": "jeannie_pimox_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_pimox_workers", "to": "jeannie_pimox_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_pimox_workers_running", "to": "jeannie_pimox_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_stop_pimox_worker_vms", "to": "jeannie_pimox_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_verify_pimox_worker_vms_stopped", "to": "jeannie_pimox_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_pimox_worker_count_effective", "to": "jeannie_pimox_worker_count_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_start_pimox_worker_vms", "to": "jeannie_pimox_worker_count_effective", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_pimox_workers", "to": "jeannie_pimox_worker_count_effective", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_pimox_workers_running", "to": "jeannie_pimox_worker_count_effective", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_stop_pimox_worker_vms", "to": "jeannie_pimox_worker_count_effective", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_verify_pimox_worker_vms_stopped", "to": "jeannie_pimox_worker_count_effective", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_pimox_pipeline", "to": "jeannie_pimox_worker_cpu_affinity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_wait_for_pimox_guest_ssh", "to": "jeannie_pimox_worker_guest_ssh_repair", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_pimox_worker_static_ip_selection", "to": "jeannie_pimox_worker_static_ip", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_wait_for_pimox_guest_ssh", "to": "jeannie_pimox_worker_vm_debug", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_pimox_pipeline", "to": "jeannie_disabled_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_pimox_pipeline", "to": "jeannie_run_tofu_stack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_pimox_pipeline", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_pimox_pipeline", "to": "jeannie_worker_index_is_skipped", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_pimox_pipeline", "to": "jeannie_write_cluster_worker_var_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_up_task", "to": "jeannie_run_pimox_pipeline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_start_pimox_worker_vms", "to": "jeannie_worker_index_is_skipped", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_cluster", "to": "jeannie_status_pimox_workers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_pimox_workers", "to": "jeannie_status_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_pimox_workers", "to": "jeannie_worker_index_is_skipped", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_report", "to": "jeannie_status_pimox_workers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_pimox_workers_running", "to": "jeannie_worker_index_is_skipped", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_stop_pimox_worker_vms", "to": "jeannie_worker_index_is_skipped", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_verify_pimox_worker_vms_stopped", "to": "jeannie_worker_index_is_skipped", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_wait_for_pimox_guest_ssh", "to": "jeannie_disabled_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_wait_for_pimox_guest_ssh", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_bootstrap", "to": "infra_arr_stack_bootstrap_sh__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_omniroute_bootstrap", "to": "infra_omniroute_bootstrap_sh__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_youtube_backup_backup_youtube", "to": "infra_youtube_backup_backup_youtube_sh__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_artifact_cache", "to": "scripts_artifact_cache__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_gitops_status", "to": "scripts_gitops_status__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_golden_ledger", "to": "scripts_golden_ledger__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_homelab_inventory", "to": "scripts_validate_homelab_inventory__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main", "to": "fastapi", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main", "to": "fastapi_middleware_cors", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main", "to": "json", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main", "to": "math", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main", "to": "os", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main", "to": "pathlib", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main", "to": "prometheus_client", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main", "to": "pydantic", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main", "to": "time", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_app_main", "to": "typing", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "argparse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "dataclasses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "json", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "os", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "pathlib", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "re", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "subprocess", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "sys", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal", "to": "time", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_heal_rationale_2", "to": "scripts_heal", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan", "to": "scripts_security_scan__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan", "to": "scripts_security_scan_ensure_report_dir", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan", "to": "scripts_security_scan_header_value", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan", "to": "scripts_security_scan_lynis_findings", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan", "to": "scripts_security_scan_prepare_security_scans", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan", "to": "scripts_security_scan_print_lynis_fallback_focus", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan", "to": "scripts_security_scan_print_lynis_focus", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan", "to": "scripts_security_scan_print_lynis_llm_focus", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan", "to": "scripts_security_scan_require_docker", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan", "to": "scripts_security_scan_run_gitleaks", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan", "to": "scripts_security_scan_run_kube_bench", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan", "to": "scripts_security_scan_run_lynis_host", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan", "to": "scripts_security_scan_run_nuclei", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan", "to": "scripts_security_scan_run_security_web", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan", "to": "scripts_security_scan_run_trivy", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan", "to": "scripts_security_scan_run_zap", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan", "to": "scripts_security_scan_safe_target_name", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan", "to": "scripts_security_scan_scan_targets", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan", "to": "scripts_security_scan_timestamp", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan", "to": "scripts_security_scan_truthy", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan", "to": "scripts_security_scan_usage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan__entry", "to": "scripts_security_scan_prepare_security_scans", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan__entry", "to": "scripts_security_scan_run_gitleaks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan__entry", "to": "scripts_security_scan_run_kube_bench", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan__entry", "to": "scripts_security_scan_run_lynis_host", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan__entry", "to": "scripts_security_scan_run_nuclei", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan__entry", "to": "scripts_security_scan_run_security_web", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan__entry", "to": "scripts_security_scan_run_trivy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan__entry", "to": "scripts_security_scan_run_zap", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan__entry", "to": "scripts_security_scan_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_prepare_security_scans", "to": "scripts_security_scan_ensure_report_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_gitleaks", "to": "scripts_security_scan_ensure_report_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_kube_bench", "to": "scripts_security_scan_ensure_report_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_lynis_host", "to": "scripts_security_scan_ensure_report_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_nuclei", "to": "scripts_security_scan_ensure_report_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_security_web", "to": "scripts_security_scan_ensure_report_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_trivy", "to": "scripts_security_scan_ensure_report_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_zap", "to": "scripts_security_scan_ensure_report_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_print_lynis_focus", "to": "scripts_security_scan_lynis_findings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_prepare_security_scans", "to": "scripts_security_scan_require_docker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_print_lynis_focus", "to": "scripts_security_scan_print_lynis_fallback_focus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_print_lynis_focus", "to": "scripts_security_scan_print_lynis_llm_focus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_lynis_host", "to": "scripts_security_scan_print_lynis_focus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_print_lynis_llm_focus", "to": "scripts_security_scan_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_gitleaks", "to": "scripts_security_scan_require_docker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_kube_bench", "to": "scripts_security_scan_require_docker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_nuclei", "to": "scripts_security_scan_require_docker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_trivy", "to": "scripts_security_scan_require_docker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_zap", "to": "scripts_security_scan_require_docker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_gitleaks", "to": "scripts_security_scan_timestamp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_kube_bench", "to": "scripts_security_scan_timestamp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_lynis_host", "to": "scripts_security_scan_timestamp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_nuclei", "to": "scripts_security_scan_safe_target_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_nuclei", "to": "scripts_security_scan_timestamp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_security_web", "to": "scripts_security_scan_safe_target_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_security_web", "to": "scripts_security_scan_timestamp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_trivy", "to": "scripts_security_scan_timestamp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_zap", "to": "scripts_security_scan_safe_target_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_scan_run_zap", "to": "scripts_security_scan_timestamp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_training_export_model", "to": "json", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_training_export_model", "to": "numpy", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_training_export_model", "to": "pathlib", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_training_export_model", "to": "sklearn_linear_model", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_training_export_model", "to": "sklearn_pipeline", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "labs_mlops_platform_training_export_model", "to": "sklearn_preprocessing", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_agent_sandbox", "to": "argparse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_agent_sandbox", "to": "csv", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_agent_sandbox", "to": "json", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_agent_sandbox", "to": "pathlib", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_agent_sandbox", "to": "sys", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_agent_sandbox_rationale_2", "to": "scripts_agent_sandbox", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_memory", "to": "argparse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_memory", "to": "json", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_memory", "to": "os", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_memory", "to": "pathlib", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_memory_rationale_2", "to": "scripts_ai_memory", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_up_task", "to": "jeannie_check_edge_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_check_pimox_storage", "to": "jeannie_disabled_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_configure_pimox_worker_forwarding", "to": "jeannie_disabled_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_configure_pimox_worker_forwarding", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_configure_pimox_worker_forwarding", "to": "jeannie_validate_ipv4_cidr_or_host", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_configure_pimox_worker_guest_network", "to": "jeannie_disabled_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_configure_pimox_worker_guest_network", "to": "jeannie_pimox_worker_guest_agent_recovery_hint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_configure_pimox_worker_guest_network", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_configure_pimox_worker_guest_network", "to": "jeannie_validate_ipv4_cidr_or_host", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_deploy_heimdall", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_heimdall", "to": "jeannie_disabled_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_heimdall", "to": "jeannie_ensure_local_docker_compose", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_heimdall", "to": "jeannie_repair_local_docker_iptables", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_heimdall", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_up_task", "to": "jeannie_deploy_heimdall", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_deploy_hermes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_hermes", "to": "jeannie_disabled_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_hermes", "to": "jeannie_ensure_local_docker_compose", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_hermes", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_hermes", "to": "jeannie_sops_load_secrets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_up_task", "to": "jeannie_deploy_hermes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_deploy_matrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_matrix", "to": "jeannie_disabled_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_matrix", "to": "jeannie_ensure_local_docker_compose", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_matrix", "to": "jeannie_repair_local_docker_iptables", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_matrix", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_matrix", "to": "jeannie_sops_load_secrets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_up_task", "to": "jeannie_deploy_matrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_deploy_omniroute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_omniroute", "to": "jeannie_disabled_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_omniroute", "to": "jeannie_ensure_local_docker_compose", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_omniroute", "to": "jeannie_repair_local_docker_iptables", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_omniroute", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_up_task", "to": "jeannie_deploy_omniroute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_deploy_rpi_services", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_rpi_services", "to": "jeannie_disabled_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_rpi_services", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_up_task", "to": "jeannie_deploy_rpi_services", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_gitea", "to": "jeannie_disabled_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_edge_tailscale_routes", "to": "jeannie_disabled_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_move_prometheus_stack_workers", "to": "jeannie_disabled_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_prepare_cluster_worker_var_file", "to": "jeannie_disabled_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_require_pimox_app_worker_capacity", "to": "jeannie_disabled_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_openwrt_pipeline", "to": "jeannie_disabled_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_tofu_stack", "to": "jeannie_disabled_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_edge_tailscale_routes", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_edge_tailscale_routes", "to": "jeannie_validate_ipv4_cidr_or_host", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_tofu_stack", "to": "jeannie_ensure_edge_tailscale_routes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_local_docker_compose", "to": "jeannie_install_missing_debian_packages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_openwrt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_openwrt", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_openwrt", "to": "jeannie_run_openwrt_pipeline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_openwrt_pipeline", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_up_task", "to": "jeannie_run_openwrt_pipeline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_sops_load_secrets", "to": "jeannie_sops_available", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_sops_load_secrets", "to": "jeannie_sops_age_key_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_up_task", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_up_task", "to": "jeannie_deploy_gitea", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_up_task", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers", "to": "scripts_workers__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers", "to": "scripts_workers_drain_node", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers", "to": "scripts_workers_have", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers", "to": "scripts_workers_is_skipped", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers", "to": "scripts_workers_kubectl_cmd", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers", "to": "scripts_workers_list_workers", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers", "to": "scripts_workers_node_for_index", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers", "to": "scripts_workers_pimox_ssh", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers", "to": "scripts_workers_rebalance", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers", "to": "scripts_workers_recreate_plan", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers", "to": "scripts_workers_restart_workers", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers", "to": "scripts_workers_start_workers", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers", "to": "scripts_workers_stop_workers", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers", "to": "scripts_workers_tailnet_setup", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers", "to": "scripts_workers_target_indexes", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers", "to": "scripts_workers_uncordon_node", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers", "to": "scripts_workers_usage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers", "to": "scripts_workers_validate_index", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers", "to": "scripts_workers_vmid_for_index", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers__entry", "to": "scripts_workers_drain_node", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers__entry", "to": "scripts_workers_list_workers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers__entry", "to": "scripts_workers_rebalance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers__entry", "to": "scripts_workers_recreate_plan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers__entry", "to": "scripts_workers_restart_workers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers__entry", "to": "scripts_workers_start_workers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers__entry", "to": "scripts_workers_stop_workers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers__entry", "to": "scripts_workers_tailnet_setup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers__entry", "to": "scripts_workers_uncordon_node", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers__entry", "to": "scripts_workers_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers_drain_node", "to": "scripts_workers_kubectl_cmd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers_list_workers", "to": "scripts_workers_have", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers_rebalance", "to": "scripts_workers_have", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers_list_workers", "to": "scripts_workers_is_skipped", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers_target_indexes", "to": "scripts_workers_is_skipped", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers_list_workers", "to": "scripts_workers_kubectl_cmd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers_rebalance", "to": "scripts_workers_kubectl_cmd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers_uncordon_node", "to": "scripts_workers_kubectl_cmd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers_list_workers", "to": "scripts_workers_node_for_index", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers_list_workers", "to": "scripts_workers_pimox_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers_list_workers", "to": "scripts_workers_vmid_for_index", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers_recreate_plan", "to": "scripts_workers_node_for_index", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers_restart_workers", "to": "scripts_workers_pimox_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers_start_workers", "to": "scripts_workers_pimox_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers_stop_workers", "to": "scripts_workers_pimox_ssh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers_recreate_plan", "to": "scripts_workers_validate_index", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers_recreate_plan", "to": "scripts_workers_vmid_for_index", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers_restart_workers", "to": "scripts_workers_vmid_for_index", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers_start_workers", "to": "scripts_workers_vmid_for_index", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers_stop_workers", "to": "scripts_workers_vmid_for_index", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_workers_target_indexes", "to": "scripts_workers_validate_index", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog", "to": "argparse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog", "to": "html", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog", "to": "pathlib", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog", "to": "re", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog", "to": "sys", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_service_catalog_rationale_2", "to": "scripts_render_service_catalog", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report", "to": "scripts_capacity_report__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report", "to": "scripts_capacity_report_compact_guidance", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report", "to": "scripts_capacity_report_compact_host_capacity", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report", "to": "scripts_capacity_report_compact_kubernetes_capacity", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report", "to": "scripts_capacity_report_compact_main", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report", "to": "scripts_capacity_report_compact_pimox_capacity", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report", "to": "scripts_capacity_report_compact_rpi_capacity", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report", "to": "scripts_capacity_report_emit", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report", "to": "scripts_capacity_report_grafana_explore_url", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report", "to": "scripts_capacity_report_host_capacity", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report", "to": "scripts_capacity_report_kubernetes_capacity", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report", "to": "scripts_capacity_report_pimox_capacity", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report", "to": "scripts_capacity_report_rpi_capacity", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report", "to": "scripts_capacity_report_run_optional", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report", "to": "scripts_capacity_report_section", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report", "to": "scripts_capacity_report_summary", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report", "to": "scripts_capacity_report_verbose_main", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report__entry", "to": "scripts_capacity_report_compact_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report__entry", "to": "scripts_capacity_report_verbose_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_compact_guidance", "to": "scripts_capacity_report_emit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_compact_main", "to": "scripts_capacity_report_compact_guidance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_compact_host_capacity", "to": "scripts_capacity_report_emit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_compact_main", "to": "scripts_capacity_report_compact_host_capacity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_compact_kubernetes_capacity", "to": "scripts_capacity_report_emit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_compact_kubernetes_capacity", "to": "scripts_capacity_report_grafana_explore_url", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_compact_main", "to": "scripts_capacity_report_compact_kubernetes_capacity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_compact_main", "to": "scripts_capacity_report_compact_pimox_capacity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_compact_main", "to": "scripts_capacity_report_compact_rpi_capacity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_compact_pimox_capacity", "to": "scripts_capacity_report_emit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_compact_rpi_capacity", "to": "scripts_capacity_report_emit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_host_capacity", "to": "scripts_capacity_report_run_optional", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_host_capacity", "to": "scripts_capacity_report_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_verbose_main", "to": "scripts_capacity_report_host_capacity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_kubernetes_capacity", "to": "scripts_capacity_report_run_optional", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_kubernetes_capacity", "to": "scripts_capacity_report_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_verbose_main", "to": "scripts_capacity_report_kubernetes_capacity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_pimox_capacity", "to": "scripts_capacity_report_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_verbose_main", "to": "scripts_capacity_report_pimox_capacity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_rpi_capacity", "to": "scripts_capacity_report_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_verbose_main", "to": "scripts_capacity_report_rpi_capacity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_summary", "to": "scripts_capacity_report_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_report_verbose_main", "to": "scripts_capacity_report_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translation", "to": "apps_website_translation_actionspan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translation", "to": "apps_website_translation_badge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translation", "to": "apps_website_translation_browserlang", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translation", "to": "apps_website_translation_btn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translation", "to": "apps_website_translation_detectedspan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translation", "to": "apps_website_translation_lang_names", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translation", "to": "apps_website_translation_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_translation", "to": "apps_website_translation_urllang", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_access_audit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_agent_sandbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_ai_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_ai_evals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_ai_memory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_ai_scheduler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_artifact_cache", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_ask_homelab", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_backup_gitea", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_backup_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_blockchain_devnet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_blockchain_test", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_blockchain_wallet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_capacity_advisor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_capacity_limits", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_capacity_report", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_cert_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_change_journal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_control_plane", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_deploy_gitea", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_doctor_cluster", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_doctor_edge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_doctor_gitea", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_doctor_preapply", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_doctor_rpi", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_doctor_versions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_drill_gitea_restore", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_drill_pihole_restore", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_drill_restore", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_edge_apply", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_explain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_fix_debian_docker_root", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_gitops_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_golden_ledger", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_grafana_dashboards", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_heal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_homelab_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_homelab_preflight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_impact", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_incident_commander", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_install_gitea_runner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_inventory_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_jeannie_log_start", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_jeannie_step_plan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_kubeconfig_readonly", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_load_homelab_inventory_defaults", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_model_observe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_move_prometheus_stack_workers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_ollama_setup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_plan_homelab", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_print_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_promote", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_prompt_injection_lab", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_rebuild_cluster", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_record_change_journal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_recover_plan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_recover_power", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_red_blue_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_release_snapshot", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_resource_budget", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_review_last_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_route_inventory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_run_step", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_safety_case", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_scorecard", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_secrets_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_secrets_init", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_security_attack_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_security_host", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_security_k8s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_security_logs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_security_nuclei", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_security_prepare", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_security_runtime", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_security_scan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_security_secrets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_security_trivy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_security_web", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_security_zap", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_status_report", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_synthetic_checks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_tailnet_policy_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_up", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_validate_homelab", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_website_ollama_listen", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_website_translation_model", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie__entry", "to": "jeannie_workers_manage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_access_audit", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_artifact_cache", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ask_homelab", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_backup_gitea", "to": "jeannie_install_gitea_backup_timer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_backup_gitea", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_backup_status", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_blockchain_devnet", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_capacity_advisor", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_capacity_limits", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_capacity_report", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_fix_debian_docker_root", "to": "jeannie_check_debian_docker_root", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_control_plane", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_gitea", "to": "jeannie_install_gitea_backup_timer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_deploy_gitea", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_preapply", "to": "jeannie_preflight_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_preapply", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_drill_gitea_restore", "to": "jeannie_install_gitea_backup_timer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_drill_gitea_restore", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_drill_restore", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_go_toolchain", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_explain", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_fix_debian_docker_root", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_gitops_status", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_grafana_dashboards", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_heal", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_homelab_preflight", "to": "jeannie_preflight_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_homelab_preflight", "to": "jeannie_preflight_warn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_homelab_preflight", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_homelab_preflight", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_install_gitea_runner", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_kubeconfig_readonly", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ollama_setup", "to": "jeannie_ollama_linux_arch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ollama_setup", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ollama_setup", "to": "jeannie_website_ollama_listen", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_recover_power", "to": "jeannie_record_change_journal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_recover_plan", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_recover_power", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_release_snapshot", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ai_check", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_cluster", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_edge", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_gitea", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_rpi", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_versions", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_edge_apply", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_move_prometheus_stack_workers", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_plan_homelab", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_platform_apply", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_rebuild_cluster", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_resource_budget", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_route_inventory", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_scorecard", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_secrets_init", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_security_attack_path", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_security_host", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_security_k8s", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_security_logs", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_security_nuclei", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_security_prepare", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_security_runtime", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_security_scan", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_security_secrets", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_security_trivy", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_security_web", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_security_zap", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_report", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_synthetic_checks", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_up", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_website_ollama_listen", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_website_translation_model", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_workers_manage", "to": "jeannie_require_debian_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander", "to": "argparse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander", "to": "csv", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander", "to": "dataclasses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander", "to": "json", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander", "to": "pathlib", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander", "to": "re", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander", "to": "sys", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_incident_commander_rationale_2", "to": "scripts_incident_commander", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_media_cruncher_media_cruncher", "to": "apps_demos_static_public_media_cruncher_media_cruncher_dropzone", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_media_cruncher_media_cruncher", "to": "apps_demos_static_public_media_cruncher_media_cruncher_extensionbytype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_media_cruncher_media_cruncher", "to": "apps_demos_static_public_media_cruncher_media_cruncher_maxedge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_media_cruncher_media_cruncher", "to": "apps_demos_static_public_media_cruncher_media_cruncher_mediainput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_media_cruncher_media_cruncher", "to": "apps_demos_static_public_media_cruncher_media_cruncher_outputformat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_media_cruncher_media_cruncher", "to": "apps_demos_static_public_media_cruncher_media_cruncher_quality", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_media_cruncher_media_cruncher", "to": "apps_demos_static_public_media_cruncher_media_cruncher_qualityoutput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_media_cruncher_media_cruncher", "to": "apps_demos_static_public_media_cruncher_media_cruncher_results", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index", "to": "argparse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index", "to": "collections", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index", "to": "fnmatch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index", "to": "json", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index", "to": "math", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index", "to": "os", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index", "to": "pathlib", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index", "to": "re", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index", "to": "sys", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index", "to": "time", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_build_homelab_ai_index_rationale_2", "to": "scripts_build_homelab_ai_index", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_adopt_apps_existing_resources", "to": "jeannie_adopt_tofu_kubernetes_manifest", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_tofu_stack", "to": "jeannie_adopt_apps_existing_resources", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_adopt_platform_existing_resources", "to": "jeannie_adopt_tofu_helm_release", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_adopt_platform_existing_resources", "to": "jeannie_adopt_tofu_kubernetes_resource", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_move_prometheus_stack_workers", "to": "jeannie_adopt_platform_existing_resources", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_tofu_stack", "to": "jeannie_adopt_platform_existing_resources", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_adopt_tofu_helm_release", "to": "jeannie_helm_release_secret_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_adopt_tofu_helm_release", "to": "jeannie_tofu_state_has_resource", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_adopt_tofu_kubernetes_manifest", "to": "jeannie_kubernetes_resource_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_adopt_tofu_kubernetes_manifest", "to": "jeannie_tofu_state_has_resource", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_adopt_tofu_kubernetes_resource", "to": "jeannie_kubernetes_resource_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_adopt_tofu_kubernetes_resource", "to": "jeannie_tofu_state_has_resource", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_cluster_control_plane_tracked", "to": "jeannie_tofu_state_has_resource", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_move_prometheus_stack_workers", "to": "jeannie_delete_prometheus_stack_storage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_edge_apply", "to": "jeannie_run_tofu_stack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_move_prometheus_stack_workers", "to": "jeannie_ensure_homelab_node_labels", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_move_prometheus_stack_workers", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_platform_apply", "to": "jeannie_run_tofu_stack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_run_tofu_stack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_tofu_stack", "to": "jeannie_ensure_cluster_worker_var_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_tofu_stack", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall", "to": "datetime", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall", "to": "json", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall", "to": "os", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall", "to": "sqlite3", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_heimdall_seed_heimdall", "to": "time", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab", "to": "argparse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab", "to": "csv", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab", "to": "dataclasses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab", "to": "json", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab", "to": "pathlib", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab", "to": "sys", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_prompt_injection_lab_rationale_2", "to": "scripts_prompt_injection_lab", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr", "to": "json", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr", "to": "os", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr", "to": "pathlib", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr", "to": "sys", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr", "to": "time", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr", "to": "urllib_error", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr", "to": "urllib_request", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_arr_stack_configure_arr_rationale_2", "to": "infra_arr_stack_configure_arr", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals", "to": "argparse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals", "to": "csv", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals", "to": "dataclasses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals", "to": "json", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals", "to": "pathlib", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals", "to": "subprocess", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals", "to": "sys", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_evals_rationale_2", "to": "scripts_ai_evals", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_blockchain_devnet_metrics_exporter", "to": "http_server", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_blockchain_devnet_metrics_exporter", "to": "json", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_blockchain_devnet_metrics_exporter", "to": "os", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_blockchain_devnet_metrics_exporter", "to": "time", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_blockchain_devnet_metrics_exporter", "to": "urllib_error", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_blockchain_devnet_metrics_exporter", "to": "urllib_request", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_seed_uptime_kuma", "to": "infra_rpi_services_seed_uptime_kuma_fs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_seed_uptime_kuma", "to": "infra_rpi_services_seed_uptime_kuma_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_seed_uptime_kuma", "to": "ref_fs", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_seed_uptime_kuma", "to": "ref_path", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_homelab", "to": "scripts_validate_homelab__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_homelab", "to": "scripts_validate_homelab_main", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_homelab", "to": "scripts_validate_homelab_run_step", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_homelab", "to": "scripts_validate_homelab_shell_files", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_homelab", "to": "scripts_validate_homelab_validate_bash_syntax", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_homelab", "to": "scripts_validate_homelab_validate_go", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_homelab", "to": "scripts_validate_homelab_validate_security_static", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_homelab", "to": "scripts_validate_homelab_validate_shellcheck", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_homelab", "to": "scripts_validate_homelab_validate_tofu_fmt", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_homelab", "to": "scripts_validate_homelab_validate_unit_tests", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_homelab", "to": "scripts_validate_homelab_validate_yaml", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_homelab__entry", "to": "scripts_validate_homelab_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_homelab_main", "to": "scripts_validate_homelab_run_step", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_bootstrap", "to": "infra_rpi_services_bootstrap_configure_docker_root", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_bootstrap", "to": "infra_rpi_services_bootstrap_docker_root_target", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_bootstrap", "to": "infra_rpi_services_bootstrap_install_missing_packages", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_bootstrap", "to": "infra_rpi_services_bootstrap_resolve_pihole_webpassword", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_bootstrap", "to": "infra_rpi_services_bootstrap_seed_uptime_kuma_monitors", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_bootstrap", "to": "infra_rpi_services_bootstrap_sh__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_bootstrap", "to": "infra_rpi_services_bootstrap_stop_legacy_pihole", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_bootstrap", "to": "infra_rpi_services_bootstrap_sync_pihole_adlists", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_bootstrap", "to": "infra_rpi_services_bootstrap_sync_pihole_managed_dns", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_bootstrap", "to": "infra_rpi_services_bootstrap_write_env_file", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_bootstrap_sh__entry", "to": "infra_rpi_services_bootstrap_configure_docker_root", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_bootstrap_sh__entry", "to": "infra_rpi_services_bootstrap_install_missing_packages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_bootstrap_write_env_file", "to": "infra_rpi_services_bootstrap_resolve_pihole_webpassword", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_bootstrap_sh__entry", "to": "infra_rpi_services_bootstrap_seed_uptime_kuma_monitors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_bootstrap_sh__entry", "to": "infra_rpi_services_bootstrap_stop_legacy_pihole", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_bootstrap_sh__entry", "to": "infra_rpi_services_bootstrap_sync_pihole_adlists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_bootstrap_sh__entry", "to": "infra_rpi_services_bootstrap_sync_pihole_managed_dns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_rpi_services_bootstrap_sh__entry", "to": "infra_rpi_services_bootstrap_write_env_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_jeannie_step_latest_progress_line", "to": "jeannie_jeannie_compact_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_rebuild_cluster", "to": "jeannie_jeannie_log_start", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_up", "to": "jeannie_jeannie_log_start", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_step", "to": "jeannie_jeannie_step_latest_progress_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_rebuild_cluster", "to": "jeannie_jeannie_step_plan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_up", "to": "jeannie_jeannie_step_plan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_jeannie_step_progress", "to": "jeannie_jeannie_step_prefix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_step", "to": "jeannie_jeannie_step_prefix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_step", "to": "jeannie_jeannie_step_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_jeannie_verbose_enabled", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_step", "to": "jeannie_jeannie_verbose_enabled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_rebuild_cluster", "to": "jeannie_run_step", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_step", "to": "jeannie_redact_sensitive_output", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_up", "to": "jeannie_run_step", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe", "to": "argparse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe", "to": "csv", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe", "to": "json", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe", "to": "os", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe", "to": "pathlib", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe", "to": "time", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe", "to": "urllib_error", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe", "to": "urllib_request", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_model_observe_rationale_2", "to": "scripts_model_observe", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill", "to": "scripts_restore_drill__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill", "to": "scripts_restore_drill_check_file", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill", "to": "scripts_restore_drill_drill_gitea", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill", "to": "scripts_restore_drill_drill_gitops", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill", "to": "scripts_restore_drill_drill_pihole", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill", "to": "scripts_restore_drill_drill_state", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill", "to": "scripts_restore_drill_latest_file", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill", "to": "scripts_restore_drill_main", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill", "to": "scripts_restore_drill_section", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill", "to": "scripts_restore_drill_usage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill__entry", "to": "scripts_restore_drill_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill_drill_pihole", "to": "scripts_restore_drill_check_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill_drill_gitea", "to": "scripts_restore_drill_latest_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill_drill_gitea", "to": "scripts_restore_drill_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill_main", "to": "scripts_restore_drill_drill_gitea", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill_drill_gitops", "to": "scripts_restore_drill_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill_main", "to": "scripts_restore_drill_drill_gitops", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill_drill_pihole", "to": "scripts_restore_drill_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill_main", "to": "scripts_restore_drill_drill_pihole", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill_drill_state", "to": "scripts_restore_drill_latest_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill_drill_state", "to": "scripts_restore_drill_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill_main", "to": "scripts_restore_drill_drill_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_restore_drill_main", "to": "scripts_restore_drill_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_scheduler", "to": "argparse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_scheduler", "to": "csv", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_scheduler", "to": "pathlib", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ai_scheduler_rationale_2", "to": "scripts_ai_scheduler", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "renovate", "to": "renovate_custommanagers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "renovate", "to": "renovate_dependencydashboard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "renovate", "to": "renovate_extends", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "renovate", "to": "renovate_labels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "renovate", "to": "renovate_packagerules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "renovate", "to": "renovate_prconcurrentlimit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "renovate", "to": "renovate_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "renovate", "to": "renovate_timezone", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "renovate_extends", "to": "ref_config_recommended", "label": "extends", "title": "extends [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_access_audit", "to": "scripts_access_audit__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_access_audit", "to": "scripts_access_audit_git_access", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_access_audit", "to": "scripts_access_audit_kubernetes_access", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_access_audit", "to": "scripts_access_audit_main", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_access_audit", "to": "scripts_access_audit_runner_access", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_access_audit", "to": "scripts_access_audit_section", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_access_audit", "to": "scripts_access_audit_ssh_inventory", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_access_audit", "to": "scripts_access_audit_tailnet_access", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_access_audit", "to": "scripts_access_audit_warn_file_mode", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_access_audit__entry", "to": "scripts_access_audit_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_access_audit_git_access", "to": "scripts_access_audit_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_access_audit_main", "to": "scripts_access_audit_git_access", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_access_audit_kubernetes_access", "to": "scripts_access_audit_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_access_audit_main", "to": "scripts_access_audit_kubernetes_access", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_access_audit_main", "to": "scripts_access_audit_runner_access", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_access_audit_main", "to": "scripts_access_audit_ssh_inventory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_access_audit_main", "to": "scripts_access_audit_tailnet_access", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_access_audit_runner_access", "to": "scripts_access_audit_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_access_audit_ssh_inventory", "to": "scripts_access_audit_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_access_audit_tailnet_access", "to": "scripts_access_audit_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_access_audit_ssh_inventory", "to": "scripts_access_audit_warn_file_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "cmd_jeannie_core_main_envdefault", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "cmd_jeannie_core_main_executedag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "cmd_jeannie_core_main_filterreportrows", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "cmd_jeannie_core_main_includereportrow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "cmd_jeannie_core_main_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "cmd_jeannie_core_main_normalizestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "cmd_jeannie_core_main_orderedreportareas", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "cmd_jeannie_core_main_parsereportrows", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "cmd_jeannie_core_main_renderreporttext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "cmd_jeannie_core_main_reportstatusrank", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "cmd_jeannie_core_main_rowsforreportarea", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "cmd_jeannie_core_main_rundag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "cmd_jeannie_core_main_rundagtask", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "cmd_jeannie_core_main_runreportrender", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "cmd_jeannie_core_main_truncate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "cmd_jeannie_core_main_usage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "cmd_jeannie_core_main_writedagline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "go_pkg_bufio", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "go_pkg_context", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "go_pkg_encoding_json", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "go_pkg_flag", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "go_pkg_fmt", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "go_pkg_io", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "go_pkg_os", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "go_pkg_os_exec", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "go_pkg_sort", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "go_pkg_strings", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "go_pkg_sync", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "go_pkg_time", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "jeannie_core_dagspec", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "jeannie_core_dagtask", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "jeannie_core_dagtaskresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main", "to": "jeannie_core_reportrow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_runreportrender", "to": "cmd_jeannie_core_main_envdefault", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_executedag", "to": "cmd_jeannie_core_main_rundagtask", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_executedag", "to": "go_type_context_context", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_executedag", "to": "go_type_io_writer", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_executedag", "to": "jeannie_core_dagspec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_rundag", "to": "cmd_jeannie_core_main_executedag", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_test_testexecutedagrespectsdependencies", "to": "cmd_jeannie_core_main_executedag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cmd_jeannie_core_main_test_testexecutedagreturnsfailedtask", "to": "cmd_jeannie_core_main_executedag", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cmd_jeannie_core_main_filterreportrows", "to": "cmd_jeannie_core_main_includereportrow", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_filterreportrows", "to": "jeannie_core_reportrow", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_runreportrender", "to": "cmd_jeannie_core_main_filterreportrows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_includereportrow", "to": "jeannie_core_reportrow", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_main", "to": "cmd_jeannie_core_main_rundag", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_main", "to": "cmd_jeannie_core_main_runreportrender", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_main", "to": "cmd_jeannie_core_main_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_parsereportrows", "to": "cmd_jeannie_core_main_normalizestatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_orderedreportareas", "to": "jeannie_core_reportrow", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_renderreporttext", "to": "cmd_jeannie_core_main_orderedreportareas", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_parsereportrows", "to": "go_type_io_reader", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_parsereportrows", "to": "jeannie_core_reportrow", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_runreportrender", "to": "cmd_jeannie_core_main_parsereportrows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_renderreporttext", "to": "cmd_jeannie_core_main_reportstatusrank", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_renderreporttext", "to": "cmd_jeannie_core_main_rowsforreportarea", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_renderreporttext", "to": "cmd_jeannie_core_main_truncate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_renderreporttext", "to": "go_type_io_writer", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_renderreporttext", "to": "jeannie_core_reportrow", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_runreportrender", "to": "cmd_jeannie_core_main_renderreporttext", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_rowsforreportarea", "to": "jeannie_core_reportrow", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_rundag", "to": "go_type_io_writer", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_rundagtask", "to": "cmd_jeannie_core_main_writedagline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_rundagtask", "to": "go_type_context_context", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_rundagtask", "to": "go_type_io_writer", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_rundagtask", "to": "go_type_sync_mutex", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_rundagtask", "to": "jeannie_core_dagtask", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_rundagtask", "to": "jeannie_core_dagtaskresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_runreportrender", "to": "cmd_jeannie_core_main_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_runreportrender", "to": "go_type_io_reader", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_runreportrender", "to": "go_type_io_writer", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_test_testreportrenderhidesokgraphandquery", "to": "cmd_jeannie_core_main_runreportrender", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cmd_jeannie_core_main_test_testreportrenderproblemsonly", "to": "cmd_jeannie_core_main_runreportrender", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cmd_jeannie_core_main_test", "to": "cmd_jeannie_core_main_test_testexecutedagrespectsdependencies", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_test", "to": "cmd_jeannie_core_main_test_testexecutedagreturnsfailedtask", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_test", "to": "cmd_jeannie_core_main_test_testreportrenderhidesokgraphandquery", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_test", "to": "cmd_jeannie_core_main_test_testreportrenderproblemsonly", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_test", "to": "go_pkg_bytes", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_test", "to": "go_pkg_context", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_test", "to": "go_pkg_os", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_test", "to": "go_pkg_path_filepath", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_test", "to": "go_pkg_strings", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_test", "to": "go_pkg_testing", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_test_testexecutedagrespectsdependencies", "to": "go_type_testing_t", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_test_testexecutedagreturnsfailedtask", "to": "go_type_testing_t", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_test_testreportrenderhidesokgraphandquery", "to": "go_type_testing_t", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_test_testreportrenderproblemsonly", "to": "go_type_testing_t", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_usage", "to": "go_type_io_writer", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_writedagline", "to": "go_type_io_writer", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cmd_jeannie_core_main_writedagline", "to": "go_type_sync_mutex", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_core_dagspec", "to": "jeannie_core_dagtask", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index", "to": "argparse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index", "to": "collections", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index", "to": "json", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index", "to": "math", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index", "to": "os", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index", "to": "pathlib", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index", "to": "re", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index", "to": "sys", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index", "to": "urllib_error", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index", "to": "urllib_request", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_query_homelab_ai_index_rationale_2", "to": "scripts_query_homelab_ai_index", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_explain", "to": "scripts_explain__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_explain", "to": "scripts_explain_cleanup", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_explain", "to": "scripts_explain_explain_output", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_explain", "to": "scripts_explain_is_read_only_command", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_explain", "to": "scripts_explain_is_read_only_subcommand", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_explain", "to": "scripts_explain_main", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_explain", "to": "scripts_explain_run_target", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_explain", "to": "scripts_explain_usage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_explain__entry", "to": "scripts_explain_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_explain_main", "to": "scripts_explain_explain_output", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_explain_run_target", "to": "scripts_explain_is_read_only_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_explain_run_target", "to": "scripts_explain_is_read_only_subcommand", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_explain_main", "to": "scripts_explain_run_target", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_explain_main", "to": "scripts_explain_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_resource_budget", "to": "scripts_resource_budget__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_resource_budget", "to": "scripts_resource_budget_fail", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_resource_budget", "to": "scripts_resource_budget_have", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_resource_budget", "to": "scripts_resource_budget_host_budget", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_resource_budget", "to": "scripts_resource_budget_kubernetes_budget", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_resource_budget", "to": "scripts_resource_budget_section", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_resource_budget", "to": "scripts_resource_budget_usage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_resource_budget", "to": "scripts_resource_budget_warn", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_resource_budget__entry", "to": "scripts_resource_budget_fail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_resource_budget__entry", "to": "scripts_resource_budget_host_budget", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_resource_budget__entry", "to": "scripts_resource_budget_kubernetes_budget", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_resource_budget__entry", "to": "scripts_resource_budget_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_resource_budget__entry", "to": "scripts_resource_budget_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_resource_budget_host_budget", "to": "scripts_resource_budget_have", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_resource_budget_kubernetes_budget", "to": "scripts_resource_budget_have", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_resource_budget_host_budget", "to": "scripts_resource_budget_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_resource_budget_host_budget", "to": "scripts_resource_budget_warn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_resource_budget_kubernetes_budget", "to": "scripts_resource_budget_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_resource_budget_kubernetes_budget", "to": "scripts_resource_budget_warn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_safety_case", "to": "argparse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_safety_case", "to": "csv", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_safety_case", "to": "pathlib", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_safety_case", "to": "subprocess", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_safety_case", "to": "sys", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_safety_case_rationale_2", "to": "scripts_safety_case", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tailnet_policy", "to": "json", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tailnet_policy", "to": "pathlib", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tailnet_policy", "to": "re", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tailnet_policy", "to": "sys", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tailnet_policy_rationale_2", "to": "scripts_validate_tailnet_policy", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_cert_check", "to": "scripts_cert_check__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_cert_check", "to": "scripts_cert_check_cleanup", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_cert_check", "to": "scripts_cert_check_have", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_cert_check", "to": "scripts_cert_check_inventory_hosts", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_cert_check", "to": "scripts_cert_check_inventory_scalar", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_cert_check", "to": "scripts_cert_check_mark_fail", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_cert_check", "to": "scripts_cert_check_section", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_cert_check__entry", "to": "scripts_cert_check_have", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_cert_check__entry", "to": "scripts_cert_check_inventory_hosts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_cert_check__entry", "to": "scripts_cert_check_inventory_scalar", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_cert_check__entry", "to": "scripts_cert_check_mark_fail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_cert_check__entry", "to": "scripts_cert_check_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_cert_check_inventory_hosts", "to": "scripts_cert_check_have", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_cert_check_inventory_scalar", "to": "scripts_cert_check_have", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_promote", "to": "argparse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_promote", "to": "csv", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_promote", "to": "pathlib", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_promote", "to": "subprocess", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_promote_rationale_2", "to": "scripts_promote", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_attack_path", "to": "scripts_security_attack_path__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_attack_path", "to": "scripts_security_attack_path_jsonpath_or_unknown", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_attack_path", "to": "scripts_security_attack_path_kubectl_ro", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_attack_path", "to": "scripts_security_attack_path_main", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_attack_path", "to": "scripts_security_attack_path_require_kubectl", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_attack_path", "to": "scripts_security_attack_path_section", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_attack_path", "to": "scripts_security_attack_path_usage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_attack_path__entry", "to": "scripts_security_attack_path_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_attack_path_jsonpath_or_unknown", "to": "scripts_security_attack_path_kubectl_ro", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_attack_path_main", "to": "scripts_security_attack_path_jsonpath_or_unknown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_attack_path_main", "to": "scripts_security_attack_path_kubectl_ro", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_attack_path_main", "to": "scripts_security_attack_path_require_kubectl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_attack_path_main", "to": "scripts_security_attack_path_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_attack_path_main", "to": "scripts_security_attack_path_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_logs", "to": "scripts_security_logs__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_logs", "to": "scripts_security_logs_collect_gitea_logs", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_logs", "to": "scripts_security_logs_collect_traefik_logs", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_logs", "to": "scripts_security_logs_ensure_report_dir", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_logs", "to": "scripts_security_logs_main", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_logs", "to": "scripts_security_logs_print_matches", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_logs", "to": "scripts_security_logs_timestamp", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_logs__entry", "to": "scripts_security_logs_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_logs_main", "to": "scripts_security_logs_collect_gitea_logs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_logs_main", "to": "scripts_security_logs_collect_traefik_logs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_logs_main", "to": "scripts_security_logs_ensure_report_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_logs_main", "to": "scripts_security_logs_print_matches", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_security_logs_main", "to": "scripts_security_logs_timestamp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_synthetic_checks", "to": "scripts_synthetic_checks__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_synthetic_checks", "to": "scripts_synthetic_checks_check", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_synthetic_checks", "to": "scripts_synthetic_checks_dns_query", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_synthetic_checks", "to": "scripts_synthetic_checks_http_ok", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_synthetic_checks", "to": "scripts_synthetic_checks_kubectl_ok", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_synthetic_checks", "to": "scripts_synthetic_checks_section", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_synthetic_checks", "to": "scripts_synthetic_checks_warn_check", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_synthetic_checks__entry", "to": "scripts_synthetic_checks_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_synthetic_checks__entry", "to": "scripts_synthetic_checks_kubectl_ok", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_synthetic_checks__entry", "to": "scripts_synthetic_checks_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_synthetic_checks__entry", "to": "scripts_synthetic_checks_warn_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_cv_theme", "to": "apps_website_cv_theme_cvportrait", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_cluster_worker_var_file", "to": "jeannie_cluster_worker_var_file_has_workers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_cluster_worker_var_file", "to": "jeannie_prepare_cluster_worker_var_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_cluster_worker_var_file", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_tofu_plan_stack", "to": "jeannie_ensure_cluster_worker_var_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_plan_homelab", "to": "jeannie_prepare_cluster_worker_var_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_plan_homelab", "to": "jeannie_run_tofu_plan_stack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_plan_homelab", "to": "jeannie_tofu_stack_from_plan_target", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_prepare_cluster_worker_var_file", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_prepare_cluster_worker_var_file", "to": "jeannie_write_cluster_worker_var_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_prepare_cluster_worker_var_file_can_include_raspberry_worker", "to": "jeannie_prepare_cluster_worker_var_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_prepare_cluster_worker_var_file_excludes_manual_by_default", "to": "jeannie_prepare_cluster_worker_var_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_prepare_cluster_worker_var_file_merges_manual_and_pimox_workers", "to": "jeannie_prepare_cluster_worker_var_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_prepare_cluster_worker_var_file_rebuilds_static_pimox_spec", "to": "jeannie_prepare_cluster_worker_var_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_red_blue_loop", "to": "argparse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_red_blue_loop", "to": "csv", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_red_blue_loop", "to": "pathlib", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_red_blue_loop", "to": "subprocess", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_red_blue_loop_rationale_2", "to": "scripts_red_blue_loop", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_architecture_simulator_architecture_simulator", "to": "apps_demos_static_public_architecture_simulator_architecture_simulator_canvas", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_architecture_simulator_architecture_simulator", "to": "apps_demos_static_public_architecture_simulator_architecture_simulator_ctx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_architecture_simulator_architecture_simulator", "to": "apps_demos_static_public_architecture_simulator_architecture_simulator_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_dev_toolbelt_dev_toolbelt", "to": "apps_demos_static_public_dev_toolbelt_dev_toolbelt_input", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_dev_toolbelt_dev_toolbelt", "to": "apps_demos_static_public_dev_toolbelt_dev_toolbelt_logfilter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_dev_toolbelt_dev_toolbelt", "to": "apps_demos_static_public_dev_toolbelt_dev_toolbelt_output", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_network_quality_network_quality", "to": "apps_demos_static_public_network_quality_network_quality_canvas", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_network_quality_network_quality", "to": "apps_demos_static_public_network_quality_network_quality_ctx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_network_quality_network_quality", "to": "apps_demos_static_public_network_quality_network_quality_samples", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_sentiment_sandbox_sentiment_sandbox", "to": "apps_demos_static_public_sentiment_sandbox_sentiment_sandbox_input", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_sentiment_sandbox_sentiment_sandbox", "to": "apps_demos_static_public_sentiment_sandbox_sentiment_sandbox_negative", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_sentiment_sandbox_sentiment_sandbox", "to": "apps_demos_static_public_sentiment_sandbox_sentiment_sandbox_output", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_sentiment_sandbox_sentiment_sandbox", "to": "apps_demos_static_public_sentiment_sandbox_sentiment_sandbox_positive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_secrets_init", "to": "jeannie_ensure_sops_age_tools", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_secrets_check", "to": "jeannie_secrets_check_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_secrets_check", "to": "jeannie_sops_age_key_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_secrets_check", "to": "jeannie_sops_age_recipient", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_secrets_init", "to": "jeannie_sops_age_key_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_secrets_init", "to": "jeannie_sops_age_recipient", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ai_check", "to": "jeannie_backstage_brain_enabled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ai_check", "to": "jeannie_status_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_backstage_brain_enabled", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_backstage_brain_note", "to": "jeannie_backstage_brain_enabled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_cluster", "to": "jeannie_backstage_brain_note", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_edge", "to": "jeannie_backstage_brain_note", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_gitea", "to": "jeannie_backstage_brain_note", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_rpi", "to": "jeannie_backstage_brain_note", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_cluster", "to": "jeannie_status_http", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_cluster", "to": "jeannie_status_kubernetes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_cluster", "to": "jeannie_status_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_cluster", "to": "jeannie_status_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_cluster", "to": "jeannie_status_systemd_units", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_cluster", "to": "scripts_report_ui_report_ui_begin", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_cluster", "to": "scripts_report_ui_report_ui_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_cluster", "to": "scripts_report_ui_report_ui_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_cluster", "to": "scripts_report_ui_report_ui_parse_args", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_cluster", "to": "scripts_report_ui_report_ui_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_edge", "to": "jeannie_status_http", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_edge", "to": "jeannie_status_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_edge", "to": "scripts_report_ui_report_ui_begin", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_edge", "to": "scripts_report_ui_report_ui_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_edge", "to": "scripts_report_ui_report_ui_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_edge", "to": "scripts_report_ui_report_ui_parse_args", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_edge", "to": "scripts_report_ui_report_ui_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_gitea", "to": "jeannie_status_compose_stack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_gitea", "to": "jeannie_status_http", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_gitea", "to": "jeannie_status_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_gitea", "to": "jeannie_status_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_gitea", "to": "scripts_report_ui_report_ui_begin", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_gitea", "to": "scripts_report_ui_report_ui_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_gitea", "to": "scripts_report_ui_report_ui_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_gitea", "to": "scripts_report_ui_report_ui_parse_args", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_gitea", "to": "scripts_report_ui_report_ui_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_rpi", "to": "jeannie_status_rpi_services", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_rpi", "to": "scripts_report_ui_report_ui_begin", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_rpi", "to": "scripts_report_ui_report_ui_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_rpi", "to": "scripts_report_ui_report_ui_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_rpi", "to": "scripts_report_ui_report_ui_parse_args", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_rpi", "to": "scripts_report_ui_report_ui_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_versions", "to": "jeannie_doctor_versions_compact", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_versions", "to": "scripts_report_ui_report_ui_parse_args", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_versions_compact", "to": "jeannie_status_kubernetes_api_ok", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_versions_compact", "to": "scripts_report_ui_report_ui_begin", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_versions_compact", "to": "scripts_report_ui_report_ui_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_versions_compact", "to": "scripts_report_ui_report_ui_emit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_doctor_versions_compact", "to": "scripts_report_ui_report_ui_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_cascade_check", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_cascade_check", "to": "scripts_report_ui_report_ui_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_cascade_report", "to": "jeannie_status_cascade_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_cascade_report", "to": "jeannie_status_cascade_warn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_cascade_report", "to": "jeannie_status_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_cascade_report", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_report", "to": "jeannie_status_cascade_report", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_cascade_warn", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_cascade_warn", "to": "scripts_report_ui_report_ui_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_report", "to": "jeannie_status_compose_stack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_report", "to": "jeannie_status_http", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_kubernetes", "to": "jeannie_status_kubernetes_problem_pods", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_kubernetes", "to": "jeannie_status_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_kubernetes", "to": "jeannie_status_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_report", "to": "jeannie_status_kubernetes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_report", "to": "jeannie_status_rpi_services", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_report", "to": "jeannie_status_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_report", "to": "jeannie_status_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_report", "to": "jeannie_status_systemd_units", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_report", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_report", "to": "scripts_report_ui_report_ui_begin", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_report", "to": "scripts_report_ui_report_ui_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_report", "to": "scripts_report_ui_report_ui_parse_args", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_report", "to": "scripts_report_ui_report_ui_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_rpi_services", "to": "jeannie_status_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_status_section", "to": "jeannie_truthy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_report_ui", "to": "scripts_report_ui__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_report_ui", "to": "scripts_report_ui_report_ui_begin", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_report_ui", "to": "scripts_report_ui_report_ui_check", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_report_ui", "to": "scripts_report_ui_report_ui_cleanup", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_report_ui", "to": "scripts_report_ui_report_ui_emit", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_report_ui", "to": "scripts_report_ui_report_ui_first_line", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_report_ui", "to": "scripts_report_ui_report_ui_one_line", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_report_ui", "to": "scripts_report_ui_report_ui_parse_args", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_report_ui", "to": "scripts_report_ui_report_ui_render", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_report_ui", "to": "scripts_report_ui_report_ui_trim_detail", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_report_ui", "to": "scripts_report_ui_report_ui_usage_flags", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_report_ui_report_ui_check", "to": "scripts_report_ui_report_ui_emit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_report_ui_report_ui_check", "to": "scripts_report_ui_report_ui_first_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_report_ui_report_ui_check", "to": "scripts_report_ui_report_ui_trim_detail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_report_ui_report_ui_parse_args", "to": "scripts_report_ui_report_ui_usage_flags", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_backup_status", "to": "scripts_backup_status__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_backup_status", "to": "scripts_backup_status_check_latest", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_backup_status", "to": "scripts_backup_status_file_age_hours", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_backup_status", "to": "scripts_backup_status_latest_file", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_backup_status", "to": "scripts_backup_status_section", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_backup_status__entry", "to": "scripts_backup_status_check_latest", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_backup_status__entry", "to": "scripts_backup_status_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_backup_status_check_latest", "to": "scripts_backup_status_file_age_hours", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_backup_status_check_latest", "to": "scripts_backup_status_latest_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_control_plane", "to": "scripts_control_plane__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_control_plane", "to": "scripts_control_plane_require_kubectl", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_control_plane", "to": "scripts_control_plane_show_non_system_pods", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_control_plane", "to": "scripts_control_plane_show_taints", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_control_plane", "to": "scripts_control_plane_usage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_control_plane__entry", "to": "scripts_control_plane_require_kubectl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_control_plane__entry", "to": "scripts_control_plane_show_non_system_pods", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_control_plane__entry", "to": "scripts_control_plane_show_taints", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_control_plane__entry", "to": "scripts_control_plane_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_recover_plan", "to": "scripts_recover_plan__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_recover_plan", "to": "scripts_recover_plan_check", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_recover_plan", "to": "scripts_recover_plan_has_gitea_backup", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_recover_plan", "to": "scripts_recover_plan_has_state_backup", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_recover_plan", "to": "scripts_recover_plan_main", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_recover_plan__entry", "to": "scripts_recover_plan_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_recover_plan_main", "to": "scripts_recover_plan_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_release_snapshot", "to": "scripts_release_snapshot__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_release_snapshot", "to": "scripts_release_snapshot_have", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_release_snapshot", "to": "scripts_release_snapshot_latest_file", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_release_snapshot", "to": "scripts_release_snapshot_run_optional", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_release_snapshot", "to": "scripts_release_snapshot_section", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_release_snapshot__entry", "to": "scripts_release_snapshot_have", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_release_snapshot__entry", "to": "scripts_release_snapshot_latest_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_release_snapshot__entry", "to": "scripts_release_snapshot_run_optional", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_release_snapshot__entry", "to": "scripts_release_snapshot_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_release_snapshot_run_optional", "to": "scripts_release_snapshot_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_docs", "to": "scripts_render_docs__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_docs", "to": "scripts_render_docs_main", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_docs", "to": "scripts_render_docs_read_inventory_value", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_docs", "to": "scripts_render_docs_render_template", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_docs", "to": "scripts_render_docs_usage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_docs__entry", "to": "scripts_render_docs_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_docs_main", "to": "scripts_render_docs_read_inventory_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_docs_main", "to": "scripts_render_docs_render_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_render_docs_main", "to": "scripts_render_docs_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_scorecard", "to": "scripts_scorecard__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_scorecard", "to": "scripts_scorecard_docs_fresh", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_scorecard", "to": "scripts_scorecard_inventory_ok", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_scorecard", "to": "scripts_scorecard_score", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_scorecard", "to": "scripts_scorecard_security_static_ok", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_scorecard__entry", "to": "scripts_scorecard_score", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_model_drift_model_drift", "to": "apps_demos_static_public_model_drift_model_drift_accuracy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_model_drift_model_drift", "to": "apps_demos_static_public_model_drift_model_drift_canvas", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_model_drift_model_drift", "to": "apps_demos_static_public_model_drift_model_drift_ctx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_privacy_redactor_privacy_redactor", "to": "apps_demos_static_public_privacy_redactor_privacy_redactor_canvas", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_privacy_redactor_privacy_redactor", "to": "apps_demos_static_public_privacy_redactor_privacy_redactor_ctx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_blockchain_wallet", "to": "scripts_blockchain_wallet__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_blockchain_wallet", "to": "scripts_blockchain_wallet_require_private_key", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_blockchain_wallet", "to": "scripts_blockchain_wallet_run_cast", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_blockchain_wallet", "to": "scripts_blockchain_wallet_usage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_blockchain_wallet__entry", "to": "scripts_blockchain_wallet_require_private_key", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_blockchain_wallet__entry", "to": "scripts_blockchain_wallet_run_cast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_blockchain_wallet__entry", "to": "scripts_blockchain_wallet_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_apps_registry_endpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_demos_image_is_current", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_demos_registry_endpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_demos_source_hash", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_ensure_cosign_keypair", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_ensure_website_image_tag_not_reused", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_image_supply_chain_metadata_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_prepare_buildx_builder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_publish_cosign_public_key_config_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_publish_image_supply_chain_metadata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_recreate_pods_for_selector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_refresh_argocd_application", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_require_argocd_application_controller", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_require_pimox_app_worker_capacity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_wait_for_cluster_resource", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_wait_for_deployment_ready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_wait_for_namespace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_wait_for_namespaced_resource", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_website_image_is_current", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_website_image_tag", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_website_source_hash", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_write_demos_image_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps", "to": "jeannie_write_website_image_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_apps_registry_endpoint", "to": "jeannie_demos_registry_endpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_demos_image_is_current", "to": "jeannie_image_state_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_demos_image_is_current", "to": "jeannie_registry_image_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_recreate_pods_for_selector", "to": "jeannie_dump_argocd_debug", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_wait_for_cluster_resource", "to": "jeannie_dump_argocd_debug", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_wait_for_deployment_ready", "to": "jeannie_dump_argocd_debug", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_wait_for_namespace", "to": "jeannie_dump_argocd_debug", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_wait_for_namespaced_resource", "to": "jeannie_dump_argocd_debug", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_recreate_pods_for_selector", "to": "jeannie_dump_namespace_debug", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_wait_for_deployment_ready", "to": "jeannie_dump_namespace_debug", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_cosign_keypair", "to": "jeannie_ensure_cosign_available", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_cosign", "to": "jeannie_ensure_cosign_available", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_cosign_keypair", "to": "jeannie_ensure_cosign_password", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_run_cosign", "to": "jeannie_ensure_cosign_password", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_ensure_website_image_tag_not_reused", "to": "jeannie_image_state_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_image_supply_chain_metadata_exists", "to": "jeannie_image_digest_ref", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_publish_image_supply_chain_metadata", "to": "jeannie_image_digest_ref", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_website_image_is_current", "to": "jeannie_image_ref_tag", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_website_image_is_current", "to": "jeannie_image_state_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_image_supply_chain_metadata_exists", "to": "jeannie_run_cosign", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_publish_image_supply_chain_metadata", "to": "jeannie_image_supply_chain_metadata_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_publish_image_supply_chain_metadata", "to": "jeannie_run_cosign", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_publish_image_supply_chain_metadata", "to": "jeannie_write_image_sbom_predicate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jeannie_website_image_is_current", "to": "jeannie_registry_image_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_change_journal", "to": "scripts_change_journal__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_change_journal", "to": "scripts_change_journal_append_entry", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_change_journal", "to": "scripts_change_journal_latest_entries", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_change_journal", "to": "scripts_change_journal_timestamp", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_change_journal__entry", "to": "scripts_change_journal_append_entry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_change_journal__entry", "to": "scripts_change_journal_latest_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_change_journal_append_entry", "to": "scripts_change_journal_timestamp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_grafana_dashboards", "to": "scripts_grafana_dashboards__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_grafana_dashboards", "to": "scripts_grafana_dashboards_apply_dashboards", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_grafana_dashboards", "to": "scripts_grafana_dashboards_list_dashboards", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_grafana_dashboards", "to": "scripts_grafana_dashboards_usage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_grafana_dashboards__entry", "to": "scripts_grafana_dashboards_apply_dashboards", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_grafana_dashboards__entry", "to": "scripts_grafana_dashboards_list_dashboards", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_grafana_dashboards__entry", "to": "scripts_grafana_dashboards_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_kubeconfig_readonly", "to": "scripts_kubeconfig_readonly__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_kubeconfig_readonly", "to": "scripts_kubeconfig_readonly_main", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_kubeconfig_readonly", "to": "scripts_kubeconfig_readonly_require_kubectl", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_kubeconfig_readonly", "to": "scripts_kubeconfig_readonly_usage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_kubeconfig_readonly__entry", "to": "scripts_kubeconfig_readonly_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_kubeconfig_readonly_main", "to": "scripts_kubeconfig_readonly_require_kubectl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_kubeconfig_readonly_main", "to": "scripts_kubeconfig_readonly_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_blockchain_devnet", "to": "scripts_blockchain_devnet__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_blockchain_devnet", "to": "scripts_blockchain_devnet_rpc_call", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_blockchain_devnet", "to": "scripts_blockchain_devnet_usage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_blockchain_devnet__entry", "to": "scripts_blockchain_devnet_rpc_call", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_blockchain_devnet__entry", "to": "scripts_blockchain_devnet_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_limits", "to": "scripts_capacity_limits__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_limits", "to": "scripts_capacity_limits_cleanup", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_limits", "to": "scripts_capacity_limits_usage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_limits__entry", "to": "scripts_capacity_limits_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_recover_power", "to": "scripts_recover_power__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_recover_power", "to": "scripts_recover_power_run_optional", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_recover_power", "to": "scripts_recover_power_run_step", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_recover_power__entry", "to": "scripts_recover_power_run_optional", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_recover_power_run_optional", "to": "scripts_recover_power_run_step", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_route_inventory", "to": "scripts_route_inventory__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_route_inventory", "to": "scripts_route_inventory_cleanup", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_route_inventory", "to": "scripts_route_inventory_section", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_route_inventory__entry", "to": "scripts_route_inventory_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_render_static_pages", "to": "apps_website_render_static_pages_render_page", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_render_static_pages", "to": "apps_website_render_static_pages_sh__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_render_static_pages_sh__entry", "to": "apps_website_render_static_pages_render_page", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_matrix_server_bootstrap", "to": "infra_matrix_server_bootstrap_render_homeserver", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_matrix_server_bootstrap", "to": "infra_matrix_server_bootstrap_sh__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infra_matrix_server_bootstrap_sh__entry", "to": "infra_matrix_server_bootstrap_render_homeserver", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ask", "to": "scripts_ask__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ask", "to": "scripts_ask_usage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_ask__entry", "to": "scripts_ask_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_blockchain_test", "to": "scripts_blockchain_test__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_blockchain_test", "to": "scripts_blockchain_test_usage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_blockchain_test__entry", "to": "scripts_blockchain_test_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_advisor", "to": "scripts_capacity_advisor__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_advisor", "to": "scripts_capacity_advisor_run_check", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_capacity_advisor__entry", "to": "scripts_capacity_advisor_run_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_homelab_map", "to": "scripts_homelab_map__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_homelab_map", "to": "scripts_homelab_map_inventory", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_homelab_map__entry", "to": "scripts_homelab_map_inventory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_impact", "to": "scripts_impact__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_impact", "to": "scripts_impact_usage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_impact__entry", "to": "scripts_impact_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_jeannie_core", "to": "scripts_jeannie_core__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_jeannie_core", "to": "scripts_jeannie_core_core_sources_newer", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_jeannie_core__entry", "to": "scripts_jeannie_core_core_sources_newer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_report_render", "to": "scripts_report_render__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_report_render", "to": "scripts_report_render_usage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_report_render__entry", "to": "scripts_report_render_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_assert_command_failure_contains", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_assert_command_success", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_assert_contains", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_assert_eq", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_cleanup", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_fail", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_jeannie_library_mode", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_pass", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_path", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_test_cluster_worker_targets_include_pimox_and_manual_workers", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_test_configured_worker_count_can_expand_target_set", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_test_configured_worker_count_cannot_hide_existing_workers", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_test_heal_cooldown_escalates_to_diagnostics", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_test_inventory_validator_accepts_current_inventory", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_test_inventory_validator_rejects_ip_drift", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_test_pimox_guest_exec_exitcode_parser", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_test_pimox_worker_count_detects_generated_topology", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_test_pimox_worker_net0_config_defaults_to_deterministic_mac", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_test_pimox_worker_static_ip_selection", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_test_prepare_cluster_worker_var_file_can_include_raspberry_worker", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_test_prepare_cluster_worker_var_file_excludes_manual_by_default", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_test_prepare_cluster_worker_var_file_merges_manual_and_pimox_workers", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_test_prepare_cluster_worker_var_file_rebuilds_static_pimox_spec", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_test_report_renderer_empty_problems_message", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_test_report_renderer_hides_ok_links", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit", "to": "tests_jeannie_unit_test_report_renderer_problems_only_hides_ok_rows", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit__entry", "to": "tests_jeannie_unit_test_cluster_worker_targets_include_pimox_and_manual_workers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit__entry", "to": "tests_jeannie_unit_test_configured_worker_count_can_expand_target_set", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit__entry", "to": "tests_jeannie_unit_test_configured_worker_count_cannot_hide_existing_workers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit__entry", "to": "tests_jeannie_unit_test_heal_cooldown_escalates_to_diagnostics", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit__entry", "to": "tests_jeannie_unit_test_inventory_validator_accepts_current_inventory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit__entry", "to": "tests_jeannie_unit_test_inventory_validator_rejects_ip_drift", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit__entry", "to": "tests_jeannie_unit_test_pimox_guest_exec_exitcode_parser", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit__entry", "to": "tests_jeannie_unit_test_pimox_worker_count_detects_generated_topology", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit__entry", "to": "tests_jeannie_unit_test_pimox_worker_net0_config_defaults_to_deterministic_mac", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit__entry", "to": "tests_jeannie_unit_test_pimox_worker_static_ip_selection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit__entry", "to": "tests_jeannie_unit_test_prepare_cluster_worker_var_file_can_include_raspberry_worker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit__entry", "to": "tests_jeannie_unit_test_prepare_cluster_worker_var_file_excludes_manual_by_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit__entry", "to": "tests_jeannie_unit_test_prepare_cluster_worker_var_file_merges_manual_and_pimox_workers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit__entry", "to": "tests_jeannie_unit_test_prepare_cluster_worker_var_file_rebuilds_static_pimox_spec", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit__entry", "to": "tests_jeannie_unit_test_report_renderer_empty_problems_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit__entry", "to": "tests_jeannie_unit_test_report_renderer_hides_ok_links", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit__entry", "to": "tests_jeannie_unit_test_report_renderer_problems_only_hides_ok_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_assert_command_failure_contains", "to": "tests_jeannie_unit_assert_contains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_assert_command_failure_contains", "to": "tests_jeannie_unit_fail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_inventory_validator_rejects_ip_drift", "to": "tests_jeannie_unit_assert_command_failure_contains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_pimox_guest_exec_exitcode_parser", "to": "tests_jeannie_unit_assert_command_failure_contains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_assert_command_success", "to": "tests_jeannie_unit_fail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_assert_command_success", "to": "tests_jeannie_unit_pass", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_inventory_validator_accepts_current_inventory", "to": "tests_jeannie_unit_assert_command_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_assert_contains", "to": "tests_jeannie_unit_fail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_assert_contains", "to": "tests_jeannie_unit_pass", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_heal_cooldown_escalates_to_diagnostics", "to": "tests_jeannie_unit_assert_contains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_report_renderer_empty_problems_message", "to": "tests_jeannie_unit_assert_contains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_report_renderer_problems_only_hides_ok_rows", "to": "tests_jeannie_unit_assert_contains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_assert_eq", "to": "tests_jeannie_unit_fail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_assert_eq", "to": "tests_jeannie_unit_pass", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_cluster_worker_targets_include_pimox_and_manual_workers", "to": "tests_jeannie_unit_assert_eq", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_configured_worker_count_can_expand_target_set", "to": "tests_jeannie_unit_assert_eq", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_configured_worker_count_cannot_hide_existing_workers", "to": "tests_jeannie_unit_assert_eq", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_pimox_guest_exec_exitcode_parser", "to": "tests_jeannie_unit_assert_eq", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_pimox_worker_count_detects_generated_topology", "to": "tests_jeannie_unit_assert_eq", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_pimox_worker_net0_config_defaults_to_deterministic_mac", "to": "tests_jeannie_unit_assert_eq", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_pimox_worker_static_ip_selection", "to": "tests_jeannie_unit_assert_eq", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_pimox_worker_static_ip_selection", "to": "tests_jeannie_unit_fail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_report_renderer_hides_ok_links", "to": "tests_jeannie_unit_fail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_report_renderer_problems_only_hides_ok_rows", "to": "tests_jeannie_unit_fail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_pimox_worker_static_ip_selection", "to": "tests_jeannie_unit_pass", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_prepare_cluster_worker_var_file_can_include_raspberry_worker", "to": "tests_jeannie_unit_pass", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_prepare_cluster_worker_var_file_excludes_manual_by_default", "to": "tests_jeannie_unit_pass", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_prepare_cluster_worker_var_file_merges_manual_and_pimox_workers", "to": "tests_jeannie_unit_pass", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_prepare_cluster_worker_var_file_rebuilds_static_pimox_spec", "to": "tests_jeannie_unit_pass", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_report_renderer_hides_ok_links", "to": "tests_jeannie_unit_pass", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_jeannie_unit_test_report_renderer_problems_only_hides_ok_rows", "to": "tests_jeannie_unit_pass", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_review_last_change", "to": "scripts_review_last_change__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_review_last_change", "to": "scripts_review_last_change_usage", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_review_last_change__entry", "to": "scripts_review_last_change_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_demos_static_public_traveler_tools_sw", "to": "apps_demos_static_public_traveler_tools_sw_assets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_homelab_tree", "to": "apps_website_homelab_tree_other_pages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_partials_translation_ui", "to": "apps_website_partials_translation_ui_static_langs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apps_website_start_website", "to": "apps_website_start_website_sh__entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}];
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "provisioning/variables.tf", "count": 91}, {"cid": 1, "color": "#F28E2B", "label": "jeannie", "count": 82}, {"cid": 2, "color": "#E15759", "label": "jeannie script", "count": 78}, {"cid": 3, "color": "#76B7B2", "label": "platform/main.tf", "count": 76}, {"cid": 4, "color": "#59A14F", "label": "main.go", "count": 47}, {"cid": 5, "color": "#EDC948", "label": "edge/variables.tf", "count": 44}, {"cid": 6, "color": "#B07AA1", "label": "truthy", "count": 35}, {"cid": 7, "color": "#FF9DA7", "label": "apps", "count": 34}, {"cid": 8, "color": "#9C755F", "label": "cluster/variables.tf", "count": 33}, {"cid": 9, "color": "#BAB0AC", "label": "jeannie-unit", "count": 28}, {"cid": 10, "color": "#4E79A7", "label": "pimox_ssh", "count": 27}, {"cid": 11, "color": "#F28E2B", "label": "main.py", "count": 24}, {"cid": 12, "color": "#E15759", "label": "heal", "count": 24}, {"cid": 13, "color": "#76B7B2", "label": "security-scan", "count": 22}, {"cid": 14, "color": "#59A14F", "label": "pathlib", "count": 21}, {"cid": 15, "color": "#EDC948", "label": "disabled_value", "count": 21}, {"cid": 16, "color": "#B07AA1", "label": "workers", "count": 20}, {"cid": 17, "color": "#FF9DA7", "label": "render-service-catalog", "count": 18}, {"cid": 18, "color": "#9C755F", "label": "capacity-report", "count": 18}, {"cid": 19, "color": "#BAB0AC", "label": "translation.js", "count": 16}, {"cid": 20, "color": "#4E79A7", "label": "incident-commander", "count": 16}, {"cid": 21, "color": "#F28E2B", "label": "media-cruncher.js", "count": 15}, {"cid": 22, "color": "#E15759", "label": "build-homelab-ai-index", "count": 15}, {"cid": 23, "color": "#76B7B2", "label": "run_tofu_stack", "count": 15}, {"cid": 24, "color": "#59A14F", "label": "seed-heimdall.py", "count": 14}, {"cid": 25, "color": "#EDC948", "label": "prompt-injection-lab", "count": 13}, {"cid": 26, "color": "#B07AA1", "label": "configure-arr.py", "count": 13}, {"cid": 27, "color": "#FF9DA7", "label": "ai-evals", "count": 13}, {"cid": 28, "color": "#9C755F", "label": "translate.php", "count": 12}, {"cid": 29, "color": "#BAB0AC", "label": "exporter.py", "count": 12}, {"cid": 30, "color": "#4E79A7", "label": "seed-uptime-kuma.js", "count": 12}, {"cid": 31, "color": "#F28E2B", "label": "validate-homelab", "count": 12}, {"cid": 32, "color": "#E15759", "label": "apps/variables.tf", "count": 11}, {"cid": 33, "color": "#76B7B2", "label": "rpi-services/bootstrap.sh", "count": 11}, {"cid": 34, "color": "#59A14F", "label": "run_step", "count": 11}, {"cid": 35, "color": "#EDC948", "label": "model-observe", "count": 11}, {"cid": 36, "color": "#B07AA1", "label": "restore-drill", "count": 11}, {"cid": 37, "color": "#FF9DA7", "label": "ai-scheduler", "count": 10}, {"cid": 38, "color": "#9C755F", "label": "renovate.json", "count": 10}, {"cid": 39, "color": "#BAB0AC", "label": "access-audit", "count": 10}, {"cid": 40, "color": "#4E79A7", "label": "query-homelab-ai-index", "count": 10}, {"cid": 41, "color": "#F28E2B", "label": "ideas_helper.php", "count": 9}, {"cid": 42, "color": "#E15759", "label": "explain", "count": 9}, {"cid": 43, "color": "#76B7B2", "label": "resource-budget", "count": 9}, {"cid": 44, "color": "#59A14F", "label": "safety-case", "count": 9}, {"cid": 45, "color": "#EDC948", "label": "validate-tailnet-policy", "count": 8}, {"cid": 46, "color": "#B07AA1", "label": "cert-check", "count": 8}, {"cid": 47, "color": "#FF9DA7", "label": "promote", "count": 8}, {"cid": 48, "color": "#9C755F", "label": "security-attack-path", "count": 8}, {"cid": 49, "color": "#BAB0AC", "label": "security-logs", "count": 8}, {"cid": 50, "color": "#4E79A7", "label": "synthetic-checks", "count": 8}, {"cid": 51, "color": "#F28E2B", "label": "theme.js", "count": 7}, {"cid": 52, "color": "#E15759", "label": "cv-theme.js", "count": 7}, {"cid": 53, "color": "#76B7B2", "label": "prepare_cluster_worker_var_file", "count": 7}, {"cid": 54, "color": "#59A14F", "label": "red-blue-loop", "count": 7}, {"cid": 55, "color": "#EDC948", "label": "architecture-simulator.js", "count": 6}, {"cid": 56, "color": "#B07AA1", "label": "dev-toolbelt.js", "count": 6}, {"cid": 57, "color": "#FF9DA7", "label": "network-quality.js", "count": 6}, {"cid": 58, "color": "#9C755F", "label": "sentiment-sandbox.js", "count": 6}, {"cid": 59, "color": "#BAB0AC", "label": "secrets_init", "count": 6}, {"cid": 60, "color": "#4E79A7", "label": "backup-status", "count": 6}, {"cid": 61, "color": "#F28E2B", "label": "control-plane", "count": 6}, {"cid": 62, "color": "#E15759", "label": "recover-plan", "count": 6}, {"cid": 63, "color": "#76B7B2", "label": "release-snapshot", "count": 6}, {"cid": 64, "color": "#59A14F", "label": "render-docs", "count": 6}, {"cid": 65, "color": "#EDC948", "label": "scorecard", "count": 6}, {"cid": 66, "color": "#B07AA1", "label": "model-drift.js", "count": 5}, {"cid": 67, "color": "#FF9DA7", "label": "privacy-redactor.js", "count": 5}, {"cid": 68, "color": "#9C755F", "label": "lang_helper.php", "count": 5}, {"cid": 69, "color": "#BAB0AC", "label": "blockchain-wallet", "count": 5}, {"cid": 70, "color": "#4E79A7", "label": "change-journal", "count": 5}, {"cid": 71, "color": "#F28E2B", "label": "grafana-dashboards", "count": 5}, {"cid": 72, "color": "#E15759", "label": "kubeconfig-readonly", "count": 5}, {"cid": 73, "color": "#76B7B2", "label": "platform/.terraform.lock.hcl", "count": 4}, {"cid": 74, "color": "#59A14F", "label": "blockchain-devnet", "count": 4}, {"cid": 75, "color": "#EDC948", "label": "capacity-limits", "count": 4}, {"cid": 76, "color": "#B07AA1", "label": "recover-power", "count": 4}, {"cid": 77, "color": "#FF9DA7", "label": "route-inventory", "count": 4}, {"cid": 78, "color": "#9C755F", "label": "render-static-pages.sh", "count": 3}, {"cid": 79, "color": "#BAB0AC", "label": "save_lang.php", "count": 3}, {"cid": 80, "color": "#4E79A7", "label": "addIdeaText", "count": 3}, {"cid": 81, "color": "#F28E2B", "label": "cluster/.terraform.lock.hcl", "count": 3}, {"cid": 82, "color": "#E15759", "label": "matrix-server/bootstrap.sh", "count": 3}, {"cid": 83, "color": "#76B7B2", "label": "ask", "count": 3}, {"cid": 84, "color": "#59A14F", "label": "blockchain-test", "count": 3}, {"cid": 85, "color": "#EDC948", "label": "capacity-advisor", "count": 3}, {"cid": 86, "color": "#B07AA1", "label": "homelab-map", "count": 3}, {"cid": 87, "color": "#FF9DA7", "label": "impact", "count": 3}, {"cid": 88, "color": "#9C755F", "label": "jeannie-core", "count": 3}, {"cid": 89, "color": "#BAB0AC", "label": "report-render", "count": 3}, {"cid": 90, "color": "#4E79A7", "label": "review-last-change", "count": 3}, {"cid": 91, "color": "#F28E2B", "label": "sw.js", "count": 2}, {"cid": 92, "color": "#E15759", "label": "traveler-tools.js", "count": 2}, {"cid": 93, "color": "#76B7B2", "label": "blog.php", "count": 2}, {"cid": 94, "color": "#59A14F", "label": "homelab-tree.php", "count": 2}, {"cid": 95, "color": "#EDC948", "label": "translation_ui.php", "count": 2}, {"cid": 96, "color": "#B07AA1", "label": "save_idea.php", "count": 2}, {"cid": 97, "color": "#FF9DA7", "label": "start-website.sh", "count": 2}, {"cid": 98, "color": "#9C755F", "label": "apps/.terraform.lock.hcl", "count": 2}, {"cid": 99, "color": "#BAB0AC", "label": "edge/.terraform.lock.hcl", "count": 2}, {"cid": 100, "color": "#4E79A7", "label": "provisioning/.terraform.lock.hcl", "count": 2}, {"cid": 101, "color": "#F28E2B", "label": "arr-stack/bootstrap.sh", "count": 2}, {"cid": 102, "color": "#E15759", "label": "omniroute/bootstrap.sh", "count": 2}, {"cid": 103, "color": "#76B7B2", "label": "backup-youtube.sh", "count": 2}, {"cid": 104, "color": "#59A14F", "label": "artifact-cache", "count": 2}, {"cid": 105, "color": "#EDC948", "label": "gitops-status", "count": 2}, {"cid": 106, "color": "#B07AA1", "label": "golden-ledger", "count": 2}, {"cid": 107, "color": "#FF9DA7", "label": "validate-homelab-inventory", "count": 2}, {"cid": 108, "color": "#9C755F", "label": "cv.php", "count": 1}, {"cid": 109, "color": "#BAB0AC", "label": "demos.php", "count": 1}, {"cid": 110, "color": "#4E79A7", "label": "index.php", "count": 1}, {"cid": 111, "color": "#F28E2B", "label": "en.php", "count": 1}, {"cid": 112, "color": "#E15759", "label": "nah.php", "count": 1}, {"cid": 113, "color": "#76B7B2", "label": "footer.php", "count": 1}, {"cid": 114, "color": "#59A14F", "label": "header.php", "count": 1}, {"cid": 115, "color": "#EDC948", "label": "theme_toolbar.php", "count": 1}, {"cid": 116, "color": "#B07AA1", "label": "visitor_ideas.php", "count": 1}, {"cid": 117, "color": "#FF9DA7", "label": "my-homelab-configs", "count": 1}];
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
function esc(s) {
return String(s).replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;').replace(/"/g,'&quot;').replace(/'/g,'&#39;');
}
// Build vis datasets
const nodesDS = new vis.DataSet(RAW_NODES.map(n => ({
id: n.id, label: n.label, color: n.color, size: n.size,
font: n.font, title: n.title,
_community: n.community, _community_name: n.community_name,
_source_file: n.source_file, _file_type: n.file_type, _degree: n.degree,
})));
const edgesDS = new vis.DataSet(RAW_EDGES.map((e, i) => ({
id: i, from: e.from, to: e.to,
label: '',
title: e.title,
dashes: e.dashes,
width: e.width,
color: e.color,
arrows: { to: { enabled: true, scaleFactor: 0.5 } },
})));
const container = document.getElementById('graph');
const network = new vis.Network(container, { nodes: nodesDS, edges: edgesDS }, {
physics: {
enabled: true,
solver: 'forceAtlas2Based',
forceAtlas2Based: {
gravitationalConstant: -60,
centralGravity: 0.005,
springLength: 120,
springConstant: 0.08,
damping: 0.4,
avoidOverlap: 0.8,
},
stabilization: { iterations: 200, fit: true },
},
interaction: {
hover: true,
tooltipDelay: 100,
hideEdgesOnDrag: true,
navigationButtons: false,
keyboard: false,
},
nodes: { shape: 'dot', borderWidth: 1.5 },
edges: { smooth: { type: 'continuous', roundness: 0.2 }, selectionWidth: 3 },
});
network.once('stabilizationIterationsDone', () => {
network.setOptions({ physics: { enabled: false } });
});
function showInfo(nodeId) {
const n = nodesDS.get(nodeId);
if (!n) return;
const neighborIds = network.getConnectedNodes(nodeId);
const neighborItems = neighborIds.map(nid => {
const nb = nodesDS.get(nid);
const color = nb ? nb.color.background : '#555';
return `<span class="neighbor-link" style="border-left-color:${esc(color)}" data-nid="${esc(nid)}">${esc(nb ? nb.label : nid)}</span>`;
}).join('');
document.getElementById('info-content').innerHTML = `
<div class="field"><b>${esc(n.label)}</b></div>
<div class="field">Type: ${esc(n._file_type || 'unknown')}</div>
<div class="field">Community: ${esc(n._community_name)}</div>
<div class="field">Source: ${esc(n._source_file || '-')}</div>
<div class="field">Degree: ${n._degree}</div>
${neighborIds.length ? `<div class="field" style="margin-top:8px;color:#aaa;font-size:11px">Neighbors (${neighborIds.length})</div><div id="neighbors-list">${neighborItems}</div>` : ''}
`;
}
function focusNode(nodeId) {
network.focus(nodeId, { scale: 1.4, animation: true });
network.selectNodes([nodeId]);
showInfo(nodeId);
}
// Neighbor links use a data attribute + one delegated listener rather than an
// inline onclick. A node id/label sourced from a document or a scraped URL
// (graphify add) can contain a double-quote; dropping the stringified id
// unescaped into a quoted onclick both broke every link and allowed a hostile
// source to inject an event handler into the local report (stored XSS, #1838).
// esc() on data-nid keeps the value inside the attribute; the listener reads it
// back verbatim. Bound to document so it survives the innerHTML rebuild that
// recreates #neighbors-list on each showInfo().
document.addEventListener('click', e => {
const el = e.target.closest('.neighbor-link');
if (el && el.dataset.nid !== undefined) focusNode(el.dataset.nid);
});
// Track hovered node — hover detection is more reliable than click params
let hoveredNodeId = null;
network.on('hoverNode', params => {
hoveredNodeId = params.node;
container.style.cursor = 'pointer';
});
network.on('blurNode', () => {
hoveredNodeId = null;
container.style.cursor = 'default';
});
container.addEventListener('click', () => {
if (hoveredNodeId !== null) {
showInfo(hoveredNodeId);
network.selectNodes([hoveredNodeId]);
}
});
network.on('click', params => {
if (params.nodes.length > 0) {
showInfo(params.nodes[0]);
} else if (hoveredNodeId === null) {
document.getElementById('info-content').innerHTML = '<span class="empty">Click a node to inspect it</span>';
}
});
const searchInput = document.getElementById('search');
const searchResults = document.getElementById('search-results');
searchInput.addEventListener('input', () => {
const q = searchInput.value.toLowerCase().trim();
searchResults.innerHTML = '';
if (!q) { searchResults.style.display = 'none'; return; }
const matches = RAW_NODES.filter(n => n.label.toLowerCase().includes(q)).slice(0, 20);
if (!matches.length) { searchResults.style.display = 'none'; return; }
searchResults.style.display = 'block';
matches.forEach(n => {
const el = document.createElement('div');
el.className = 'search-item';
el.textContent = n.label;
el.style.borderLeft = `3px solid ${n.color.background}`;
el.style.paddingLeft = '8px';
el.onclick = () => {
network.focus(n.id, { scale: 1.5, animation: true });
network.selectNodes([n.id]);
showInfo(n.id);
searchResults.style.display = 'none';
searchInput.value = '';
};
searchResults.appendChild(el);
});
});
document.addEventListener('click', e => {
if (!searchResults.contains(e.target) && e.target !== searchInput)
searchResults.style.display = 'none';
});
const hiddenCommunities = new Set();
const selectAllCb = document.getElementById('select-all-cb');
function updateSelectAllState() {
const total = LEGEND.length;
const hidden = hiddenCommunities.size;
selectAllCb.checked = hidden === 0;
selectAllCb.indeterminate = hidden > 0 && hidden < total;
}
function toggleAllCommunities(hide) {
document.querySelectorAll('.legend-item').forEach(item => {
hide ? item.classList.add('dimmed') : item.classList.remove('dimmed');
});
document.querySelectorAll('.legend-cb').forEach(cb => {
cb.checked = !hide;
});
LEGEND.forEach(c => {
if (hide) hiddenCommunities.add(c.cid); else hiddenCommunities.delete(c.cid);
});
const updates = RAW_NODES.map(n => ({ id: n.id, hidden: hide }));
nodesDS.update(updates);
updateSelectAllState();
}
const legendEl = document.getElementById('legend');
LEGEND.forEach(c => {
const item = document.createElement('div');
item.className = 'legend-item';
const cb = document.createElement('input');
cb.type = 'checkbox';
cb.className = 'legend-cb';
cb.checked = true;
cb.addEventListener('change', (e) => {
e.stopPropagation();
if (cb.checked) {
hiddenCommunities.delete(c.cid);
item.classList.remove('dimmed');
} else {
hiddenCommunities.add(c.cid);
item.classList.add('dimmed');
}
const updates = RAW_NODES
.filter(n => n.community === c.cid)
.map(n => ({ id: n.id, hidden: !cb.checked }));
nodesDS.update(updates);
updateSelectAllState();
});
item.innerHTML = `<div class="legend-dot" style="background:${c.color}"></div>
<span class="legend-label">${c.label}</span>
<span class="legend-count">${c.count}</span>`;
item.prepend(cb);
item.onclick = (e) => {
if (e.target === cb) return;
cb.checked = !cb.checked;
cb.dispatchEvent(new Event('change'));
};
legendEl.appendChild(item);
});
</script>
<script>
// Render hyperedges as shaded regions
const hyperedges = [];
// afterDrawing passes ctx already transformed to network coordinate space.
// Draw node positions raw — no manual pan/zoom/DPR math needed.
// Andrew's monotone chain. Returns the hull in counter-clockwise order, which
// is what the perimeter must be traced in. Collinear and duplicate points
// collapse to the extremes, so degenerate member sets render as a segment
// rather than a zero-area crossed path.
function convexHull(pts) {
const p = pts.slice().sort((a, b) => (a.x - b.x) || (a.y - b.y));
if (p.length < 3) return p;
const cross = (o, a, b) => (a.x - o.x) * (b.y - o.y) - (a.y - o.y) * (b.x - o.x);
const build = seq => {
const out = [];
for (const q of seq) {
while (out.length >= 2 && cross(out[out.length - 2], out[out.length - 1], q) <= 0) out.pop();
out.push(q);
}
out.pop();
return out;
};
const hull = build(p).concat(build(p.slice().reverse()));
return hull.length >= 3 ? hull : p;
}
network.on('afterDrawing', function(ctx) {
hyperedges.forEach(h => {
const positions = h.nodes
.map(nid => network.getPositions([nid])[nid])
.filter(p => p !== undefined);
if (positions.length < 2) return;
ctx.save();
ctx.globalAlpha = 0.12;
ctx.fillStyle = '#6366f1';
ctx.strokeStyle = '#6366f1';
ctx.lineWidth = 2;
ctx.beginPath();
// Centroid and expanded hull in network coordinates.
// The perimeter must follow hull order, not h.nodes order: tracing the
// raw member order self-intersects whenever the layout does not happen
// to place members in angular order, filling as crossed wedges.
const cx = positions.reduce((s, p) => s + p.x, 0) / positions.length;
const cy = positions.reduce((s, p) => s + p.y, 0) / positions.length;
const hull = convexHull(positions);
const expanded = hull.map(p => ({
x: cx + (p.x - cx) * 1.15,
y: cy + (p.y - cy) * 1.15
}));
ctx.moveTo(expanded[0].x, expanded[0].y);
expanded.slice(1).forEach(p => ctx.lineTo(p.x, p.y));
ctx.closePath();
ctx.fill();
ctx.globalAlpha = 0.4;
ctx.stroke();
// Label
ctx.globalAlpha = 0.8;
ctx.fillStyle = '#4f46e5';
ctx.font = 'bold 11px sans-serif';
ctx.textAlign = 'center';
ctx.fillText(h.label, cx, cy - 5);
ctx.restore();
});
});
</script>
</body>
</html>